se2p / se2thesis

A Thesis Class for the Chair of Software Engineering II at the University of Passau, Germany
https://ctan.org/pkg/se2thesis
LaTeX Project Public License v1.3c
8 stars 2 forks source link

Add preliminary support for titlecaps #10

Open stephanlukasczyk opened 2 months ago

stephanlukasczyk commented 2 months ago

This monkey-patches at least \title, \subtitle, \chapter, \section, \subsection, and \subsubsection (the latter three at least in the table of contents, since they are upper-case anyway). However, patching the \headmark in the footer of the page is missing, and it does not seem to be trivial.

This tackles issue #9 but does not (yet) fully resolve it in a proper way. Currently, I doubt that I'll merge this PR any time soon; on the one hand, it is not feature complete, on the other hand, I believe that capitalisation of titles should be done manually—it is no big effort and there are services like https://capitalizemytitle.com/ that do it if one is too lazy.