新浪博客


定义新的变量环境
在开始
ewenvironment{sequation}{\begin{equation}\small}{\end{equation}}

演示效果图:
LaTeX技巧156:如何让Latex公式字体变小
演示代码:
\documentclass{article}
\usepackage[includemp,body={398pt,550pt},footskip=30pt,%
marginparwidth=60pt,marginparsep=10pt]{geometry}
ewenvironment{sequation}{\begin{equation}\small}{\end{equation}}
ewenvironment{tequation}{\begin{equation}\tiny}{\end{equation}}
\begin{document}
\begin{tequation}
\int_a^b f(x) \mathrm{d}x=A
\end{tequation}
\begin{sequation}
\int_a^b f(x) \mathrm{d}x=A
\end{sequation}
\begin{equation}
\int_a^b f(x) \mathrm{d}x=A
\end{equation}
\end{document}

我的更多文章

下载客户端阅读体验更佳

APP专享