我正在尝试渲染一个 LaTeX 项目,但文字溢出了列边界。这可能是什么原因造成的?我以为类库已经解决了这些问题。
例如:
....... yelloW| |second column yellow
..........blue| |second column blue
...........green |second column green
........orange| |second column orange
答案1
在小列中,文本的格式可能很难设置。在这种情况下,使用
some other text ...
\begin{sloppypar}
The test which produces overful hboxes ...
\end{sloppypar}
some more text ...