Skip to content
Snippets Groups Projects
Commit fef0549c authored by Yu Xiong's avatar Yu Xiong :confounded:
Browse files

fix: 修复一处 dtx 解包问题

parent 4031972f
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
- 可使用 `\njusetformat` 修改默认页面样式
- 对封面上的超宽文字进行压缩
- 支持专硕封面的特殊标签格式 - [#147]
- 跟进新版本科生诚信承诺书样式
## 修复
......@@ -21,7 +22,6 @@
- 将国家图书馆封面的底部日期修改为提交时间
- 将国家图书馆封面的评审委员会人数分离为单独参数
- 更正研究生模板普通封面专业名称字样
- 跟进新版本科生诚信承诺书样式
### 杂项
- 修正文档笔误 - [#137]
......
......@@ -21,6 +21,8 @@
[南大 TeX](https://tex.nju.edu.cn)[eScience 中心](https://sci.nju.edu.cn)为南大在校师生提供的在线 LaTeX 写作平台,已*安装有本模板的最新版*。注册登录后,只需在**创建新项目**菜单中选择**论文模板**即可开始写作。
**使用本平台时,请积极备份自己的文稿。**
### 本地编译
推荐使用包管理器安装 `njuthesis``njuvisual` 的最新版。
......
......@@ -102,12 +102,6 @@ To produce the documentation run the original source files ending with
\Msg{* *}
\Msg{*************************************************************}
% ^^A 故意留白
% ^^A 故意留白
% ^^A 故意留白
% ^^A 故意留白
% ^^A 故意留白
\endbatchfile
%</install>
%
......@@ -115,8 +109,14 @@ To produce the documentation run the original source files ending with
\fi
%</internal>
%
% ^^A 故意留白
% ^^A 故意留白
% ^^A 故意留白
% ^^A 故意留白
%
%<class>\NeedsTeXFormat{LaTeX2e}
%<*!(driver|install)>
% ^^A 诚耀百廿,雄创一流
% ^^A 南京大学一百二十周年华诞邀您共襄盛举!
%<+!driver>\GetIdInfo $Id: njuthesis.dtx 0.19.0 2022-05-20 17:20:00 +0800 NJU LUG <git+nju-lug-email-3104-issue-@yaoge123.cn>$
%<class> {Thesis template for Nanjing University}
......@@ -5917,6 +5917,7 @@ To produce the documentation run the original source files ending with
% \begin{macro}{abstract/mark}
% 英文摘要标题实例。
% \begin{macrocode}
%<*definition-g>
\@@_declare_element:nn { abstract / mark }
{
content = \c_@@_name_abstract_b_tl,
......@@ -5945,7 +5946,6 @@ To produce the documentation run the original source files ending with
% \end{arguments}
% 研究生中文摘要页包括下划线以及若干特殊的对齐方式,实现方式较为繁琐。使用 \cs{@@_full_uline:NV} 确定内容宽度后,调用 \cs{@@_uline:n} 或 \cs{@@_ulined_center_box:nn} 命令以绘制横穿页面的下划线。前两行为标题。
% \begin{macrocode}
%<*definition-g>
\cs_new_protected:Npn \@@_abs_info_g:n #1
{
\@@_uline_list:xnn
......
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