Tweakable orphaned sections - revive old PR (#231)

* introduce different first and lastname styles.

* fix orphaned section headers (needs testing). Closes #10.

* introduce \cvsectionstretchability and \cvsubsectionstretchability

* set default stretchability to 0.9\baselineskip

* add fix orphaned section notice to changelog

---------

Co-authored-by: David <forenkram@gmx.de>
This commit is contained in:
daniel 2025-02-02 11:38:16 +01:00 committed by GitHub
commit 272289901e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 79 additions and 0 deletions

View file

@ -7,6 +7,13 @@ version next
- Fix spacing between first and last name again (#220)
- Make header details flush against sides for casual, classic, and contemporary
styles (#229)
- partially fix orphaned section headers for singualar use of \section and \subsection
commands and give users the new adjustable lengths \cvsectionstretchability
and \subsectionstretchability. In case \section and \subsection are used
directly one after the other, an orphaned section header might still occur.
This is structural and should be solved by \newpage instead of increasing
\cvsectionstretchability (#10/#226).
version 2.4.1 (18 Jul 2024)
- Fix commons/colors.tex not found in package (#194)