From 7c8eb2ba6eed721049476c2a8f69fb34b3222bcb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 25 Mar 2017 11:43:44 +0100 Subject: ms template: beginnings of support for PDF metadata. This will have to be refined along the lines of what is now done in the latex writer/template. For help, see http://pipeline.lbl.gov/code/3rd_party/licenses.win/groff/1.19.2/pdf/pdfmark.pdf --- data/templates/default.ms | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/templates') diff --git a/data/templates/default.ms b/data/templates/default.ms index 1869b8402..8d4d0a052 100644 --- a/data/templates/default.ms +++ b/data/templates/default.ms @@ -37,6 +37,9 @@ .\" footnote point size .nr FPS (\n[PS] - 2000) .\" *************************************************************** +.\" PDF metadata +.mso pdfmark.tmac +.pdfinfo /Title $title$ $if(adjusting)$ .ad $adjusting$ $endif$ @@ -82,3 +85,4 @@ $endif$ $for(include-after)$ $include-after$ $endfor$ +.pdfsync -- cgit v1.2.3