From 56543ec397ddebf8fa1caa9e3666a36ac828c394 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 16 Nov 2019 18:51:22 -0800 Subject: ms template: default to page numbers on bottom, no paragaraph indent. To be more like the default LaTeX output. --- test/writer.ms | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/writer.ms') diff --git a/test/writer.ms b/test/writer.ms index 0c66a3019..b589011b8 100644 --- a/test/writer.ms +++ b/test/writer.ms @@ -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 -- cgit v1.2.3