diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/bjfuthesis/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/bjfuthesis/README.md b/Master/texmf-dist/doc/latex/bjfuthesis/README.md index 173951390f4..7f8ce30d441 100644 --- a/Master/texmf-dist/doc/latex/bjfuthesis/README.md +++ b/Master/texmf-dist/doc/latex/bjfuthesis/README.md @@ -1,7 +1,7 @@ # 北京林业大学 (BJFU) 毕业论文模板 (LaTeX) Copyright (C) 2021 Liu Changxin -Version 1.1.0 (2021-06-17) +Version 1.2.0 (2021-06-21) ## Abstract This is a class file for producing dissertations and theses according to the Beijing Forestry University (BJFU) Guidelines for Undergraduate Theses and Dissertations. diff --git a/Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls b/Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls index 047d6f8bf04..86b1ac4ca98 100644 --- a/Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls +++ b/Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls @@ -23,7 +23,7 @@ \def\keywords@label@zh{关键词:} \def\keywords@label@en{Keywords: } \def\chartnote@label{注:} -\ProvidesClass{bjfuthesis}[2021/06/07 A thesis class for Beijing Forestry University] +\ProvidesClass{bjfuthesis}[2021/06/21 A thesis class for Beijing Forestry University] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{ctexbook}} \ProcessOptions* \LoadClass[a4paper,oneside,fontset=none]{ctexbook} @@ -44,6 +44,7 @@ \setlength\bibitemsep{0pt} \setlength{\fboxsep}{0pt} \setlength{\fboxrule}{1pt} +\setlength{\@fptop}{0pt} \RequirePackage{etoolbox} \setmainfont{Times New Roman} \setCJKmainfont[AutoFakeBold]{SimSun} |