summaryrefslogtreecommitdiff
path: root/macros/unicodetex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-03-06 03:05:29 +0000
committerNorbert Preining <norbert@preining.info>2023-03-06 03:05:29 +0000
commit75cd005305bd2c2a0ec383f30ee5b1749ed15183 (patch)
tree65b5e6b912547ab4610badf5a7f61ce70e5aad02 /macros/unicodetex
parenta2d17a09f7ecd91acd8826216349bb14cc5602cd (diff)
CTAN sync 202303060305
Diffstat (limited to 'macros/unicodetex')
-rw-r--r--macros/unicodetex/latex/bithesis/bithesis.dtx51
-rw-r--r--macros/unicodetex/latex/bithesis/bithesis.pdfbin1077517 -> 1078223 bytes
2 files changed, 30 insertions, 21 deletions
diff --git a/macros/unicodetex/latex/bithesis/bithesis.dtx b/macros/unicodetex/latex/bithesis/bithesis.dtx
index ce6de30aec..8ce91eacd1 100644
--- a/macros/unicodetex/latex/bithesis/bithesis.dtx
+++ b/macros/unicodetex/latex/bithesis/bithesis.dtx
@@ -21,7 +21,7 @@
%<thesis>\ProvidesExplClass{bithesis}
%<report>\ProvidesExplClass{bitreport}
%<beamer>\ProvidesExplClass{bitbeamer}
-%<cls>{2023-02-20}{3.4.0}{BIT Thesis Templates}
+%<cls>{2023-03-05}{3.4.2}{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/02/20 3.4.0 BIT Thesis Templates]
+\ProvidesFile{bithesis.dtx}[2023/03/05 3.4.2 BIT Thesis Templates]
\documentclass[letterpaper]{l3doc}
\usepackage{dtx-style}
@@ -1190,11 +1190,11 @@
% \subsubsection{定理类环境}
% \paragraph{默认格式}
%
-% \begin{function}{algorithm,theorem,lemma,proposition,corollary,axiom,definition,conjecture,example,case,remark}
+% \begin{function}[updated=2023-03-05]{algo,them,lem,prop,cor,axi,defn,conj,exmp,case,rem}
% \begin{bitsyntax}[emph={[2]proof}]
-% \begin{theorem}[留数定理]
+% \begin{them}[留数定理]
% (*\meta{定理内容}*)
-% \end{theorem}
+% \end{them}
%
% \begin{proof}(*\oarg{小标题}*)
% (*\meta{证明过程}*)
@@ -1209,7 +1209,8 @@
% \subfloat[][plain样式]{
% \begin{tabular}{@{}ccccccc@{}}
% \toprule
-% \textbf{名称} & algorithm & theorem & lemma & proposition & corollary & axiom \\ \midrule
+% \textbf{名称} & algo & them & lem & prop & cor & axi \\ \midrule
+% \textbf{全称} & algorithm & theorem & lemma & proposition & corollary & axiom \\
% \textbf{含义} & 算法 & 定理 & 引理 & 命题 & 推论 & 公理 \\
% \textbf{样式} & \multicolumn{6}{c}{\textbf{定理2.1.} \textit{定理内容……}} \\ \bottomrule
% \end{tabular}
@@ -1218,7 +1219,8 @@
% \subfloat[][definition样式]{
% \begin{tabular}{@{}ccccc@{}}
% \toprule
-% \textbf{名称} & definition & conjecture & example & case \\ \midrule
+% \textbf{名称} & defn & conj & exmp & case \\ \midrule
+% \textbf{全称} & definition & conjecture & example & case \\
% \textbf{含义} & 定义 & 猜想 & 例 & 情形 \\
% \textbf{样式} & \multicolumn{4}{c}{\textbf{定义2.1.} 定义内容……} \\ \bottomrule
% \end{tabular}
@@ -1227,7 +1229,8 @@
% \subfloat[][remark样式]{
% \begin{tabular}{@{}cc@{}}
% \toprule
-% \textbf{名称} & remark \\ \midrule
+% \textbf{名称} & rem \\ \midrule
+% \textbf{全称} & remark \\ \midrule
% \textbf{含义} & 注 \\
% \textbf{样式} & \multicolumn{1}{c}{\textit{注1.} 内容……} \\ \bottomrule
% \end{tabular}
@@ -1237,6 +1240,7 @@
% \begin{tabular}{@{}cc@{}}
% \toprule
% \textbf{名称} & proof \\ \midrule
+% \textbf{全称} & proof \\
% \textbf{含义} & 证明 \\
% \textbf{样式} & \multicolumn{1}{c}{\textit{证明. } 内容…… 「证毕符号」} \\ \bottomrule
% \end{tabular}
@@ -2006,6 +2010,7 @@
{
{school} {学\qquad 院} {School},
{major} {专\qquad 业} {Degree},
+ {class} {班\qquad{}级} {Class},
{author} {学生姓名} {Author},
{student_id} {学\qquad 号} {Student~ID},
{supervisor} {指导教师} {Supervisor},
@@ -2130,6 +2135,8 @@
school .initial:n = {网络空间安全学院(示例)},
major .tl_set:N = \l_@@_value_major_tl,
major .initial:n = {网络空间安全(示例)},
+ class .tl_set:N = \l_@@_value_class_tl,
+ class .initial:n = {07111701},
author .tl_set:N = \l_@@_value_author_tl,
author .initial:n = {张三(示例)},
studentId .tl_set:N = \l_@@_value_student_id_tl,
@@ -2811,19 +2818,19 @@
% 预定义用户常用的证明环境。
% \begin{macrocode}
\theoremstyle{plain}
- \newtheorem{algorithm}{算法}[chapter]
- \newtheorem{theorem}{定理}[chapter]
- \newtheorem{lemma}[theorem]{引理}
- \newtheorem{proposition}[theorem]{命题}
- \newtheorem{corollary}[theorem]{推论}
- \newtheorem{axiom}[theorem]{公理}
+ \newtheorem{algo}{算法}[chapter]
+ \newtheorem{them}{定理}[chapter]
+ \newtheorem{lem}[them]{引理}
+ \newtheorem{prop}[them]{命题}
+ \newtheorem{cor}[them]{推论}
+ \newtheorem{axi}[them]{公理}
\theoremstyle{definition}
- \newtheorem{definition}{定义}[chapter]
- \newtheorem{conjecture}{猜想}[chapter]
- \newtheorem{example}{例}[chapter]
+ \newtheorem{defn}{定义}[chapter]
+ \newtheorem{conj}{猜想}[chapter]
+ \newtheorem{exmp}{例}[chapter]
\newtheorem{case}{情形}
\theoremstyle{remark}
- \newtheorem{remark}{注}
+ \newtheorem{rem}{注}
\renewcommand{\qedsymbol}{\ensuremath{\QED}}
% \end{macrocode}
%
@@ -3353,6 +3360,7 @@
\clist_set:Nn \l_@@_input_clist {
{\c_@@_label_school_tl} {\l_@@_value_school_tl},
{\c_@@_label_major_tl} {\l_@@_value_major_tl},
+ {\c_@@_label_class_tl} {\l_@@_value_class_tl},
{\c_@@_label_author_tl} {\l_@@_value_author_tl},
{\c_@@_label_student_id_tl} {\l_@@_value_student_id_tl},
{\c_@@_label_supervisor_tl} {\l_@@_value_supervisor_tl},
@@ -3386,11 +3394,11 @@
\includegraphics[width=6.87cm]{\l_bit_coverheaderimage_tl}\\
}
- \vspace{1mm}
+ \vspace{1.2mm}
\zihao{2}\textbf{\songti{本科生毕业设计(论文)外文翻译}}
- \vspace{8mm}
+ \vspace{10mm}
{
@@ -3415,7 +3423,7 @@
}
- \vspace{14mm}
+ \vspace{19mm}
\zihao{2}\textbf{\xihei:n \l_@@_value_title_tl}\par
@@ -3449,6 +3457,7 @@
\clist_set:Nn \l_@@_input_clist {
{\c_@@_label_school_tl} {\l_@@_value_school_tl},
{\c_@@_label_major_tl} {\l_@@_value_major_tl},
+ {\c_@@_label_class_tl} {\l_@@_value_class_tl},
{\c_@@_label_author_tl} {\l_@@_value_author_tl},
{\c_@@_label_student_id_tl} {\l_@@_value_student_id_tl},
{\c_@@_label_supervisor_tl} {\l_@@_value_supervisor_tl},
diff --git a/macros/unicodetex/latex/bithesis/bithesis.pdf b/macros/unicodetex/latex/bithesis/bithesis.pdf
index a900536984..67aae3d4de 100644
--- a/macros/unicodetex/latex/bithesis/bithesis.pdf
+++ b/macros/unicodetex/latex/bithesis/bithesis.pdf
Binary files differ