|
1 | 1 | # moderncv
|
2 | 2 |
|
| 3 | +[](https://github.com/moderncv/moderncv/actions/workflows/build-pdf.yml) |
| 4 | +[](https://www.ctan.org/pkg/moderncv) |
| 5 | +[](https://matrix.to/#/#moderncv:matrix.org) |
| 6 | + |
3 | 7 | ## A modern curriculum vitae class for LaTeX
|
4 | 8 |
|
5 |
| -**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. |
| 9 | +The `moderncv` package provides a document class 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 you to define your own by modifying colors, fonts, icons, etc. |
6 | 10 |
|
7 |
| -Most commands are defined in such a way that arguments are optional. |
| 11 | +## Getting started |
8 | 12 |
|
9 |
| -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`. |
| 13 | +### Installation |
| 14 | +`moderncv` should already be included in your installed LaTeX distribution. |
| 15 | +If not, you can get the tarball of the package from [CTAN](https://www.ctan.org/pkg/moderncv). |
| 16 | +Alternatively, you can also build the package from source by cloning the its [GitHub repository](https://github.com/moderncv/moderncv) and compiling the included LaTeX files: |
| 17 | +``` |
| 18 | +latexmk -pdf ./template.tex manual/moderncv_userguide.tex |
| 19 | +``` |
10 | 20 |
|
11 |
| -If using [`academicons`](https://ctan.org/tex-archive/fonts/academicons) in the template, you need to use a Xe(La)TeX or Lua(La)TeX engine for them to render. Otherwise an alternative will be used automatically. |
| 21 | +### Usage |
| 22 | +To get started on your own CV, use and modify the template file `template.tex`. |
| 23 | +The user guide can be found in the folder `manual` and contains additional information on what the document class offers. |
| 24 | +Take a look at it to see if this package suits your needs. |
12 | 25 |
|
13 |
| -## Development |
| 26 | +If you are using the [`academicons`](https://ctan.org/tex-archive/fonts/academicons) package in the template, you will need to use a Xe(La)TeX or Lua(La)TeX engine to render the icons. Otherwise, an alternative icon package will be used automatically. |
14 | 27 |
|
15 |
| -[](https://github.com/moderncv/moderncv/actions/workflows/build-pdf.yml) |
16 |
| -[](https://www.ctan.org/pkg/moderncv) |
17 |
| -[](https://matrix.to/#/#moderncv:matrix.org) |
| 28 | +## Development |
18 | 29 |
|
19 |
| -As the main goal is to keep this package alive, it is maintained in a loosely structured team. You can contact us in our matrix room [moderncv:matrix.org](https://matrix.to/#/#moderncv:matrix.org), feel free to join if you have questions or want to contribute. Development takes place at [github.com/moderncv/moderncv](https://github.com/moderncv/moderncv). |
| 30 | +As the main goal is to keep this package alive, it is maintained in a loosely structured team. |
| 31 | +You can contact us in our matrix room [moderncv:matrix.org](https://matrix.to/#/#moderncv:matrix.org), feel free to join if you have questions or want to contribute. |
| 32 | +Development takes place at [github.com/moderncv/moderncv](https://github.com/moderncv/moderncv). |
20 | 33 |
|
21 | 34 | ## Licence
|
22 |
| -moderncv is licensed under the [LPPL-1.3c](https://spdx.org/licenses/LPPL-1.3c.html). |
| 35 | + |
| 36 | +`moderncv` is licensed under the [LPPL-1.3c](https://spdx.org/licenses/LPPL-1.3c.html). |
23 | 37 |
|
24 | 38 | ## Origin
|
25 |
| -Original author: Xavier Danaux <[email protected]>< br/> |
26 |
| -Original repository: https://github.com/xdanaux/moderncv<br/> |
27 |
| -This repository is a fork aiming to maintain moderncv inside CTAN, since upstream is dead since 2016. |
| 39 | + |
| 40 | +Original author: Xavier Danaux <[email protected]> |
| 41 | +<br/> |
| 42 | +Original repository: https://github.com/xdanaux/moderncv |
| 43 | + |
| 44 | +This repository is a fork aiming to maintain `moderncv` inside CTAN, since upstream has been dead since 2016. |
0 commit comments