Compensating wrong (sub)section spacing for multiline (sub)sections (fix #69) (#181)

* fix issue #69: compensating wrong (sub)section spacing with negative vspace

* new approach with minipage: eliminate wrong vspace fancy sections
This commit is contained in:
daniel 2024-07-04 23:52:33 +02:00 committed by GitHub
commit 95a3a7de73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -26,6 +26,7 @@ version 2.?.? (29 Jun 2023)
- casual style: make the head options 'alternate', 'details' and 'nodetails' available to the user. (previously they were hidden).
- Setting \listitemsymbolspace allows custom spacing between list symbol and text item (for \cvlistitem and \cvlistdoubleitem).
- Introducing \cvtripleitem command for items in three columns. Closing feature request #174.
- Fixed wrong cvlistitem vspace caused by multiline section titles in fancy style (#69).
version 2.3.1 (21 Feb 2022)
- Fix duplicate GitLab icon (#105).