Skip to content
New issue

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

Add preliminary support for titlecaps #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

stephanlukasczyk
Copy link
Member

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant