Latex 公式缩放 Latex scales an equation to fit page width

用Latex排版时,公式长度超过行宽度时可以用 resizebox 对公式进行自动缩放,用法如下:

1、调用宏包:

\usepackage{graphicx}

2、使用以下命令:

\begin{equation}
\resizebox{.9\hsize}{!}{$A+B+C+D+E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+V+W+X+Y+Z$}
\end{equation}

注意,需要加入$ 符号

 

 

参考:https://stackoverflow.com/questions/3106587/scale-an-equation-to-fit-exact-page-width

posted @ 2020-09-11 14:54  Jerry_Jin  阅读(6911)  评论(0编辑  收藏  举报