AdvisorName如何设置多个人名空格分割 #199
Replies: 4 comments 3 replies
-
dirty trick: 直接用 em dash U+2002 一些解释: 具体在你的例子里,使用 ! Missing \endcsname inserted.
<to be read again>
\hskip 不够了解 |
Beta Was this translation helpful? Give feedback.
-
一个可复现的例子 \begin{filecontents}{myclass.cls}
\LoadClass{article}
\RequirePackage{kvoptions}
\DeclareStringOption{key}
\end{filecontents}
\begin{filecontents}{mypkg.sty}
\ProcessOptions*
\end{filecontents}
\documentclass[key=\quad]{myclass}
\usepackage{mypkg}
\begin{document}
content
\end{document} 得到报错 [...] (./mypkg.sty
! Missing \endcsname inserted.
<to be read again>
\hskip
l.5 \ProcessOptions* |
Beta Was this translation helpful? Give feedback.
-
或者另一个土办法就是在所有使用到 AdvisorName 的地方,hard code你的内容,比如在封面页里hard code你的多个导师名字,这样应该就能用各种空白分隔符了 |
Beta Was this translation helpful? Give feedback.
-
#199 (comment) 提出的 AdvisorName = 导师A~导师B, |
Beta Was this translation helpful? Give feedback.
-
AdvisorName如何设置多个,如何加入空格,加入空格无效,使用\quad编译报错
Beta Was this translation helpful? Give feedback.
All reactions