* upgrade to fontawesome6, use signal icon from fontawesome instead of tikz and migrate the faGlobe icons to new syntax
* correct ordering of releases manually after auto-merge: fontawesome6 is used in moderncv >2.5.1
* Added support for "Medium.com" social symbols
* Update CHANGELOG
Add new version with Medium.com icon support.
* Update moderncv_userguide.tex
Added "Medium.com" as icon in the manual
* Update moderncviconsletters.sty
Added "Medium.com"
* Update template.tex
Added "Medium.com"
* preparations for v2.5.1: set correct copyright date, fix missing comments on userguide.tex
* sets the version for CHANGELOG
* comment in order to check the comments/headers beforehand
* omits .codespellrc in final release tarball
* fixes wrong paths for upload, investigation of failed push
* 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>
* 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>
* 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>
* Add \social options: arXiv, INSPIRE
https://arxiv.org/ and https://inspirehep.net/ are websites on which
academics often have profiles that would be linked in a CV (particularly
physics and related fields).
Add social options through the academicons font.
* fixup arxiv and inspirehep socials
* fixup arxiv and inspire-hep socials
* Rebase user guide additions onto master
Squash commits for adding user guide (#58)
merge typo fixes from github.com/ig0774/moderncv
set document encoding to utf8
move to inputenx package, remove pdflatex specific configurations to make everything compilable with lualatex
get documentation compilable with xelatex
get rough structure down and write how to read this manual
finish getting started section and give template description its own section
modify introduction to section two
get basic setup section done
add section on editing personal data
adjust code indendation of listings. Get rid of obsolete examples
rename some of the section headings to make them more consistent.
fix some typos
add version information to template and userguide
remove pdfs completely from repo
due to the new Makefile the pdf files have become obsolete in the repo.
The new release rule of the make file creates all templates and the user
guide and includes them into the tarball.
In this way even users for which the linux based Makefile does not work
can download precompiled examples and and the manual
start section on fine tuning styles
fix depricated comment explaining usage of \cvlistitem and \cvlistdoubleitem
add section explaining how to adjust symbols and itemize lables
add version information in title
fix formulations and typos
update package list with skillmatrix packages
explain previously hidden options for casual style
add bugs to known_bugs
add explanation on how to use babel to guide
add color explanation section
explain orphaned section problem
clean up old sections
refine color section
add macro descriptions of templates to user guide
add instructions how to add signature and subject
fix typo in changelog
add missing social links in section describing personal data
add missing social links in section describing how to change symbols
first user guide version
update README to latest local version
fix(moderncvheadiii.sty): remove /null at the end of the address header. (#60)
This removes the unnecesary newline there.
Move space after title into conditional
Don't break the title and quote formatting
Correct font loading
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
Remove baseurl in hyperref
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
Fix footskip for fancyhdr in template
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
Remove dot in cventry
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
CI: don't update sources
This only takes time and there aren't any relevant updates for us anyway.
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
CI: scan for horizontal and vertical bad boxes
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
Release v2.2.0
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
Mimic previous fontawesome look with fontawesome5 (#70)
See: https://github.com/moderncv/moderncv/issues/67
* Fix compile errors and warnings in user guide
* Remove trailing whitespace
* Overhaul README
Restructure README to remove references to the non-existent makefile
* Clean up user guide
- Fixes for spelling, wording, grammar, formatting, etc.
- Minor refactoring for code consistency
* Remove non-existent examples directory from gitignore
* Fix a space before a comma
* Update user guide PDF
* Cleaned up formatting and rewrote some sections
* Update changelog
Update changelog with changes made by all PRs merged since the last
tagged version, except for those invisible to the end user (changes to
CI workflow, changes overwritten by newer PRs, etc.)
Fixed formatting in changelog to be more consistent
Fixed grammar and punctuation in changelog
---------
Co-authored-by: David <forenkram@gmx.de>
* 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.
* migrate older newcommand syntax in moderncvcollection.sty to the xparse syntax.
* Fix resumé typo in template. Is now résumé.
* remove loading lmodern fonts in all styles as they can produce issues with german characters, see https://tex.stackexchange.com/questions/496630/lualatex-problems-with-german-characters.
* remove loading inputenc package by default. Only load the package when pdflatex is used.