Twoside 文檔類別:當 \output 處於活動狀態時,發生了未滿的 \vbox(壞度 10000)

Twoside 文檔類別:當 \output 處於活動狀態時,發生了未滿的 \vbox(壞度 10000)

我使用article帶有選項的文檔類別twoside來自定義fancyhdr包中偶數頁和奇數頁的頁眉和頁腳。編譯工作正常,但問題是輸出面板給出以下 badbox:

Underfull \vbox (badness 10000) has occurred while \output is active

我認為問題是由於使用geometry包造成的,但我不知道如何解決。這是什麼意思以及我怎麼才能擺脫它?這是我的序言:

\documentclass[10pt,twoside]{article}
\usepackage[papersize={120mm,195mm},top=2.7cm,bottom=2.7cm,right=1.3cm,left=1.3cm]{geometry}%left1.6
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[polutonikogreek,italian,english]{babel}
\usepackage[italian]{varioref}
\usepackage{fancyhdr}

\pagestyle{fancy}
\fancyhf{}
\fancyhead[CO]{Titolo}
\fancyhead[CE]{Autore}
\cfoot{\thepage}
\renewcommand{\headrulewidth}{0pt}

答案1

您需要確保頁面大小允許整頁文字行(沒有垂直靈活性)適合\textheightheightrounded選項告訴幾何圖形以確保滿足此約束。

相關內容