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
This commit is contained in:
parent
2e20129903
commit
7c8eb2ba6e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue