* Make TikZ library use babel to not break with French
Rendering was incorrect when using French babel: `\usepackage[french]{babel}` (and probably other languages). This can be fixed by configuring TikZ to use babel too.
Fix#219
* Configure TikZ to use babel wherever it is used
* Update CHANGELOG
* Update moderncvheadvii.sty
added born for the contemporary style after address and before phone section
* Update CHANGELOG
- Fix birthdate not showing up in contemporary style (#244)
* Update moderncvheadvii.sty
- Fix birthdate not showing up in contemporary style (#244) (removed /born from letter)
* introduce simplex social icon - at least as tikz icon
* complete CHANGELOG entry
* introduce threema social icon - at least as tikz icon
* addendum: new compiled user guide
---------
Co-authored-by: Mark E Fuller <mark.e.fuller@gmx.de>
* make grey usable for contemporary, new color definition
* make blue usable for contemporary
* make burgundy usable for contemporary
* make green usable for contemporary
* make orange usable for contemporary
* make purple usable for contemporary
* make red usable for contemporary
* make black usable for contemporary
* allow long names in titles to break
Until now, a `~` (non breaking space) connects first
and last name in the cv title. This prevents long
names to break correctly. This commit replaces the space
with `\ `, a space that allows breaking.
Fixes#220
* added changelog entry
* removed non-breaking space in names from other headlines, too
* Update old style to use symbol instead of marvosym
* Update CHANGELOG
Added info to changelog
---------
Co-authored-by: Cali Garmo <aram.dermenjian.o@gmail.com>
* complete motivation letter, document new subject and signature label
* added more adjustable lengths
* note on including pictures
* note on long names and urls
* documenting combinations of head, body, foot
* comparison to old user guide and information transfer
* first revision user guide mussing to dos
* added documentation for #182 (\listitemsymbolspace)
* corrected number of styles: now six styles
--------
* first dive into cvtripleitem for classic style
* cvtripleitem for banking style
* cvtripleitem for oldstyle
* cvtripleitem for fancy style
* cvtripleitem for contemporary style
* add a changelog entry and a documentation for \cvtripleitem command
* simplified math for \tripleitemcolumnwidth
* make colors user adjustable.
- Systematize colors and make them user adjustable. See documentation for details.
this requires the \moderncvcolor to be issued BEFORE \moderncvstyle.
* fix missing characters for fancy style
* manually copied the current version user guide form master
---------
Co-authored-by: David <forenkram@gmx.de>
Co-authored-by: LLdaniel <daniel.adlkofer2@freenet.de>
Co-authored-by: daniel <41345639+LLdaniel@users.noreply.github.com>