summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bithesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-05-09 20:28:52 +0000
committerKarl Berry <karl@freefriends.org>2022-05-09 20:28:52 +0000
commitc246866ea7f7a7e9fee72f193efde862e9fc823c (patch)
tree222a36617ccab063e815ae365665e510f6647752 /Master/texmf-dist/tex/latex/bithesis
parent3e9b6f3a8bdf4b2618d9d02d24285f52899a57e0 (diff)
bithesis (9may22)
git-svn-id: svn://tug.org/texlive/trunk@63271 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bithesis')
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bitart.cls14
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bitbook.cls2
-rw-r--r--Master/texmf-dist/tex/latex/bithesis/bitgrad.cls2
3 files changed, 5 insertions, 13 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}%
diff --git a/Master/texmf-dist/tex/latex/bithesis/bitbook.cls b/Master/texmf-dist/tex/latex/bithesis/bitbook.cls
index f1d3c137fa7..25ad1a4b11f 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/13 v2.1.0 BIT Thesis Templates]
+ [2022/05/09 v2.1.1 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 fa43803f4e9..993f8f37aaa 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/13 v2.1.0 BIT Thesis Templates]
+ [2022/05/09 v2.1.1 BIT Thesis Templates]
%% ==================================================