summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bithesis/bitgrad.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/bithesis/bitgrad.cls')
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bitgrad.cls25
1 files changed, 16 insertions, 9 deletions
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{%