summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bjfuthesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-07 20:03:16 +0000
committerKarl Berry <karl@freefriends.org>2021-06-07 20:03:16 +0000
commit723f761e34ecd654c30c516a525cc99db2b0c47f (patch)
tree723cdcb30fd578d4b22e3d864f43d0ddebbe3be4 /Master/texmf-dist/tex/latex/bjfuthesis
parent1795b25c293b7915344a9f6e69678fee70da80d4 (diff)
bjfuthesis (7jun21)
git-svn-id: svn://tug.org/texlive/trunk@59505 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bjfuthesis')
-rw-r--r--Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls8
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls b/Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls
index 641a6e8d4e7..39f11fe8474 100644
--- a/Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls
+++ b/Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls
@@ -23,18 +23,16 @@
\def\keywords@label@zh{关键词:}
\def\keywords@label@en{Keywords: }
\def\chartnote@label{注:}
-\ProvidesClass{bjfuthesis}[2021/06/06 A thesis class for Beijing Forestry University]
+\ProvidesClass{bjfuthesis}[2021/06/07 A thesis class for Beijing Forestry University]
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{ctexbook}}
\ProcessOptions*
\LoadClass[a4paper,oneside,fontset=none]{ctexbook}
\RequirePackage{pdfpages,graphicx}
-\graphicspath{{figures/}}
\RequirePackage[style=gb7714-2015]{biblatex}
-\addbibresource{bibliography.bib}
\RequirePackage{silence,bicaption}
\DeclareCaptionFormat{bjfucaption}{\textbf{\fontsize{9}{21}\selectfont#1#2#3}}
\captionsetup{format=bjfucaption,skip=0pt,labelsep=space}
-\captionsetup[figure][bi-second]{name=Figure}
+\captionsetup[figure][bi-second]{name=Fig.}
\captionsetup[table][bi-second]{name=Table}
\RequirePackage{amsmath}
\setlength\voffset{-10.4mm}
@@ -165,7 +163,7 @@
\newcommand\keywordscn[1]{\noindent\fontsize{12}{21}\selectfont\textbf{\keywords@label@zh}#1\par}
\newcommand\keywordsen[1]{\noindent\fontsize{12}{21}\selectfont\textbf{\keywords@label@en}#1\par}
\NewCommandCopy\oldfrontmatter\frontmatter
-\renewcommand\frontmatter{\IfFileExists{cover.pdf}{\includepdf[pages={1-2}]{cover.pdf}}{\typeout{!! cover.pdf not found}\ClassWarning{bjfuthesis}{cover.pdf not found}}\oldfrontmatter\renewcommand\thepage{\Roman{page}}\fontsize{12}{21}\selectfont}
+\renewcommand\frontmatter{\oldfrontmatter\renewcommand\thepage{\Roman{page}}\fontsize{12}{21}\selectfont}
\NewCommandCopy\oldmainmatter\mainmatter
\renewcommand\mainmatter{\oldmainmatter\fontsize{12}{21}\selectfont}
\newcommand\chartnote[1]{\fontsize{9}{21}\selectfont\\\begin{flushleft}\chartnote@label#1\end{flushleft}}