Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!ut-emx!emx.utexas.edu From: young@emx.utexas.edu (Young U. Ryu) Newsgroups: comp.text.tex Subject: Re: fancyheadings overfull vbox Message-ID: <37685@ut-emx.uucp> Date: 27 Sep 90 04:50:24 GMT Sender: young@ut-emx.uucp Organization: The University of Texas at Austin; Austin, Texas Lines: 19 Keywords: eddins@trace.eedsp.gatech.edu <1162@eedsp.eedsp.gatech.edu> asked that: > When I use fancyheadings.sty by Piet van Oostrum, I get an overfull > vbox message on every page. It is generally the same amount > (11.20007pt is a typical dimension). I've never been able to get rid > of the message by playing around with various length parameters that > seemed applicable --- the only result is that the overfull amount > changes. Does anyone have experience with this and know how to fix > it? I had a similar problem. In my case, TeX's complaint was removed by adding: \addtolength{\headheight}{1.6pt} Probably, you may need a bigger pt number than 1.6. Young