diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/bithesis/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/bithesis/bithesis.pdf | bin | 339647 -> 339714 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/bithesis/bithesis.dtx | 31 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bithesis/bitart.cls | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bithesis/bitbook.cls | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bithesis/bitgrad.cls | 25 |
6 files changed, 36 insertions, 26 deletions
diff --git a/Master/texmf-dist/doc/latex/bithesis/README.md b/Master/texmf-dist/doc/latex/bithesis/README.md index a63fde08779..ff7266a5d1b 100644 --- a/Master/texmf-dist/doc/latex/bithesis/README.md +++ b/Master/texmf-dist/doc/latex/bithesis/README.md @@ -6,7 +6,7 @@ [![BIThesis](./assets/bithesis_badge_solid.svg)](https://bithesis.bitnp.net/) [![Chinese version](./assets/chinese.svg)](./README-zh.md) -[![Latexmk](https://badgen.net/badge/compiler/Latexmk?color=blue&labelColor=2b2b2b)](https://mg.readthedocs.io/latexmk.html) +[![Latexmk](https://badgen.net/badge/compiler/latexmk/blue)](https://mg.readthedocs.io/latexmk.html) [![License](https://badgen.net/github/license/BITNP/BIThesis?color=008080&labelColor=2b2b2b)](./LICENSE) [![Join on Slack](https://img.shields.io/badge/Slack%20Community-BIThesis-black?logo=slack&style=social&logoColor=2eb67d)](https://join.slack.com/t/bithesis/shared_invite/zt-epmzkyk0-fJRsUS36AlwMNB2AI_Q~Vw) diff --git a/Master/texmf-dist/doc/latex/bithesis/bithesis.pdf b/Master/texmf-dist/doc/latex/bithesis/bithesis.pdf Binary files differindex 536c9af0157..a935fc0e24c 100644 --- a/Master/texmf-dist/doc/latex/bithesis/bithesis.pdf +++ b/Master/texmf-dist/doc/latex/bithesis/bithesis.pdf diff --git a/Master/texmf-dist/source/latex/bithesis/bithesis.dtx b/Master/texmf-dist/source/latex/bithesis/bithesis.dtx index 8194a4ea5f7..4262466e8bd 100644 --- a/Master/texmf-dist/source/latex/bithesis/bithesis.dtx +++ b/Master/texmf-dist/source/latex/bithesis/bithesis.dtx @@ -21,10 +21,10 @@ %<book>\ProvidesClass{bitbook} %<article>\ProvidesClass{bitart} %<graduate>\ProvidesClass{bitgrad} -%<cls> [2022/04/01 v2.0.0 BIT Thesis Templates] +%<cls> [2022/04/13 v2.1.0 BIT Thesis Templates] % %<*driver> -\ProvidesFile{bithesis.dtx}[2022/04/01 2.0.0 BIT Thesis Templates] +\ProvidesFile{bithesis.dtx}[2022/04/13 2.1.0 BIT Thesis Templates] \documentclass{ltxdoc} \usepackage{dtx-style} @@ -973,12 +973,17 @@ footskip=0.7cm% 页脚 1.8cm % % \captionnamefont{\songti\zihao{5}} % \captiontitlefont{\songti\zihao{5}} - -%% sort and compress citations -\RequirePackage[numbers,square,comma,super,sort&compress]{natbib} -% 上标引用 -\newcommand{\upcite}[1]{\textsuperscript{\cite{#1}}} - +\RequirePackage[ + backend=biber, + style=gb7714-2015, + gbalign=gb7714-2015, + gbnamefmt=lowercase, + gbpub=false, + doi=false, + url=false, + eprint=false, + isbn=false, +]{biblatex} % 将浮动参数设为较宽松的值 \renewcommand{\textfraction}{0.15} @@ -1054,9 +1059,6 @@ footskip=0.7cm% 页脚 1.8cm % % \setitemize[1]{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=0pt} % \setdescription{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=5pt} -% _ 参考文献风格 added by wei.jianwen@gmail.com -\bibliographystyle{GBT7714-2005NLang} - % _ BITspace % \newcommand\BITspace{\protect\CTEX@spaceChar\protect\CTEX@spaceChar} \newcommand{\BITspace}[1][1]{\hspace{#1\ccwd}} @@ -1233,10 +1235,12 @@ footskip=0.7cm% 页脚 1.8cm % \vskip 5cm \begin{center} \setstretch{1.1} - \begin{minipage}{1em} + \begin{minipage}{2em} + \begin{center} {\heiti\zihao{3}\BIT@value@vtitle} - \vskip 2cm + \vskip 2em {\heiti\zihao{3}\BIT@value@school} + \end{center} \end{minipage} \end{center} \clearpage @@ -1244,7 +1248,6 @@ footskip=0.7cm% 页脚 1.8cm % \thispagestyle{empty} \cleardoublepage \fi - } % 原创性声明 diff --git a/Master/texmf-dist/tex/latex/bithesis/bitart.cls b/Master/texmf-dist/tex/latex/bithesis/bitart.cls index c6aef1f3c53..b13289ebec5 100644 --- a/Master/texmf-dist/tex/latex/bithesis/bitart.cls +++ b/Master/texmf-dist/tex/latex/bithesis/bitart.cls @@ -27,7 +27,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{bitart} - [2022/04/01 v2.0.0 BIT Thesis Templates] + [2022/04/13 v2.1.0 BIT Thesis Templates] \newif\if@bit@labreport diff --git a/Master/texmf-dist/tex/latex/bithesis/bitbook.cls b/Master/texmf-dist/tex/latex/bithesis/bitbook.cls index e39b1643643..f1d3c137fa7 100644 --- a/Master/texmf-dist/tex/latex/bithesis/bitbook.cls +++ b/Master/texmf-dist/tex/latex/bithesis/bitbook.cls @@ -27,7 +27,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{bitbook} - [2022/04/01 v2.0.0 BIT Thesis Templates] + [2022/04/13 v2.1.0 BIT Thesis Templates] \newif\if@bit@bachelor diff --git a/Master/texmf-dist/tex/latex/bithesis/bitgrad.cls b/Master/texmf-dist/tex/latex/bithesis/bitgrad.cls index f67b74753f5..fa43803f4e9 100644 --- a/Master/texmf-dist/tex/latex/bithesis/bitgrad.cls +++ b/Master/texmf-dist/tex/latex/bithesis/bitgrad.cls @@ -27,7 +27,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{bitgrad} - [2022/04/01 v2.0.0 BIT Thesis Templates] + [2022/04/13 v2.1.0 BIT Thesis Templates] %% ================================================== @@ -357,9 +357,17 @@ footskip=0.7cm% 页脚 1.8cm % %% 如果插入的图片没有指定扩展名,那么依次搜索下面的扩展名所对应的文件 \DeclareGraphicsExtensions{.pdf,.eps,.png,.jpg,.jpeg} -%% sort and compress citations -\RequirePackage[numbers,square,comma,super,sort&compress]{natbib} -\newcommand{\upcite}[1]{\textsuperscript{\cite{#1}}} +\RequirePackage[ + backend=biber, + style=gb7714-2015, + gbalign=gb7714-2015, + gbnamefmt=lowercase, + gbpub=false, + doi=false, + url=false, + eprint=false, + isbn=false, +]{biblatex} \renewcommand{\textfraction}{0.15} \renewcommand{\topfraction}{0.85} @@ -425,8 +433,6 @@ footskip=0.7cm% 页脚 1.8cm % %% enumerate 列表环境间距调节 \usepackage{enumitem} -\bibliographystyle{GBT7714-2005NLang} - \newcommand{\BITspace}[1][1]{\hspace{#1\ccwd}} \def\BIT@getfileinfo#1 #2 #3\relax#4\relax{% @@ -590,10 +596,12 @@ footskip=0.7cm% 页脚 1.8cm % \vskip 5cm \begin{center} \setstretch{1.1} - \begin{minipage}{1em} + \begin{minipage}{2em} + \begin{center} {\heiti\zihao{3}\BIT@value@vtitle} - \vskip 2cm + \vskip 2em {\heiti\zihao{3}\BIT@value@school} + \end{center} \end{minipage} \end{center} \clearpage @@ -601,7 +609,6 @@ footskip=0.7cm% 页脚 1.8cm % \thispagestyle{empty} \cleardoublepage \fi - } \newcommand\makeDeclareOriginal{% |