## 编译环境 编译的系统:macOS 10.15 TeX 发行版:MacTeX 2020 模板版本:v7.2.2 模板类型:bachelor ## 描述问题 如题。 截图: <img width="1301" alt="image" src="https://user-images.githubusercontent.com/39454079/120919577-e9154980-c6ec-11eb-80d2-06f157b22006.png"> 复现上述问题的代码: `main.tex`: ```TeX \documentclass[degree=doctor]{thuthesis} \begin{document} ... \appendix \input{data/appendix-translation} % 本科生:外文资料的书面翻译 \end{document} ``` `data/appendix-translation.tex`: ```TeX % !TeX root = ../main.tex \begin{translation} \label{cha:translation} \title{挠性转子的多平面平衡分析与实验} \maketitle \tableofcontents \section{介绍} ... ```