# HG changeset patch # User markus schnalke # Date 1342281919 -7200 # Node ID 8be9e84be526108dabfd87c781be7f55589e96d8 # Parent f3f65376bef9442ec4cd35564ffdb4e50392f118 style: Replaced .Lp macro with .ZZ macro, including enhancements. This is to enlarge or shorten the text block on a page. diff -r f3f65376bef9 -r 8be9e84be526 style --- a/style Sat Jul 14 18:04:32 2012 +0200 +++ b/style Sat Jul 14 18:05:19 2012 +0200 @@ -65,9 +65,16 @@ .. .wh -1u _M -. \" Lp - enlarge the current page by one line to avoid widows -.de Lp -.ch FO -\n(FMu+1v +. \" ZZ - enlarge or shorten the text block on the current +. \" page to avoid widows +. \" .ZZ -> enlarge by one line +. \" .ZZ +3 -> enlarge by three lines +. \" .ZZ -2 -> shorten by two lines +. \" .ZZ +1c -> enlarge by one centimeter +. \" .ZZ "" -> reset to the default +.de ZZ +.ie \\n(.$=0 .ch FO -\\n(FMu+1v +.el .ch FO -\\n(FMu\\$1 .. . \" CW - Set text in CW font (similar to .B and .I)