博士后出站报告LaTeX模版的编译环境配置

2022-04-22
#LaTeX

最新消息:最近博士后工作报告宏包:CTEX的v0.1g 2022/05/14版本—PostDocRep-1g.zip,可以直接利用XeTeX(包括在macOS系统)编译成功,不再需要下面具体步骤的设置(仅对PostDocRep-1e版本)。

1. 编译环境配置的具体步骤

  1. 在Windows系统下,下载并安装CTEX,见:下载中心:CTEX
  2. 下载并安装TeXstudio软件,见:TeXstudio - A LaTeX editor,注意:Windows 7/8/10 (32 bit)的版本是Release 2.12.22 · texstudio-org/texstudio
  3. 博士后工作报告宏包:CTEX下载PostDocRep-1e.zip文件,解压;
  4. 利用TeXstudio打开template文件夹中的template.tex文件,设置 GBK 编码,步骤依次为:OptionsConfigure TeXstudioEditorDefault Font EncodingGBK,不然就是乱码,并且出现Package CJK Error: Invalid character code的问题。
  5. OptionsConfigure TeXstudioBuild设置Default compiler,编译用PdfLaTeXBibTeXPdfLaTeXPdfLaTeX的顺序。

template.tex文件有以下修改:

  • \documentclass[dvipdfm]{PostDocRep} 改为 \documentclass[notypeinfo,pdftex]{PostDocRep}

PostDocRep.cls文件有以下修改:

  • \RequirePackage[dvipdfm]{hyperref} 改为 \RequirePackage{hyperref}
  • \CTEXunderline 改为 \underline,不然下划线是蓝色的

PS:在macOS系统下面,没有测试成功,会出现的问题有:

  • 中文字符乱码;
  • Package hyperref Error: Wrong DVI mode driver option `dvipdfm’, [\ProcessKeyvalOptions{Hyp}]
  • LaTeX Error: File `dvipdfm.def’ not found. […d{ver@\Gin@driver}{\input{\Gin@driver}}{}]

测试后,在Windows系统上编译成功。

2. 参考