Skip to content

New title page formatting and changes to date formatter

Jarko Papalitsas requested to merge new-titlepage into master

Title page formatting changes

  • Title is now centered (relative to margins)
  • The horizontal lines above and under the title are removed as they are not in the "official" template
  • TurnItIn info is centered (relative to margins)
  • The thesis information on title page is now aligned to right
  • Title page contains month name (fixes #12 )
  • Fixes "underful hbox" warnings from the title page

Changes to date formatting

  • The custom month localization macro (\monthname) utilizing DTMmonthname syntax has been replaced with DTMMonthname macro, which should respect the current locale

Screenshot of the title page produced by this class:

Screenshot_from_2022-04-22_10-44-26

Merge request reports