10 Aug 2010 cvr   » (Journeyer)

How to fill the rest of the page with horizontal rules?

This was a posting in the texhax mailing list of TeX Users Group. Among all, Phil Taylor s solution seemed to be the best. I have extended to fill arbitrary vertical remaining space in a page in the following manner: \newdimen\spaceleft \def\pagespace{% \ifdim\pagetotal=0pt \spaceleft=\vsize \else \spaceleft=\pagegoal \advance\spaceleft by-\pagetotal \fi} \def\fillWithLines{\null{}\pagespace\vbox to \spaceleft {\xleaders \vbox to [...]

Syndicated 2010-01-11 14:38:14 from Blue Danube

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!