From c8000a67d8ae9473b1b7f47c24c92a2b2e0b56bc Mon Sep 17 00:00:00 2001 From: AroundKiki <36398891+AroundKiki@users.noreply.github.com> Date: Tue, 1 Jun 2021 00:32:34 +0800 Subject: [PATCH] Update BUPTthesisbachelor.sty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 如果一张图片位于章节末尾被单独成页,使图片置顶,而非页面垂直中央 --- BUPTthesisbachelor.sty | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BUPTthesisbachelor.sty b/BUPTthesisbachelor.sty index a365720..56c2fee 100644 --- a/BUPTthesisbachelor.sty +++ b/BUPTthesisbachelor.sty @@ -245,6 +245,11 @@ pdfborder=001, linkcolor=black, citecolor=black, urlcolor=black]{hyperref} \usepackage{caption} \usepackage[position=t,singlelinecheck=off]{subfig} +%使单独成页的图片置顶 +\makeatletter +\setlength{\@fptop}{0pt} +\makeatother + % \renewcommand\thesubfigure{\Alph{subfigure}} \renewcommand{\captionfont}{\ftcaptionfont}