mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
Ms template: Use Palatino for default font.
This is less ugly than Times.
This commit is contained in:
@@ -31,7 +31,7 @@ $endif$
|
||||
.\" line height
|
||||
.nr VS $if(lineheight)$$lineheight$$else$12p$endif$
|
||||
.\" font family: A, BM, H, HN, N, P, T, ZCM
|
||||
.fam $if(fontfamily)$$fontfamily$$else$T$endif$
|
||||
.fam $if(fontfamily)$$fontfamily$$else$P$endif$
|
||||
.\" paragraph indent
|
||||
.nr PI $if(indent)$$indent$$else$0m$endif$
|
||||
.\" interparagraph space
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
.\" line height
|
||||
.nr VS 12p
|
||||
.\" font family: A, BM, H, HN, N, P, T, ZCM
|
||||
.fam T
|
||||
.fam P
|
||||
.\" paragraph indent
|
||||
.nr PI 0m
|
||||
.\" interparagraph space
|
||||
|
||||
Reference in New Issue
Block a user