-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
编译环境
编译的系统:macOS 10.14
TeX 发行版:TeX Live 2018
模板版本:v7.2.2
模板类型:bachelor
描述问题
使用本科毕业设计论文模版中的书面翻译模版appendix-translation.tex
,在生成目录时出现未知编号[2]包裹整个目录部分。将\tableofcontents
命令注释掉可使该未知编号[2]消失。
复现上述问题的代码:
\begin{translation}
\label{cha:translation}
\title{Pixel2Mesh:从单帧RGB图片生成3D网格模型}
\maketitle
\tableofcontents
测试。