summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bithesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-14 19:47:12 +0000
committerKarl Berry <karl@freefriends.org>2022-04-14 19:47:12 +0000
commit67e5394c31420786eed82c676ae3200f06cb50f4 (patch)
tree151d47201749cb37f94e68c586d3354a5b57ffc5 /Master/texmf-dist/tex/latex/bithesis
parent101efa75da6a7da53941871e00d25dae45c95191 (diff)
bithesis (14apr22)
git-svn-id: svn://tug.org/texlive/trunk@63024 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bithesis')
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bitart.cls2
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bitbook.cls2
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bitgrad.cls25
3 files changed, 18 insertions, 11 deletions
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{%