Replies: 1 comment
-
title in PDF metadata is set from the variable |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are the insertion of a level 1 heading containing the value of the
title
metadata field, and the insertion of the same value into PDF metadata dependent only on the used template(s)?My use case is that I have several files which I convert to PDF both singly and concatenated into one big document. I want to have both a heading for each file which shows up in the output when concatenating and also set a PDF metadata title for the concatenated document. This can of course be achieved by having a literal literal level 1 heading in each part and shifting the heading level down when generating the concatenated document but I then lose the benefits of using
\maketitle
, the$abstract$
variable etc. in the LaTeX template. Currently I insert the author/date/version info below the title in the body with a filter when generating the standalone parts, but is there a better way?Beta Was this translation helpful? Give feedback.
All reactions