diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/bjfuthesis/bjfuthesis.cls | 3 |
1 files changed, 2 insertions, 1 deletions
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} |