From c246866ea7f7a7e9fee72f193efde862e9fc823c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 May 2022 20:28:52 +0000 Subject: bithesis (9may22) git-svn-id: svn://tug.org/texlive/trunk@63271 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/bithesis/bitart.cls | 14 +++----------- Master/texmf-dist/tex/latex/bithesis/bitbook.cls | 2 +- Master/texmf-dist/tex/latex/bithesis/bitgrad.cls | 2 +- 3 files changed, 5 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist/tex/latex/bithesis') 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] %% ================================================== -- cgit v1.2.3