]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/doc/iso/wisc/macros.nr
BSD 4.4 Lite Share Sources
[FreeBSD/FreeBSD.git] / share / doc / iso / wisc / macros.nr
1 .\"     
2 .\" Macro to initialize chapter macros
3 .\"     
4 .de IC
5 .nr CN 0 1
6 ..
7 .\"     
8 .\" Macro to begin new chapter
9 .\"     
10 .de NC
11 .he 'ARGO Kernel Programmer\'s Guide''Chapter \\n+(CN'
12 .bp
13 .sh 0 "_" 1 1 1 1 1 1
14 .sz +2
15 .(l C
16 CHAPTER \\n(CN
17
18 \fB\\$1\fR
19 .)l
20 .sp 1
21 .(x
22 Chapter \\n(CN     \\$1
23 .)x
24 .sz -2
25 ..
26 .\"     
27 .\"     Figure conventions:
28 .\"     1) do .so of figure source - figure reg incremented here
29 .\"     2) make references to figure via CF
30 .\"     
31 .\"     
32 .\"     Macro to initialize figure register
33 .\"     
34 .de IF
35 .nr FG 0 1
36 ..
37 .\"     
38 .\"     Macro for current figure number
39 .\"     
40 .de CF
41 Figure \\n(FG
42 ..
43 .\"
44 .\"     Define this macro to include section headings in table of contents
45 .\"
46 .de $0
47 .(x
48 Section \\$2 \\$1
49 .)x
50 ..