- TeX 99.8%
- Shell 0.2%
* 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. |
||
|---|---|---|
| .github/workflows | ||
| manual | ||
| .gitignore | ||
| CHANGELOG | ||
| create-release-tarball.sh | ||
| KNOWN_BUGS | ||
| LICENSE.txt | ||
| moderncv.cls | ||
| moderncvbodyi.sty | ||
| moderncvbodyii.sty | ||
| moderncvbodyiii.sty | ||
| moderncvbodyiv.sty | ||
| moderncvbodyv.sty | ||
| moderncvcollection.sty | ||
| moderncvcolorblack.sty | ||
| moderncvcolorblue.sty | ||
| moderncvcolorburgundy.sty | ||
| moderncvcolorgreen.sty | ||
| moderncvcolorgrey.sty | ||
| moderncvcolororange.sty | ||
| moderncvcolorpurple.sty | ||
| moderncvcolorred.sty | ||
| moderncvcompatibility.sty | ||
| moderncvdebugtools.sty | ||
| moderncvfooti.sty | ||
| moderncvheadi.sty | ||
| moderncvheadii.sty | ||
| moderncvheadiii.sty | ||
| moderncvheadiv.sty | ||
| moderncvheadv.sty | ||
| moderncvheadvi.sty | ||
| moderncviconsawesome.sty | ||
| moderncviconsletters.sty | ||
| moderncviconsmarvosym.sty | ||
| moderncvskillmatrix.sty | ||
| moderncvstylebanking.sty | ||
| moderncvstylecasual.sty | ||
| moderncvstyleclassic.sty | ||
| moderncvstyleempty.sty | ||
| moderncvstylefancy.sty | ||
| moderncvstyleoldstyle.sty | ||
| picture.eps | ||
| picture.jpg | ||
| publications.bib | ||
| README.md | ||
| template.tex | ||
| tweaklist.sty | ||
moderncv
A modern curriculum vitae class for LaTeX
moderncv provides a documentclass for typesetting curricula vitae in various styles. Moderncv aims to be both straightforward to use and customizable, providing five ready-made styles (classic, casual, banking, oldstyle and fancy) and allowing one to define his own by modifying colors, fonts, icons, etc.
Most commands are defined in such a way that arguments are optional.
Until a decent manual is written, one can always look in the template.tex file for an example. It can be compiled to pdf via latexmk -pdf ./template.tex.
Licence
moderncv is licensed under the LPPL-1.3c.
Origin
Original author: Xavier Danaux xdanaux@gmail.com
Original repository: https://github.com/xdanaux/moderncv
This repository is a fork aiming to maintain moderncv inside CTAN, since upstream is dead since 2016.