We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The plain report type has an extra space before "STUDY PROGRAM NAME", which makes it not aligned with the following lines.
For example:
I can fix it by adding: \degreenameprefix(plain,en):={Some prefix} on NOVAthesisFiles/Strings/strings-en.ldf.
\degreenameprefix(plain,en):={Some prefix}
NOVAthesisFiles/Strings/strings-en.ldf
Nonetheless, I think this should/could be fixed in another way.
My feature request would be to allow us to add a title, just like "Thesis proposal" or "Thesis Plan" document type:
I have tried to add \dissertationplan(plain,en):={Something} on NOVAthesisFiles/Schools/nova/fct/nova-fct-defaults.ldf but it did not work.
\dissertationplan(plain,en):={Something}
NOVAthesisFiles/Schools/nova/fct/nova-fct-defaults.ldf
The text was updated successfully, but these errors were encountered:
In the end, what worked for me was adding, for example:
\degreenameprefix(plain,en):={R\lowercase{eport}\\Doctoral program in}
to NOVAthesisFiles/Strings/strings-en.ldf.
Again this could be fixed in another way.
Sorry, something went wrong.
No branches or pull requests
The plain report type has an extra space before "STUDY PROGRAM NAME", which makes it not aligned with the following lines.
For example:
I can fix it by adding:
\degreenameprefix(plain,en):={Some prefix}
onNOVAthesisFiles/Strings/strings-en.ldf
.Nonetheless, I think this should/could be fixed in another way.
My feature request would be to allow us to add a title, just like "Thesis proposal" or "Thesis Plan" document type:
I have tried to add
\dissertationplan(plain,en):={Something}
onNOVAthesisFiles/Schools/nova/fct/nova-fct-defaults.ldf
but it did not work.The text was updated successfully, but these errors were encountered: