moderncv/README.md
Dimitri Belopopsky 8ceeb27580
Update README and add warning for required LaTex engines (#77)
* Update README.md for required LaTex engines
* Describes which engines fully work with the package and why.
* Add warning if xetex/luatex is not used
2021-11-10 09:04:02 +01:00

1.1 KiB

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.

moderncv requires to be compiled with a Xe(La)TeX or Lua(La)TeX engine because it relies on [academicons]-https://ctan.org/tex-archive/fonts/academicons).

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.