Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
wrong spelling in the `eabstract` environment.

`denotation` environment errors in `bachelor` type.
  • Loading branch information
Miracle0565 authored Feb 18, 2021
1 parent 857685f commit 13c73a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion buctthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
\fi
\ifbuct@bachelor
\newenvironment{eabstract}{%
\clearoublepage%
\cleardoublepage%
\buct@pdfmark{\buct@eabstract@title}{abstracten}
\centerline{\buct@abs@titfonten{\buct@etitle}}\vspace{22pt}%
\centerline{\buct@abs@absfonten\buct@eabstract@title}\vspace{22pt}%
Expand Down Expand Up @@ -666,8 +666,10 @@
\ifbuct@bachelor\relax\else
\AtBeginEnvironment{tabular}{\buct@floatfont}
\AtBeginEnvironment{tabularx}{\buct@floatfont}
\fi
\let\oldlongtable=\longtable
\let\endoldlongtable=\endlongtable
\ifbuct@bachelor\relax\else
\def\longtable{\zihao{5}\oldlongtable}
\AtEndEnvironment{longtable}{\normalsize}
\fi
Expand Down
4 changes: 3 additions & 1 deletion buctthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@
% \begin{macrocode}
\ifbuct@bachelor
\newenvironment{eabstract}{%
\clearoublepage%
\cleardoublepage%
\buct@pdfmark{\buct@eabstract@title}{abstracten}
\centerline{\buct@abs@titfonten{\buct@etitle}}\vspace{22pt}%
\centerline{\buct@abs@absfonten\buct@eabstract@title}\vspace{22pt}%
Expand Down Expand Up @@ -1720,6 +1720,7 @@
\ifbuct@bachelor\relax\else
\AtBeginEnvironment{tabular}{\buct@floatfont}
\AtBeginEnvironment{tabularx}{\buct@floatfont}
\fi
% \end{macrocode}
%
% 对于 \pkg{longtable} 宏包的设置则稍有不同:
Expand All @@ -1728,6 +1729,7 @@
% \begin{macrocode}
\let\oldlongtable=\longtable
\let\endoldlongtable=\endlongtable
\ifbuct@bachelor\relax\else
\def\longtable{\zihao{5}\oldlongtable}
\AtEndEnvironment{longtable}{\normalsize}
\fi
Expand Down
Binary file modified buctthesis.pdf
Binary file not shown.

0 comments on commit 13c73a3

Please sign in to comment.