Sujet : Re: Overfull \hbox (78.88861pt too wide) in paragraph
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.text.texDate : 10. Mar 2025, 10:17:06
Autres entêtes
Organisation : Stefan Ram
Message-ID : <vtop-20250310101507@ram.dialup.fu-berlin.de>
References : 1
Jinsong Zhao <
jszhao@yeah.net> wrote or quoted:
The \TeX{} way: \vtop{some codes here}
Overfull \hbox (78.88861pt too wide) in paragraph at lines 3--4
Inside the "vtop" there's a paragraph that wraps to the current
page width. That's way too wide! But we can nip that in the bud
by first tucking the text into an "hbox".
\documentclass{article}
\begin{document}
The \TeX{} way: \vtop{\hbox{some codes here}}
\end{document}