A modern curriculum vitae class for LaTeX
  • TeX 99.8%
  • Shell 0.2%
Find a file
Stephan Lachnit 83640e1229
Release v2.2.0
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2021-07-28 12:25:51 +02:00
.github/workflows CI: scan for horizontal and vertical bad boxes 2021-07-28 12:15:11 +02:00
manual Fix duplicate userguide 2021-01-21 20:21:38 +01:00
.gitignore add birthdate field to template 2021-02-10 10:35:37 +01:00
CHANGELOG Release v2.2.0 2021-07-28 12:25:51 +02:00
create-release-tarball.sh add script to create release tarball 2021-01-21 20:39:39 +01:00
KNOWN_BUGS Implement detokenize in links to fix use of underscores and other characters in social links; change icon package in classic style to same as casual since so many were missing (#24) 2021-01-03 17:30:51 +01:00
LICENSE.txt update readme and add license text (#8) 2020-07-04 23:30:34 +02:00
moderncv.cls Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvbodyi.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvbodyii.sty Replaced moderncvbodyii.sty by a symlink to moderncvbodyi.sty 2015-08-01 15:35:47 -07:00
moderncvbodyiii.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvbodyiv.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvbodyv.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvcollection.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvcolorblack.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvcolorblue.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvcolorburgundy.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvcolorgreen.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvcolorgrey.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvcolororange.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvcolorpurple.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvcolorred.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvcompatibility.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvdebugtools.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvfooti.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvheadi.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvheadii.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvheadiii.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvheadiv.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvheadv.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvheadvi.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncviconsawesome.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncviconsletters.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncviconsmarvosym.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvskillmatrix.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvstylebanking.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvstylecasual.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvstyleclassic.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvstyleempty.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvstylefancy.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
moderncvstyleoldstyle.sty Release v2.2.0 2021-07-28 12:25:51 +02:00
picture.eps Better folder structure 2020-10-18 11:30:30 +02:00
picture.jpg Better folder structure 2020-10-18 11:30:30 +02:00
publications.bib Better folder structure 2020-10-18 11:30:30 +02:00
README.md Better folder structure 2020-10-18 11:30:30 +02:00
template.tex Fix footskip for fancyhdr in template 2021-07-28 11:51:02 +02:00
tweaklist.sty Add new skill matrix feature to moderncv (#32) 2021-01-22 15:46:25 +01:00

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.