From 95ff2d083024889f78ebfec207e652b1c387ae96 Mon Sep 17 00:00:00 2001 From: David Seus Date: Sat, 1 May 2021 00:46:03 +0200 Subject: [PATCH] update README to latest local version --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d9bede..4ec0bf5 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,8 @@ ## 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. +`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. -Most commands are defined in such a way that arguments are optional. ### 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 @@ -52,10 +51,9 @@ The `Makefile` supports the following rules. 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`. ## Licence -moderncv is licensed under the [LPPL-1.3c](https://spdx.org/licenses/LPPL-1.3c.html). +`moderncv` is licensed under the [LPPL-1.3c](https://spdx.org/licenses/LPPL-1.3c.html). ## Origin Original author: Xavier Danaux