diff options
Diffstat (limited to 'share/doc/iso/wisc/macros.nr')
-rw-r--r-- | share/doc/iso/wisc/macros.nr | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/share/doc/iso/wisc/macros.nr b/share/doc/iso/wisc/macros.nr new file mode 100644 index 0000000..a3624c9 --- /dev/null +++ b/share/doc/iso/wisc/macros.nr @@ -0,0 +1,50 @@ +.\" +.\" Macro to initialize chapter macros +.\" +.de IC +.nr CN 0 1 +.. +.\" +.\" Macro to begin new chapter +.\" +.de NC +.he 'ARGO Kernel Programmer\'s Guide''Chapter \\n+(CN' +.bp +.sh 0 "_" 1 1 1 1 1 1 +.sz +2 +.(l C +CHAPTER \\n(CN + +\fB\\$1\fR +.)l +.sp 1 +.(x +Chapter \\n(CN \\$1 +.)x +.sz -2 +.. +.\" +.\" Figure conventions: +.\" 1) do .so of figure source - figure reg incremented here +.\" 2) make references to figure via CF +.\" +.\" +.\" Macro to initialize figure register +.\" +.de IF +.nr FG 0 1 +.. +.\" +.\" Macro for current figure number +.\" +.de CF +Figure \\n(FG +.. +.\" +.\" Define this macro to include section headings in table of contents +.\" +.de $0 +.(x +Section \\$2 \\$1 +.)x +.. |