summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bithesis/bitart.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/bithesis/bitart.cls')
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bitart.cls14
1 files changed, 3 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/bithesis/bitart.cls b/Master/texmf-dist/tex/latex/bithesis/bitart.cls
index b13289ebec5..b0151f88333 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/13 v2.1.0 BIT Thesis Templates]
+ [2022/05/09 v2.1.1 BIT Thesis Templates]
\newif\if@bit@labreport
@@ -64,20 +64,12 @@
\RequirePackage{etoolbox}
\fi
-\if@bit@proposalreport
- % 设置参考文献编译后端为 biber,引用格式为 GB/T7714-2015 格式
- % 参考文献使用宏包见 https://github.com/hushidong/biblatex-gb7714-2015
- \usepackage[style=gb7714-2015,backend=biber]{biblatex}
-
-\fi
+\usepackage[style=gb7714-2015,backend=biber]{biblatex}
\if@bit@labreport
% 将西文字体设置为 Times New Roman
\setromanfont{Times New Roman}%
- % 设置引用位于右上角
- \newcommand{\upcite}[1]{\textsuperscript{\cite{#1}}}%
-
% 设置文档标题深度
\setcounter{tocdepth}{3}%
\setcounter{secnumdepth}{3}%
@@ -161,7 +153,7 @@
\AtBeginDocument{
\if@bit@labreport
- \input{../lab-report/misc/cover_v1.tex}
+ \input{misc/cover_v1.tex}
% 正文开始
\pagestyle{fancy}
\setcounter{page}{1}%