Skip to content

Commit

Permalink
Fix underfull vbox
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexaraWu committed Aug 2, 2020
1 parent 10f79cb commit 343c1c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions texmf/tex/latex/sjtuthesis/sjtuthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,10 @@
\def\sjtu@thepage{}
\def\sjtu@lastpageref{}
\newif\ifsjtu@page@numbering \sjtu@page@numberingtrue
\AtEndOfClass{%
\sloppy
\raggedbottom
}
\sjtu@patchcmd\cleardoublepage%
{\newpage}{\thispagestyle{empty}\newpage}
\sjtu@patchcmd\chapter%
Expand Down Expand Up @@ -898,7 +902,6 @@
space = auto,
autoindent = true,
}
\AtEndOfClass{\sloppy}
\setlist{nosep}
\setlist*{leftmargin=*}
\setlist[1]{labelindent=\parindent}
Expand Down Expand Up @@ -1029,7 +1032,8 @@
}
\DeclareCaptionOption{bi-second}[]{%
\def\tablename{\sjtu@name@table@second}
\def\figurename{\sjtu@name@figure@second}}
\def\figurename{\sjtu@name@figure@second}
}
\captionsetup[bi-second]{bi-second}
\let\mathellipsis\cdots
\AtBeginDocument{%
Expand Down

0 comments on commit 343c1c9

Please sign in to comment.