Maketitle Replaced with \input for Flexibility #94
Reference in New Issue
Block a user
Delete Branch "latex/91-bug-expose-maketitle"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request includes changes to improve the structure and customization of the LaTeX document for a thesis. The most important changes involve reorganizing the title setup, redefining bibliography strings for English, and removing redundant title-related commands.
Document structure enhancements:
latex/main.tex: Replaced the\maketitlecommand with\input{frontmatter/maketitle}and added\input{frontmatter/maketitle_secondary}for better modularity in title setup.Bibliography customization:
latex/thesis.cls: Enabled and customized English bibliography strings, changing "et al." to "dkk." and "pp." to "hlm." for localized terminology.Code cleanup:
latex/thesis.cls: Removed the redefinition of the\maketitlecommand as it is now handled directly inmain.tex.