看来代码在nwu-lecture-style
:
\insertshortauthor[width=2cm-2pt,center,respectlinebreaks]\par%
不起作用?我试过:
\insertshortauthor[width=2cm minus 2pt,center,respectlinebreaks]\par%
它也不起作用,如何解决?
答案1
当我使用时它有效:
\newlength{\shortauthor}
\setlength{\shortauthor}{2cm minus 2pt}
\insertshortauthor[width=\shortauthor,center,respectlinebreaks]\par%
答案2
使用
\insertshortauthor[width=\dimexpr2cm-2pt,center,respectlinebreaks]\par%