本科的校外毕设的信息录入指令报错
#124
-
|
xduts的手册有说校外和校内导师两个类型,填入 \xdusetup{
info = {
% supv-ent = {xxx},
% supv-school = {aaa}
supervisor = {bbb}, % 这行不会报错
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
note286
May 4, 2023
Replies: 4 comments 8 replies
-
|
请使用最新版的 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
我刚刚更新版本为v6.1.4.2(2023/03/23),仅使用 |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
@Dttt-chowhound 仅作如下两处修改即可,其他不要动,将修改后的 \documentclass{xduugthesis}
\xdusetup{
info = {
supv-ent = {校外},
supv-school = {校内}
}}
\begin{document}
\end{document} |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
938acd7 已修复。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


由于一些原因,暂时不方便提交新版本,你手动修改一下吧,是我在2022-05-21的时候不小心引入的bug。
你将
xduugthesis.cls中第1666行的\group_begin:改为{,将1676行的\group_end:改为}。