Mercurial > docs > unix-phil
comparison style @ 49:2f188a5dc0dc
moved style to separate document
author | meillo@marmaro.de |
---|---|
date | Mon, 12 Apr 2010 14:49:13 +0200 |
parents | |
children | ad7c253bdced |
comparison
equal
deleted
inserted
replaced
48:40caeb9e9b25 | 49:2f188a5dc0dc |
---|---|
1 .nr PS 11 | |
2 .nr VS 13 | |
3 | |
4 .de CW | |
5 .nr PQ \\n(.f | |
6 .if t \{\ | |
7 . ft CW | |
8 . if !^\\$1^^ \&\\$1\f\\n(PQ\\$2 | |
9 .\} | |
10 .if n \{\ | |
11 . ie ^\\$1^^ .ul 999 | |
12 . el .ul 1 | |
13 . if \\n(.$=1 \&\\$1 | |
14 . if \\n(.$>1 \&\\$1\c | |
15 . if \\n(.$>1 \&\\$2 | |
16 .\} | |
17 .. | |
18 | |
19 .ds [. \ [ | |
20 .ds .] ] | |
21 .rm ]< | |
22 .de ]< | |
23 .LP | |
24 .de FP | |
25 .IP \\\\$1. | |
26 \\.. | |
27 .rm FS FE | |
28 .. | |
29 | |
30 .de H | |
31 .if '\\$1'1' \{\ | |
32 . sp 2v | |
33 . nr PS +2 | |
34 . NH \\$1 | |
35 \\$2 | |
36 . nr PS -2 | |
37 . LP | |
38 . XS | |
39 . sp .5v | |
40 . B | |
41 \\*(SN \\$2 | |
42 . XE | |
43 .\} | |
44 .if '\\$1'2' \{\ | |
45 . NH \\$1 | |
46 \\$2 | |
47 . LP | |
48 . XS | |
49 \\*(SN \\$2 | |
50 . XE | |
51 .\} | |
52 .. | |
53 | |
54 .am QP | |
55 .ps -1 | |
56 .. | |
57 | |
58 .am DS | |
59 .CW | |
60 .ps -1 | |
61 .. |