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

fix: 本科强制不生成国家图书馆封面

parent 6b1a9ca1
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
## Overview
This is A LaTex Template for Nanjing University Thesis. This template supports bachelor, master, doctor thesis. The Template needs `xelatex` or `lualatex`.
This is A LaTex Template for Nanjing University Thesis. This template supports bachelor, master, and doctoral thesis. The Template needs `xelatex` or `lualatex`.
## License
......
......@@ -20,8 +20,8 @@
\documentclass[
titlelength=2,% 选择标题行数,范围是1~3
secondmentor=true,% 无第二导师请注释此项
nlcover=true,% 需国家图书馆封面请注释此项
degree=phd,% ug: 本科, mg: 学硕, mf: 专硕, phd: 博士
nlcover=true,% 需国家图书馆封面,对本科无效
degree=ug,% ug: 本科, mg: 学硕, mf: 专硕, phd: 博士
type=thesis,% thesis: 毕业论文,design: 毕业设计
% systemfont=false,% 自定义字体请取消注释此项
% customlatinfont=windows,% 设置英文字符集
......
......@@ -33,6 +33,9 @@
{
% 本科
\tl_const:Nn \nju_degree_name {\hfill\hfill }
% 本科强制不打印国家图书馆封面
\bool_set_false:N \nju_nl_cover
% 封面下划线
\cs_new:Npn \nju_cover_underline_ug:nn #1 #2
......@@ -71,7 +74,7 @@
{
\tl_const:Nn \nju_degree_title {博士}
% 封面下划线
% 国家图书馆封面下划线
\cs_new:Npn \nju_cover_underline_nl:nn #1 #2
{
\uline{\makebox[#1]{#2}}
......
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