ms template: default to page numbers on bottom, no paragaraph indent.

To be more like the default LaTeX output.
This commit is contained in:
John MacFarlane 2019-11-16 18:51:22 -08:00
parent 1b42e05bd9
commit 56543ec397
2 changed files with 8 additions and 2 deletions

View file

@ -33,7 +33,7 @@ $endif$
.\" font family: A, BM, H, HN, N, P, T, ZCM .\" font family: A, BM, H, HN, N, P, T, ZCM
.fam $if(fontfamily)$$fontfamily$$else$T$endif$ .fam $if(fontfamily)$$fontfamily$$else$T$endif$
.\" paragraph indent .\" paragraph indent
.nr PI $if(indent)$$indent$$else$2m$endif$ .nr PI $if(indent)$$indent$$else$0m$endif$
.\" interparagraph space .\" interparagraph space
.nr PD 0.33v .nr PD 0.33v
.\" footnote width .\" footnote width
@ -57,6 +57,9 @@ $endif$
.\" comment these out if you want a dot after section numbers: .\" comment these out if you want a dot after section numbers:
.als SN SN-NO-DOT .als SN SN-NO-DOT
.als SN-STYLE SN-NO-DOT .als SN-STYLE SN-NO-DOT
.\" page numbers in footer, centered
.rm CH
.ds CF %
.\" pdf outline fold level .\" pdf outline fold level
.nr PDFOUTLINE.FOLDLEVEL 3 .nr PDFOUTLINE.FOLDLEVEL 3
.\" start out in outline view .\" start out in outline view

View file

@ -29,7 +29,7 @@
.\" font family: A, BM, H, HN, N, P, T, ZCM .\" font family: A, BM, H, HN, N, P, T, ZCM
.fam T .fam T
.\" paragraph indent .\" paragraph indent
.nr PI 2m .nr PI 0m
.\" interparagraph space .\" interparagraph space
.nr PD 0.33v .nr PD 0.33v
.\" footnote width .\" footnote width
@ -49,6 +49,9 @@
.\" comment these out if you want a dot after section numbers: .\" comment these out if you want a dot after section numbers:
.als SN SN-NO-DOT .als SN SN-NO-DOT
.als SN-STYLE SN-NO-DOT .als SN-STYLE SN-NO-DOT
.\" page numbers in footer, centered
.rm CH
.ds CF %
.\" pdf outline fold level .\" pdf outline fold level
.nr PDFOUTLINE.FOLDLEVEL 3 .nr PDFOUTLINE.FOLDLEVEL 3
.\" start out in outline view .\" start out in outline view