公式编号如何入章节相关联,而又格式标准。很多人使用的方法是不很正确的。 正确方法是在导言区加入: 演示代码: 效果图如下:\makeatletter % [`@'](mailto:`@')now normal "letter"
\@addtoreset{equation}{section}
\makeatother% [`@'](mailto:`@')is restored as "non-letter"
\renewcommand\theequation{\oldstylenums{\thesection}%
.\oldstylenums{\arabic{equation}}}\documentclass{article}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{135.0pt}
\makeatletter % [`@'](mailto:`@') now normal "letter"
\@addtoreset{equation}{section}
\makeatother% [`@'](mailto:`@') is restored as "non-letter"
\renewcommand\theequation{\oldstylenums{\thesection}%
.\oldstylenums{\arabic{equation}}}
\begin{document}
\section{Equations\ldots}
\begin{equation} (a+b)^2 = a^2 + 2ab + b^2\end{equation}
\begin{equation} (a-b)^2 = a^2 - 2ab + b^2\end{equation}
\section{\ldots per section}
\begin{equation} (a+b)(a-b) = a^2 -b^2\end{equation}
\end{document}
发表评论 取消回复