mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
ms template: default to page numbers on bottom, no paragaraph indent.
To be more like the default LaTeX output.
This commit is contained in:
@@ -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
|
||||
|
||||
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user