Mercurial > docs > master
comparison style @ 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 | ff303d854771 |
children | 49d3aa0d128a |
comparison
equal
deleted
inserted
replaced
217:f3f65376bef9 | 218:8be9e84be526 |
---|---|
63 .if t .if e .nr PO 3c | 63 .if t .if e .nr PO 3c |
64 .ds CF " | 64 .ds CF " |
65 .. | 65 .. |
66 .wh -1u _M | 66 .wh -1u _M |
67 | 67 |
68 . \" Lp - enlarge the current page by one line to avoid widows | 68 . \" ZZ - enlarge or shorten the text block on the current |
69 .de Lp | 69 . \" page to avoid widows |
70 .ch FO -\n(FMu+1v | 70 . \" .ZZ -> enlarge by one line |
71 . \" .ZZ +3 -> enlarge by three lines | |
72 . \" .ZZ -2 -> shorten by two lines | |
73 . \" .ZZ +1c -> enlarge by one centimeter | |
74 . \" .ZZ "" -> reset to the default | |
75 .de ZZ | |
76 .ie \\n(.$=0 .ch FO -\\n(FMu+1v | |
77 .el .ch FO -\\n(FMu\\$1 | |
71 .. | 78 .. |
72 | 79 |
73 . \" CW - Set text in CW font (similar to .B and .I) | 80 . \" CW - Set text in CW font (similar to .B and .I) |
74 .de CW | 81 .de CW |
75 .nr PQ \\n(.f | 82 .nr PQ \\n(.f |