From 48729f9715f4deec6d621c363fd4d16d089497b2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 4 Apr 2017 17:21:02 +0200 Subject: Ms writer improvements: - added some variables to the default template. - cleaner output for images (stringify alt text). --- test/writer.ms | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'test') diff --git a/test/writer.ms b/test/writer.ms index 759bdba15..0a67a6312 100644 --- a/test/writer.ms +++ b/test/writer.ms @@ -17,15 +17,15 @@ .\" left margin .nr PO 1.25i .\" top margin -.nr HM 1.25in +.nr HM 1.25i .\" bottom margin -.nr FM 1.25in +.nr FM 1.25i .\" header/footer width .nr LT \n[LL] -.\" point size (pt x 1000) -.nr PS 10000 -.\" line height (pt x 1000) -.nr VS 12000 +.\" point size +.nr PS 10p +.\" line height +.nr VS 12p .\" font family: A, BM, H, HN, N, P, T, ZCM .fam T .\" paragraph indent @@ -969,15 +969,9 @@ Images .LP From \[lq]Voyage dans la Lune\[rq] by Georges Melies (1902): .PP -[IMAGE: \c -.pdfhref W -D "lalune.jpg" -A "\c" \ - -- "lalune" -\&] +[IMAGE: lalune] .PP -Here is a movie [IMAGE: \c -.pdfhref W -D "movie.jpg" -A "\c" \ - -- "movie" -\&] icon. +Here is a movie [IMAGE: movie] icon. .HLINE .SH 1 Footnotes -- cgit v1.2.3