【latex】过长字符串自动换行

解决方法:
添加sloppypar,位置如下:

\begin{document}
\begin{sloppypar}

………………

\end{sloppypar}
\end{document}

参考:https://blog.csdn.net/nccccc12345/article/details/119702051

你可能感兴趣的:(latex,latex)