-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added dynamic configuration of the .pdf metadata with hyperref #42
Added dynamic configuration of the .pdf metadata with hyperref #42
Conversation
There is an ongoing discussion with the University regarding the inclusion of metadata in the final PDF. Besides the fields you identify, it should also consider a clean version of the abstract. Regarding your PR, why don't we change the definition of the original macros in order to define the correct values for hyperref, or to create a temporary file which can be used by matter.tex or the Makefile. |
The If another file is required, why not using |
I can write the variables to a temporary file, but I'm having trouble reading the variables in the preamble of the
|
The current implementation uses a temporary file to store the information used in the file metadata. It no longer uses the A warning occurred when Regarding the clean version of the abstract. The current abstract example also uses |
(I don't know if my previous comment was read) The current implementation works and uses a temporary file. I don't know how to approach this:
|
I saw the comment but had no time to compile and check for side effects. |
Please check #56 which may facilitate this PR. |
… into dynamic-configuration-pdf-metadata
When using the work from the branch referenced in #56 we do not need intermediate files, as all the information is available. Can you check it? |
Since it is not possible to use the fields (author's name, thesis title, etc.) in the matter.tex file (from the cover.tex file), this was the best solution I found to go around that problem.
The alternative was for each template user to change the .pdf metadata parameters to their own. Is that a better solution?