这行代码不断报错,不清楚原因
但把模板中我自己加的宏包注销掉,则不会报错
把宏包加入.cls中,也有问题,我把宏包加在这里
\documentclass[oneside, master]{BIT-thesis-grd}
% \usepackage[bold-style=ISO]{unicode-math} %采用unicode-math,可以直接输入Unicode公式,当然传统的输入就行
% \setmathfont{XITS Math} %目前unicode-math 支持几种数学字体,具体用法可以查看帮助文档,这里采用类似times字体科学数学字体,可以取消注释对比
%自己加的宏包
\usepackage{esint}
\usepackage{subfig}
\usepackage{makeidx}
\makeindex
\begin{document}
The control sequence at the end of the top line of your error message was never Xdef'ed. If you have misspelled it (e.g.,'hobx'), type'l' and the correct spelling (e.g.,'lhbox'). Otherwise just continue, and I'll forget about whatever was undefined.
enne 我刚找到 我改为usepackage{subfigure}就没问题了。
模板中说子图宏包是subfigure,而lshort中说子图宏包是subfig
是不是lshort中写错了
@u37512
明白了
subfig宏包的命令是subfloat
subfigure宏包的命令也是subfigure