make hidden head options available (#150)

add '(no)details' option to head in all styles, plus 'alternate' in casual

Co-authored-by: David <forenkram@gmx.de>
This commit is contained in:
Mark E Fuller 2024-05-08 19:48:05 +03:00 committed by GitHub
commit b15f06573e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 73 additions and 10 deletions

View file

@ -22,6 +22,8 @@ version 2.?.? (29 Jun 2023)
- New \social options: arXiv, INSPIRE (#185)
- Systematize colors and make them user adjustable. See documentation for details.
This requires the \moderncvcolor to be issued BEFORE \moderncvstyle.
- all styles: make the head options 'details' and 'nodetails' available to the user. (previously they were hidden). Oldstyle does not respond too well to nodetails.
- casual style: make the head options 'alternate', 'details' and 'nodetails' available to the user. (previously they were hidden).
version 2.3.1 (21 Feb 2022)
- Fix duplicate GitLab icon (#105).
@ -35,6 +37,7 @@ version 2.3.0 (16 Dec 2021)
version: 2.2.0 (28 Jul 2021)
- Remove dot in \cventry when using moderncvbodyi.
- Remove http baseurl in hyperref.
- Change font encoding to use fontspec with Latin Modern for LuaTeX and XeTeX,
else inputenc / fontenc / lmodern (https://tex.stackexchange.com/a/496643).