Hi,
How can I generate text where I start \underline, then start \textbf, then end \underline, then end \textbf?
Text Formatting ⇒ overlapping formatting with staggered start/stop
NEW: TikZ book now 40% off at Amazon.com for a short time.
overlapping formatting with staggered start/stop
I don't see any real problem in this respect, apart from the fact that underlining should generally be rather avoided.
Note:
Code: Select all
\documentclass{article}
\begin{document}
Text with \underline{start underline \textbf{start bf}} \textbf{end underline}
and end bf. Also possible and somehow better would be \underline{start underline \textbf{start bf}}\textbf{ end underline}
\end{document}
\underline
is like \fbox
and therefore does not provide line breaks! It should not be used for more than a single word.My main topics are KOMA-Script and other questions related to my packages. If I reply to any other topic or if you've not yet added a minimal working example, please do not expect any further response. And please don't forget to tag examples as code.