Skip to content
Snippets Groups Projects
Commit 17ac2b31 authored by Yu Xiong's avatar Yu Xiong
Browse files

fix: 修复双导师命令的兼容性问题 (#230)

parent 956dd171
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,10 @@
## [未发布]
### 修复
- 修复双导师命令问题 - [#230]
## [1.3.1] - 2023-11-14
### 新增
......@@ -599,6 +603,7 @@
[#223]: https://github.com/nju-lug/NJUThesis/issues/223
[#227]: https://github.com/nju-lug/NJUThesis/issues/227
[#229]: https://github.com/nju-lug/NJUThesis/discussions/229
[#230]: https://github.com/nju-lug/NJUThesis/issues/230
[CTeX-org/ctex-kit#678]: https://github.com/CTeX-org/ctex-kit/pull/678
......
......@@ -2637,8 +2637,9 @@ To produce the documentation run the original source files ending with
% \begin{macrocode}
\@ifpackagelater { expl3 } { 2023/10/10 } { }
{
\cs_generate_variant:Nn \tl_set:Nn { Ne }
\cs_generate_variant:Nn \tl_const:Nn { Ne }
\cs_generate_variant:Nn \tl_set:Nn { Ne }
\cs_generate_variant:Nn \tl_const:Nn { Ne }
\cs_generate_variant:Nn \tl_gput_right:Nn { Ne }
}
% \end{macrocode}
%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment