texlive[64554] Master/texmf-dist: bithesis (29sep22)

commits+karl at tug.org commits+karl at tug.org
Thu Sep 29 22:50:02 CEST 2022


Revision: 64554
          http://tug.org/svn/texlive?view=revision&revision=64554
Author:   karl
Date:     2022-09-29 22:50:02 +0200 (Thu, 29 Sep 2022)
Log Message:
-----------
bithesis (29sep22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/bithesis/bithesis.pdf
    trunk/Master/texmf-dist/source/latex/bithesis/bithesis.dtx
    trunk/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls
    trunk/Master/texmf-dist/tex/latex/bithesis/bitbook.cls
    trunk/Master/texmf-dist/tex/latex/bithesis/bithesis.cls
    trunk/Master/texmf-dist/tex/latex/bithesis/bitreport.cls

Modified: trunk/Master/texmf-dist/doc/latex/bithesis/bithesis.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/bithesis/bithesis.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/bithesis/bithesis.dtx	2022-09-29 20:49:44 UTC (rev 64553)
+++ trunk/Master/texmf-dist/source/latex/bithesis/bithesis.dtx	2022-09-29 20:50:02 UTC (rev 64554)
@@ -21,7 +21,7 @@
 %<thesis>\ProvidesExplClass{bithesis}
 %<report>\ProvidesExplClass{bitreport}
 %<beamer>\ProvidesExplClass{bitbeamer}
-%<cls>{2022-09-15}{3.0.1}{BIT Thesis Templates}
+%<cls>{2022-09-29}{3.0.3}{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}[2022/09/15 3.0.1 BIT Thesis Templates]
+\ProvidesFile{bithesis.dtx}[2022/09/29 3.0.3 BIT Thesis Templates]
 \documentclass[letterpaper]{l3doc}
 \usepackage{dtx-style}
 
@@ -264,7 +264,7 @@
 %
 % \begin{function}{type}
 %   \begin{bitsyntax}[emph={[1]type}]
-%     type = (*<(bachelor)|\mbox{bachelor_translation}|\mbox{bachelor_english}|master|docter>*)
+%     type = (*<(bachelor)|\mbox{bachelor_translation}|\mbox{bachelor_english}|master|doctor>*)
 %   \end{bitsyntax}
 %   选择论文类型,它们分别对应:
 %   \begin{itemize}
@@ -1380,7 +1380,7 @@
 % 定义论文类型的列表。
 %    \begin{macrocode}
 \clist_const:Nn \c_@@_thesis_type_clist
-    { bachelor, bachelor_translation, bachelor_english, master, docter}
+    { bachelor, bachelor_translation, bachelor_english, master, doctor}
 %    \end{macrocode}
 % \end{variable}
 
@@ -2248,8 +2248,6 @@
          {\heiti\zihao{-2} \l_@@_value_title_tl}
       \vskip \stretch{1}
 
-      % TODO: delete this?
-      {\fangsong\zihao{4}}
       \def\tabcolsep{1pt}
       \def\arraystretch{1.5}
 
@@ -2998,6 +2996,7 @@
       } {
         \chapter{\c_@@_label_ack_tl}
       }
+      \@@_if_graduate:TF {\fangsong}{}
       #1
     \end{blindPeerReview}
   } {}
@@ -3481,7 +3480,7 @@
 \newif\if at bit@bachelor
 \newif\if at bit@docTranslation
 \newif\if at bit@master
-\newif\if at bit@docter
+\newif\if at bit@doctor
 
 \RequirePackage{kvoptions}
 

Modified: trunk/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls	2022-09-29 20:49:44 UTC (rev 64553)
+++ trunk/Master/texmf-dist/tex/latex/bithesis/bitbeamer.cls	2022-09-29 20:50:02 UTC (rev 64554)
@@ -27,7 +27,7 @@
 %% 
 \RequirePackage{expl3,l3keys2e}
 \ProvidesExplClass{bitbeamer}
-{2022-09-15}{3.0.1}{BIT Thesis Templates}
+{2022-09-29}{3.0.3}{BIT Thesis Templates}
 
 
 \keys_define:nn { bitbeamer }

Modified: trunk/Master/texmf-dist/tex/latex/bithesis/bitbook.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bithesis/bitbook.cls	2022-09-29 20:49:44 UTC (rev 64553)
+++ trunk/Master/texmf-dist/tex/latex/bithesis/bitbook.cls	2022-09-29 20:50:02 UTC (rev 64554)
@@ -35,7 +35,7 @@
 \newif\if at bit@bachelor
 \newif\if at bit@docTranslation
 \newif\if at bit@master
-\newif\if at bit@docter
+\newif\if at bit@doctor
 
 \RequirePackage{kvoptions}
 

Modified: trunk/Master/texmf-dist/tex/latex/bithesis/bithesis.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bithesis/bithesis.cls	2022-09-29 20:49:44 UTC (rev 64553)
+++ trunk/Master/texmf-dist/tex/latex/bithesis/bithesis.cls	2022-09-29 20:50:02 UTC (rev 64554)
@@ -27,7 +27,7 @@
 %% 
 \RequirePackage{expl3,l3keys2e}
 \ProvidesExplClass{bithesis}
-{2022-09-15}{3.0.1}{BIT Thesis Templates}
+{2022-09-29}{3.0.3}{BIT Thesis Templates}
 
 
 \int_new:N \g__bithesis_thesis_type_int
@@ -63,7 +63,7 @@
 \cs_new:Npn \__bithesis_if_doctor_thesis:TF #1#2 {\int_compare:nNnTF {\g__bithesis_thesis_type_int} = {5} {#1} {#2}}
 
 \clist_const:Nn \c__bithesis_thesis_type_clist
-    { bachelor, bachelor_translation, bachelor_english, master, docter}
+    { bachelor, bachelor_translation, bachelor_english, master, doctor}
 
 \cs_new_protected:Npn \__bithesis_define_label:nn #1#2
   { \tl_const:cn { c__bithesis_label_ #1 _tl } {#2} }
@@ -809,8 +809,6 @@
          {\heiti\zihao{-2} \l__bithesis_value_title_tl}
       \vskip \stretch{1}
 
-      % TODO: delete this?
-      {\fangsong\zihao{4}}
       \def\tabcolsep{1pt}
       \def\arraystretch{1.5}
 
@@ -1554,6 +1552,7 @@
       } {
         \chapter{\c__bithesis_label_ack_tl}
       }
+      \__bithesis_if_graduate:TF {\fangsong}{}
       #1
     \end{blindPeerReview}
   } {}

Modified: trunk/Master/texmf-dist/tex/latex/bithesis/bitreport.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bithesis/bitreport.cls	2022-09-29 20:49:44 UTC (rev 64553)
+++ trunk/Master/texmf-dist/tex/latex/bithesis/bitreport.cls	2022-09-29 20:50:02 UTC (rev 64554)
@@ -27,7 +27,7 @@
 %% 
 \RequirePackage{expl3,l3keys2e}
 \ProvidesExplClass{bitreport}
-{2022-09-15}{3.0.1}{BIT Thesis Templates}
+{2022-09-29}{3.0.3}{BIT Thesis Templates}
 
 
 \int_new:N \g__bithesis_report_type_int



More information about the tex-live-commits mailing list.