ms template: default to page numbers on bottom, no paragaraph indent.
To be more like the default LaTeX output.
This commit is contained in:
parent
1b42e05bd9
commit
56543ec397
2 changed files with 8 additions and 2 deletions
|
@ -33,7 +33,7 @@ $endif$
|
|||
.\" font family: A, BM, H, HN, N, P, T, ZCM
|
||||
.fam $if(fontfamily)$$fontfamily$$else$T$endif$
|
||||
.\" paragraph indent
|
||||
.nr PI $if(indent)$$indent$$else$2m$endif$
|
||||
.nr PI $if(indent)$$indent$$else$0m$endif$
|
||||
.\" interparagraph space
|
||||
.nr PD 0.33v
|
||||
.\" footnote width
|
||||
|
@ -57,6 +57,9 @@ $endif$
|
|||
.\" comment these out if you want a dot after section numbers:
|
||||
.als SN SN-NO-DOT
|
||||
.als SN-STYLE SN-NO-DOT
|
||||
.\" page numbers in footer, centered
|
||||
.rm CH
|
||||
.ds CF %
|
||||
.\" pdf outline fold level
|
||||
.nr PDFOUTLINE.FOLDLEVEL 3
|
||||
.\" start out in outline view
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
.\" font family: A, BM, H, HN, N, P, T, ZCM
|
||||
.fam T
|
||||
.\" paragraph indent
|
||||
.nr PI 2m
|
||||
.nr PI 0m
|
||||
.\" interparagraph space
|
||||
.nr PD 0.33v
|
||||
.\" footnote width
|
||||
|
@ -49,6 +49,9 @@
|
|||
.\" comment these out if you want a dot after section numbers:
|
||||
.als SN SN-NO-DOT
|
||||
.als SN-STYLE SN-NO-DOT
|
||||
.\" page numbers in footer, centered
|
||||
.rm CH
|
||||
.ds CF %
|
||||
.\" pdf outline fold level
|
||||
.nr PDFOUTLINE.FOLDLEVEL 3
|
||||
.\" start out in outline view
|
||||
|
|
Loading…
Reference in a new issue