diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-11-22 09:20:16 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-11-22 09:20:16 -0800 |
commit | a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3 (patch) | |
tree | beffa4c88f32b4d159c3a26b4070f00c097b15e5 /default.ms | |
parent | db59a5e77b0a5629f0801eb82103814842f2e2ed (diff) | |
download | pandoc-templates-a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3.tar.gz pandoc-templates-a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3.zip |
Updated templates for pandoc 2.8
Diffstat (limited to 'default.ms')
-rw-r--r-- | default.ms | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -31,11 +31,11 @@ $endif$ | |||
31 | .\" line height | 31 | .\" line height |
32 | .nr VS $if(lineheight)$$lineheight$$else$12p$endif$ | 32 | .nr VS $if(lineheight)$$lineheight$$else$12p$endif$ |
33 | .\" font family: A, BM, H, HN, N, P, T, ZCM | 33 | .\" font family: A, BM, H, HN, N, P, T, ZCM |
34 | .fam $if(fontfamily)$$fontfamily$$else$T$endif$ | 34 | .fam $if(fontfamily)$$fontfamily$$else$P$endif$ |
35 | .\" paragraph indent | 35 | .\" paragraph indent |
36 | .nr PI $if(indent)$$indent$$else$2m$endif$ | 36 | .nr PI $if(indent)$$indent$$else$0m$endif$ |
37 | .\" interparagraph space | 37 | .\" interparagraph space |
38 | .nr PD 0.33v | 38 | .nr PD 0.4v |
39 | .\" footnote width | 39 | .\" footnote width |
40 | .nr FL \n[LL] | 40 | .nr FL \n[LL] |
41 | .\" footnote point size | 41 | .\" footnote point size |
@@ -57,6 +57,9 @@ $endif$ | |||
57 | .\" comment these out if you want a dot after section numbers: | 57 | .\" comment these out if you want a dot after section numbers: |
58 | .als SN SN-NO-DOT | 58 | .als SN SN-NO-DOT |
59 | .als SN-STYLE SN-NO-DOT | 59 | .als SN-STYLE SN-NO-DOT |
60 | .\" page numbers in footer, centered | ||
61 | .rm CH | ||
62 | .ds CF % | ||
60 | .\" pdf outline fold level | 63 | .\" pdf outline fold level |
61 | .nr PDFOUTLINE.FOLDLEVEL 3 | 64 | .nr PDFOUTLINE.FOLDLEVEL 3 |
62 | .\" start out in outline view | 65 | .\" start out in outline view |
@@ -71,7 +74,7 @@ $endif$ | |||
71 | $if(hyphenate)$ | 74 | $if(hyphenate)$ |
72 | .hy | 75 | .hy |
73 | $else$ | 76 | $else$ |
74 | .nh \" Turn off hyphenation by default. | 77 | .nh |
75 | $endif$ | 78 | $endif$ |
76 | $if(has-inline-math)$ | 79 | $if(has-inline-math)$ |
77 | .EQ | 80 | .EQ |