A modern curriculum vitae class for LaTeX
  • TeX 99.8%
  • Shell 0.2%
Find a file
2021-12-12 11:38:34 -03:00
.github/workflows Update build-pdf.yml (#83) 2021-12-08 23:16:09 +01:00
manual add python script to include known bugs into user guide 2021-04-30 21:10:38 +02:00
.gitignore remove *.gz from gitignore 2021-04-30 22:55:40 +02:00
CHANGELOG Release v2.2.0 2021-07-28 12:25:51 +02: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
Makefile make userguide both compilable with make and from the file in the manual/ directory 2021-04-30 21:10:38 +02:00
moderncv.cls Update README and add warning for required LaTex engines (#77) 2021-11-10 09:04:02 +01: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 Mimic previous fontawesome look with fontawesome5 (#70) 2021-08-13 10:46:35 +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 Merge 6d54f74858 into d105da5b28 2021-12-12 11:38:34 -03: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 applications (curricula vitae and cover letters) 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.

Getting started

Once you clone this repo have a look at some examples and build the manual to see if this package suits your needs. This can be done by issuing

make userguide

in a terminal. After completion of the compilation precompiled versions of the template in all styles can be found in the folder examples and the user guide in the folder manual.
Alternatively get the tar ball from CTAN. The examples as well as the documentation are already prebuilt in that tarball.

To start working on your own application use and modify the template file template.tex. The user guide can be found in the folder manual and contains additional information on what the document class offers.

Makefile

The Makefile supports the following rules.

Rules for building templates and the user guide

  • template: Build the moderncv template template.tex with LuaLaTeX. This rule can be called in one of two ways:

    • make template: Build the template in casual style.
    • make template STYLE=<style>: Build the template in the style specified by <style>. <style> can be classic, casual, banking, oldstyle or fancy.
  • templates: Build the template template.tex with LuaLaTeX for all moderncv styles and move resulting pdf files to the folder examples/.

  • userguide: Build the user manual manual/moderncv_userguide.tex with LuaLaTeX. This rule calls the rule templates before compiling the documentation.

  • clean: Clean the clutter created by compiling of the documents.

  • delete:Delete template.pdf and manual/moderncv_userguide.pdf.

  • deleteexamples: Delete examples/ folder and remaining template example pdf files in folder manual/.

  • force: Force rebuilding the user guide by running the rules delete deleteexamples userguide and clean `clean

Rules intended for package maintainance

  • version: Update the version information (version number and date) of all moderncv files (*.sty, moderncv.cls, *.tex). This rule can be called in two different ways. Note, however, that it is intended to be called by the rule release and usually does not need to be called explicitly.

    • make version: Called in this way the version number is obtained through git describe --tags. If this information is newer all moderncv files get updated.
    • make version NEW=<version number>: Optionally, the desired version number <version number> can be specified.
  • tarball: Create a new release tarball suitable for upload to CTAN. If the example/ folder is present, it gets included in the tar archive. Similary, all pdf files in the manual/ folder get included aswell. This rule is intended to be called by the rule release and usually does not need to be called explicitly.

  • release:Update the version information of all files including the subtitle in the user guide, rebuild examples as well as the user guide and create a releasable tarball including the copiled pdfs. Before runing make release for an actual release be sure to tag the last commit with the intended version information.

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.