summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-05-01 20:27:26 +0000
committerKarl Berry <karl@freefriends.org>2023-05-01 20:27:26 +0000
commit7765ec96d6b06b71d36d94607dbeecd5261f2453 (patch)
treec1f2956647945a1624c2f5a15cf6dde368953ea7
parentf9e8ad07b072ccac6bcdb6cc78c4374904f5511f (diff)
bithesis (1may23)
git-svn-id: svn://tug.org/texlive/trunk@66980 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/bithesis/bithesis.pdfbin1175792 -> 1178694 bytes
-rw-r--r--Master/texmf-dist/source/latex/bithesis/bithesis.dtx23
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls2
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bithesis.cls12
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bitreport.cls2
5 files changed, 23 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/bithesis/bithesis.pdf b/Master/texmf-dist/doc/latex/bithesis/bithesis.pdf
index aff4f4217e8..a283fc36c78 100644
--- a/Master/texmf-dist/doc/latex/bithesis/bithesis.pdf
+++ b/Master/texmf-dist/doc/latex/bithesis/bithesis.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/bithesis/bithesis.dtx b/Master/texmf-dist/source/latex/bithesis/bithesis.dtx
index 45f675c4f20..4ff2271a140 100644
--- a/Master/texmf-dist/source/latex/bithesis/bithesis.dtx
+++ b/Master/texmf-dist/source/latex/bithesis/bithesis.dtx
@@ -21,7 +21,7 @@
%<thesis>\ProvidesExplClass{bithesis}
%<report>\ProvidesExplClass{bitreport}
%<beamer>\ProvidesExplClass{bitbeamer}
-%<cls>{2023-04-23}{3.5.3}{BIT Thesis Templates}
+%<cls>{2023-05-01}{3.5.4}{BIT Thesis Templates}
%
%<oldcls>\NeedsTeXFormat{LaTeX2e}[2020/10/01]
%<book>\ProvidesClass{bitbook}
@@ -30,7 +30,7 @@
%<oldcls> [2022/05/09 v2.1.1 BIT Thesis Templates]
%
%<*driver>
-\ProvidesFile{bithesis.dtx}[2023/04/23 3.5.3 BIT Thesis Templates]
+\ProvidesFile{bithesis.dtx}[2023/05/01 3.5.4 BIT Thesis Templates]
\documentclass[letterpaper]{l3doc}
\usepackage{dtx-style}
@@ -1593,6 +1593,13 @@
%
% \section{常见问题和疑难解答}
%
+% \subsection{为什么我的研究生模板开头有间隔的空白页?}
+%
+% 根据《北京理工大学研究生学位论文撰写规范》,摘要前的页面需要单面打印,之后的内容需要双面打印。
+% 因此多出的空白页可以让你免于切换单、双面打印的烦恼——统一使用双面打印即可。
+%
+% 或者,你可以关闭 |twoside| \ref{doc/function//twoside} 选项来去除这些空白。
+%
% \subsection{如何修改数学公式的字体?}
%
% 可以在导言区引入 \pkg{unicode-math} 宏包,
@@ -3006,7 +3013,7 @@
}
% \end{macrocode}
% \end{macro}
-%
+%
% \begin{macro}{\arabicHeiti}
% 遗留下来的黑体字体定义。
% \begin{macrocode}
@@ -3089,7 +3096,7 @@
\arabic{subsubsection}
}
},
- format={\l_@@_title_font_cs:n \bfseries \raggedright \zihao{-4}},
+ format={\l_@@_title_font_cs:n \raggedright \zihao{-4}},
nameformat = {},
titleformat = {},
beforeskip=14bp plus 1ex minus .2ex,
@@ -3702,11 +3709,11 @@
\heiti\zihao{3}
\c_@@_graduate_label_originality_tl
}
- \end{center}~\par
+ \end{center}
% 本部分字号为四号。
\zihao{4}
- \c_@@_graduate_label_originality_clause_tl
+ \qquad\c_@@_graduate_label_originality_clause_tl
\vspace{17mm}
@@ -3723,9 +3730,9 @@
\heiti\zihao{3}
\c_@@_graduate_label_authorization_tl
}
- \end{center}~\par
+ \end{center}
- \c_@@_graduate_label_authorization_clause_tl
+ \qquad\c_@@_graduate_label_authorization_clause_tl
\vspace*{15mm}
diff --git a/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls b/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls
index fc562050a8a..c181ad006d1 100644
--- a/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls
+++ b/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls
@@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bitbeamer}
-{2023-04-23}{3.5.3}{BIT Thesis Templates}
+{2023-05-01}{3.5.4}{BIT Thesis Templates}
\keys_define:nn { bitbeamer }
{
titlegraphic .tl_set:N = \l_bit_titlegraphic_tl,
diff --git a/Master/texmf-dist/tex/latex/bithesis/bithesis.cls b/Master/texmf-dist/tex/latex/bithesis/bithesis.cls
index 0e5101746be..7e2fb46e028 100644
--- a/Master/texmf-dist/tex/latex/bithesis/bithesis.cls
+++ b/Master/texmf-dist/tex/latex/bithesis/bithesis.cls
@@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bithesis}
-{2023-04-23}{3.5.3}{BIT Thesis Templates}
+{2023-05-01}{3.5.4}{BIT Thesis Templates}
\int_new:N \g__bithesis_thesis_type_int
\int_new:N \g__bithesis_head_zihao_int
\bool_new:N \g__bithesis_twoside_bool
@@ -833,7 +833,7 @@
\arabic{subsubsection}
}
},
- format={\l__bithesis_title_font_cs:n \bfseries \raggedright \zihao{-4}},
+ format={\l__bithesis_title_font_cs:n \raggedright \zihao{-4}},
nameformat = {},
titleformat = {},
beforeskip=14bp plus 1ex minus .2ex,
@@ -1275,11 +1275,11 @@
\heiti\zihao{3}
\c__bithesis_graduate_label_originality_tl
}
- \end{center}~\par
+ \end{center}
% 本部分字号为四号。
\zihao{4}
- \c__bithesis_graduate_label_originality_clause_tl
+ \qquad\c__bithesis_graduate_label_originality_clause_tl
\vspace{17mm}
@@ -1296,9 +1296,9 @@
\heiti\zihao{3}
\c__bithesis_graduate_label_authorization_tl
}
- \end{center}~\par
+ \end{center}
- \c__bithesis_graduate_label_authorization_clause_tl
+ \qquad\c__bithesis_graduate_label_authorization_clause_tl
\vspace*{15mm}
diff --git a/Master/texmf-dist/tex/latex/bithesis/bitreport.cls b/Master/texmf-dist/tex/latex/bithesis/bitreport.cls
index 04cb263a40e..63ae46d8a84 100644
--- a/Master/texmf-dist/tex/latex/bithesis/bitreport.cls
+++ b/Master/texmf-dist/tex/latex/bithesis/bitreport.cls
@@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bitreport}
-{2023-04-23}{3.5.3}{BIT Thesis Templates}
+{2023-05-01}{3.5.4}{BIT Thesis Templates}
\int_new:N \g__bithesis_report_type_int
\clist_const:Nn \c__bithesis_report_type_clist
{ common, undergraduate_proposal}