A modern curriculum vitae class for LaTeX
  • TeX 99.8%
  • Shell 0.2%
Find a file
David 4a5feadc4f adjust padding. update \setcvskilllegendcolumns
Finetune paddings in legend. Some paddings in cvbodyiv are by eyenorm.

Move calculation of desriptorwidths to the \cvskilllengend and
\cvskillplainlegend commands to recalculate these lengths on the
fly. This way, the recalculation of those width is closer to where the
legnths get used which makes the code more readable and makes it easier
to adjust padding.
In addition, this step allows dropping recalculation of these lengths from the
\setcvskilllegendcolumns method, cleaning this method up and achieving a cleaner code.
2021-01-22 12:45:00 +01:00
.github/workflows Update build-pdf.yml 2021-01-20 22:43:47 +01:00
manual Added and updated README.md 2015-07-29 01:13:53 -07:00
.gitignore Better folder structure 2020-10-18 11:30:30 +02:00
CHANGELOG Release 2.0.0 2015-07-29 00:51:44 -07: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 update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvbodyi.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvbodyii.sty Replaced moderncvbodyii.sty by a symlink to moderncvbodyi.sty 2015-08-01 15:35:47 -07:00
moderncvbodyiii.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvbodyiv.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvbodyv.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvcollection.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvcolorblack.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvcolorblue.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvcolorburgundy.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvcolorgreen.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvcolorgrey.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvcolororange.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvcolorpurple.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvcolorred.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvcompatibility.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvdebugtools.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvfooti.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvheadi.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvheadii.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvheadiii.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvheadiv.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvheadv.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvheadvi.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncviconsawesome.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncviconsletters.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncviconsmarvosym.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvskillmatrix.sty adjust padding. update \setcvskilllegendcolumns 2021-01-22 12:45:00 +01:00
moderncvstylebanking.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvstylecasual.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvstyleclassic.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvstyleempty.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvstylefancy.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01:00
moderncvstyleoldstyle.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +01: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 change minor issues according to review critique 2021-01-22 00:06:07 +01:00
tweaklist.sty update copyright notice according to review suggestions 2021-01-20 23:45:05 +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.