-
Notifications
You must be signed in to change notification settings - Fork 40
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
Unify thesis under a same document class #56
Comments
This unified approach does not seem to work on Overleaf... Is the implementation with the temporary file too CPU expensive? |
Currently we are creating two different documents, using two different document classes. This happened due to historical reasons, and has no effective support. The current template provided by the University suggests the addition of the index and references following the same format used in the cover. At the same time, it is desirable to have metadata directly in the PDF. Both point towards having all information easily available. Currently, the abstract is in the cover, while the lists of chapters, sections, figures, etc... is in the main document. This work aims to unify everything under the same document. With the feature, we could easily output PDF metadata without side tasks, and effectively comply with the University template. |
Are intermediate files still needed?
Tokens not allowed in a PDF stringSome tokens in the abstract text are not allowed and generate errors. In the PR I'm using a static string for now....
There are still some compilation errors in this branch
Class memoir Error: \footskip (28.45274pt) is too large for \lowermargin (-10.40627pt) by 38.85901pt.
Package minted Error: Missing Pygments output; |
#57 is a better approach. Lets close #42 Regarding the Abstract: Which tokens are not supported? Regarding the compilation: |
I think all commands (\anything) are not supported as a PDF string. |
We can leave a note warning students to not use commands on the abstract. |
I didn't notice a comment above the abstract that says: Because of this, we need to use the Another aspect is that the Abstract is a list of Abstracts in different languages, so the last added element is the one used in the PDF information dictionary. Should the Portuguese version always be used? |
Unify the document to use a single document class, instead of two (cover and matter).
This may be necessary to comply with current template and to allow better handling of PDF metadata.
Currently tracked in the
unified-memoir
branchThe text was updated successfully, but these errors were encountered: