docs/master

changeset 218:8be9e84be526

style: Replaced .Lp macro with .ZZ macro, including enhancements. This is to enlarge or shorten the text block on a page.
author markus schnalke <meillo@marmaro.de>
date Sat, 14 Jul 2012 18:05:19 +0200
parents f3f65376bef9
children 8c537982d718
files style
diffstat 1 files changed, 10 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/style	Sat Jul 14 18:04:32 2012 +0200
     1.2 +++ b/style	Sat Jul 14 18:05:19 2012 +0200
     1.3 @@ -65,9 +65,16 @@
     1.4  ..
     1.5  .wh -1u _M
     1.6  
     1.7 -.	\" Lp - enlarge the current page by one line to avoid widows
     1.8 -.de Lp
     1.9 -.ch FO -\n(FMu+1v
    1.10 +.	\" ZZ - enlarge or shorten the text block on the current
    1.11 +.	\"      page to avoid widows
    1.12 +.	\"  .ZZ      -> enlarge by one line
    1.13 +.	\"  .ZZ +3   -> enlarge by three lines
    1.14 +.	\"  .ZZ -2   -> shorten by two lines
    1.15 +.	\"  .ZZ +1c  -> enlarge by one centimeter
    1.16 +.	\"  .ZZ ""   -> reset to the default
    1.17 +.de ZZ
    1.18 +.ie \\n(.$=0 .ch FO -\\n(FMu+1v
    1.19 +.el .ch FO -\\n(FMu\\$1
    1.20  ..
    1.21  
    1.22  .	\" CW - Set text in CW font (similar to .B and .I)