- TeX 99.8%
- Shell 0.2%
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. |
||
|---|---|---|
| .github/workflows | ||
| manual | ||
| .gitignore | ||
| CHANGELOG | ||
| 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.