
我使用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
您需要確保頁面大小允許整頁文字行(沒有垂直靈活性)適合\textheight
該heightrounded
選項告訴幾何圖形以確保滿足此約束。