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

This commit is contained in:
David 2021-01-27 15:33:21 +01:00 committed by David Seus
commit 6a466c547d
7 changed files with 403 additions and 0 deletions

View file

@ -1,4 +1,9 @@
Release: next
- fix orphaned section headers (needs testing). Probably closes #10.
- 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). Olystyle 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).
- fix Researcher ID (still) doesn't display Issue #29.
- make options 'symbols' and 'nosymbols' available to all styles to toggle whether
symbols should be used or not. Include symbols in oldstyle by default.