Maketitle Replaced with \input for Flexibility #94

Merged
nuluh merged 2 commits from latex/91-bug-expose-maketitle into dev 2025-06-03 13:16:30 +00:00
nuluh commented 2025-06-03 13:15:36 +00:00 (Migrated from github.com)

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 \maketitle command 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 \maketitle command as it is now handled directly in main.tex.
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`](diffhunk://#diff-9393e46a5c920411b69f1c326c5e8901ca134c5ecb1810cb452419663c0d8cdfL19-R20): Replaced the `\maketitle` command with `\input{frontmatter/maketitle}` and added `\input{frontmatter/maketitle_secondary}` for better modularity in title setup. ### Bibliography customization: * [`latex/thesis.cls`](diffhunk://#diff-ba9b82188cdb4942c7912b21fe08aea9ba58defe8045ad57520319a803e8e173L31-R34): Enabled and customized English bibliography strings, changing "et al." to "dkk." and "pp." to "hlm." for localized terminology. ### Code cleanup: * [`latex/thesis.cls`](diffhunk://#diff-ba9b82188cdb4942c7912b21fe08aea9ba58defe8045ad57520319a803e8e173L112-L114): Removed the redefinition of the `\maketitle` command as it is now handled directly in `main.tex`.
Sign in to join this conversation.