Sujet : Overfull \hbox (78.88861pt too wide) in paragraph De : jszhao (at) *nospam* yeah.net (Jinsong Zhao) Groupes :comp.text.tex Date : 10. Mar 2025, 04:41:43 Autres entêtes Organisation : A noiseless patient Spider Message-ID :<vqln1n$1213q$1@dont-email.me> User-Agent : Mozilla Thunderbird
Hi there, I hope to use the vtop or vbox to typeset some codes: \documentclass{article} \begin{document} The \TeX{} way: \vtop{some codes here} \end{document} However, when compiling, LaTeX give the warning message: Overfull \hbox (78.88861pt too wide) in paragraph at lines 3--4 In my case, \parbox or minipage environment could not be used. How to fix the warning? Thanks in advance. Best, Jinsong