Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!psuvax1!uwm.edu!linac!att!ucbvax!UBCMTSA.BITNET!USERARNT From: USERARNT@UBCMTSA.BITNET (Bill Arnett) Newsgroups: comp.text.tex Subject: re: \hrules in \headline and \footline? Message-ID: <441400@UBCMTSA.BITNET> Date: 14 Mar 91 20:52:40 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 16 In response to Norman Walsh's query: If I understand you correctly, you want to do something like this: \headline={\vbox{\line{\hfill Page \folio} \kern-.5\baselineskip \line{\hrulefill}}} This works just fine for me. (using plain TeX.) "\line" expands to "\hbox to\hsize" which you could use instead if you wish. Note that "\hrulefill" ends with 2 L's, not one as you accidentally(??) typed in your question. Bill Arnett.