Twoside documentclass: 当 \output 处于活动状态时,发生了 \vbox 未满(不良率 10000)的情况

Twoside documentclass: 当 \output 处于活动状态时,发生了 \vbox 未满(不良率 10000)的情况

article我使用带有选项的documentclasstwoside来自定义奇偶页的页眉和页脚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选项告诉几何确保满足此约束。

相关内容