New macros.
parent
b06e4413e9
commit
6b89010fbf
26
macros.ms
26
macros.ms
|
@ -131,12 +131,20 @@ accumulate
|
||||||
\v'-.7m\s[\\n(.s*6u/10u]+.7m'\\$1\v'-.7m\s0+.7m'\
|
\v'-.7m\s[\\n(.s*6u/10u]+.7m'\\$1\v'-.7m\s0+.7m'\
|
||||||
\(f/\s[\\n(.s*6u/10u]\\$2\s0
|
\(f/\s[\\n(.s*6u/10u]\\$2\s0
|
||||||
..
|
..
|
||||||
|
.de FOOTNOTE_TO_COLUMN_WIDTH
|
||||||
|
.nr pg@fn-colw \\n[pg@colw] \" footnotes' column width
|
||||||
|
..
|
||||||
|
.de SINGLE_COLUMN
|
||||||
|
.1C
|
||||||
|
.FOOTNOTE_TO_COLUMN_WIDTH
|
||||||
|
..
|
||||||
.de TWO_COLUMNS
|
.de TWO_COLUMNS
|
||||||
.2C
|
.2C
|
||||||
.nr pg@fn-colw \\n[pg@colw] \" footnotes' column width
|
.FOOTNOTE_TO_COLUMN_WIDTH
|
||||||
..
|
..
|
||||||
.de HORIZONTALLINE
|
.de HORIZONTALLINE
|
||||||
\l'15'
|
\l'15'
|
||||||
|
.FOOTNOTE_TO_COLUMN_WIDTH
|
||||||
..
|
..
|
||||||
.de SMALLFONT
|
.de SMALLFONT
|
||||||
.ps 8
|
.ps 8
|
||||||
|
@ -266,6 +274,14 @@ Compilé pour la dernière fois le
|
||||||
.NH 2
|
.NH 2
|
||||||
\\$*
|
\\$*
|
||||||
..
|
..
|
||||||
|
.de SUBSUBSECTION
|
||||||
|
.NH 3
|
||||||
|
\\$*
|
||||||
|
..
|
||||||
|
.de SUBSUBSUBSECTION
|
||||||
|
.NH 4
|
||||||
|
\\$*
|
||||||
|
..
|
||||||
.de SECTION_NO_NUMBER
|
.de SECTION_NO_NUMBER
|
||||||
.SH
|
.SH
|
||||||
\\$*
|
\\$*
|
||||||
|
@ -306,3 +322,11 @@ Compilé pour la dernière fois le
|
||||||
.de FOOTNOTE2
|
.de FOOTNOTE2
|
||||||
.FE
|
.FE
|
||||||
..
|
..
|
||||||
|
.de VOCABULARY1
|
||||||
|
.KS
|
||||||
|
.BULLET
|
||||||
|
.UL "\\$*" :
|
||||||
|
..
|
||||||
|
.de VOCABULARY2
|
||||||
|
.KE
|
||||||
|
..
|
||||||
|
|
Loading…
Reference in New Issue