Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!sdd.hp.com!caen!news.cs.indiana.edu!ux1.cso.uiuc.edu!csrd.uiuc.edu!s41.csrd.uiuc.edu!eijkhout From: eijkhout@s41.csrd.uiuc.edu (Victor Eijkhout) Newsgroups: comp.text.tex Subject: Re: The space between the headline and the text.. Message-ID: <1991Mar22.201925.8521@csrd.uiuc.edu> Date: 22 Mar 91 20:19:25 GMT References: <66929@eerie.acsu.Buffalo.EDU> Sender: news@csrd.uiuc.edu (news) Organization: UIUC Center for Supercomputing Research and Development Lines: 26 v096my2q@ubvmsc.cc.buffalo.edu (Mark A Wieczorek) writes: > I've got a question. Whenever I print out a document using >TeX, I always get a little bit of extra space between the headline and >the first line of text, on the FIRST page only. On all the following >pages their is barely any space between these two. You're using plain TeX? The page that you see consists of 1/ the headline 2/ the page contents 3/ the footline The page contents themselves are not supposed to have any glue on top. The \topskip tries to get the baseline of the first line at 10pt beneath the top of the page box, that's all. The headline in plain TeX has some glue in it, but that's the same for every page. Furthermore, this glue is at least something like 10pt, so if youhave 'barely any space' you have been tinkering with it yourself. Conclusion: there is somethng wrong with your macros. Victor.