latex审阅版添加行号,遇见公式就缺失行号

  • Post author:
  • Post category:其他


latex模板格式:单栏

添加行号:在\begin{document}

后添加\linenumbers  %添加行号

\pagewiselinenumbers  %每页重新开始添加行号

解决公式附近缺失行号:

在上面两个代码块间添加:

\let\oldequation\equation

\let\oldendequation\endequation

\renewenvironment{equation}{\linenomathNonumbers\oldequation}{\oldendequation\endlinenomath}

参考来源:

科学网—[转载]解决LaTex使用lineno无法给公式前的文字加行号的问题 – 但阳鹏的博文



版权声明:本文为weixin_42494046原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。