3 Feb
2019
3 Feb
'19
5:57 p.m.
Am 03.02.19 um 17:34 schrieb Wolfgang Schuster:
Use \setupdocument to set the metadata for the PDF. You can access the values with the \documentvariable command.
\setuppagenumbering [location=]
\setupheadertexts [\documentvariable{metadata:title} – \documentvariable{metadata:author}]
\setupdocument [metadata:title={foo}, metadata:subtitle={bar}, metadata:author={Peter}, metadata:keyword={context}]
\starttext \samplefile{lorem} \stoptext
Thank you, Wolfgang. juh