如何编译通过《系统工程学报》LaTeX 模板

前言

国内很多期刊都还在使用 CTeX 套装时代的「模板」,用 TeX\TeX Live 基本编译不了,但用 CTeX 套装编译通过也不是那么容易的,这里给出编译通过的方法。

正文

下载链接

编译环境

编译方式

  • pdflatex

解决编译报错

  • \bibname undefined,具体报错为:

    ! LaTeX Error: \bibname undefined.

    See the LaTeX manual or LaTeX Companion for explanation.
    Type H <return> for immediate help.
    ...

    l.43 {\renewcommand\bibname{?196?215}}

    ?
  • Unknown graphics extension: .eps. \includegraphics[width=2.2in]{NN1.eps}

    • 加载 epstopdf 宏包(需要在 graphicx 宏包加载后加载)
      • 例子:\usepackage{amsmath,amsfonts,amssymb,graphicx,epstopdf}

解决部分警告

  • You have requested document class `ARTICLE', but the document class provides `article'.
  • Unused global option(s): [10.5pt].
    • \documentclass[10.5pt,onecolumn,twoside]{ARTICLE}
      改成
      \documentclass[10pt,onecolumn,twoside]{article}

未来展望

文章作者: sikouhjw
文章链接: https://sikouhjw.github.io/2020/07/13/2020-07-13-Journal-of-Systems-Engineering/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 sikouhjw.github.io
支付宝捐赠
微信捐赠