https://github.com/pinam45/cv
LaTeX sources of my CV
https://github.com/pinam45/cv
cv france html latex pdf quebec resume usa
Last synced: about 2 months ago
JSON representation
LaTeX sources of my CV
- Host: GitHub
- URL: https://github.com/pinam45/cv
- Owner: pinam45
- Created: 2016-10-05T10:40:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T13:06:25.000Z (about 5 years ago)
- Last Synced: 2025-04-10T10:41:02.837Z (6 months ago)
- Topics: cv, france, html, latex, pdf, quebec, resume, usa
- Language: TeX
- Homepage: http://maxime.pinard.info/CV
- Size: 8.2 MB
- Stars: 4
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV
| Version | Build status | PDF | HTML |
| :-----: | :----------: | :---: | :---: |
| FR | [](https://travis-ci.org/pinam45/CV) | [](https://static.pinard.info/CV/MPinard_CV_FR.pdf) | [](https://static.pinard.info/CV/MPinard_CV_FR.html) |
| FR_QC | [](https://travis-ci.org/pinam45/CV) | [](https://static.pinard.info/CV/MPinard_CV_FR_QC.pdf) | [](https://static.pinard.info/CV/MPinard_CV_FR_QC.html) |
| EN_US | [](https://travis-ci.org/pinam45/CV) | [](https://static.pinard.info/CV/MPinard_CV_EN_US.pdf) | [](https://static.pinard.info/CV/MPinard_CV_EN_US.html) |## About
This repository contains the LaTeX sources of the 3 versions of my CV:
- **FR**: French version for France
- **FR_QC**: French version for Quebec
- **EN_US**: English version the United StatesEach versions can be compiled in PDF and HTML and are accessible from my website [maxime.pinard.info](http://maxime.pinard.info/CV).
## How to build
### Requirements
- A LaTeX distribution such as [TeX Live](http://tug.org/texlive)
- [FontAwesome](http://fontawesome.io/) installed on your system
- [LuaTeX](http://www.luatex.org/) (default in the Makefile) or XeTeX to generate the PDFs
- [pdf2htmlex](https://github.com/coolwanglu/pdf2htmlEX) to generate the HTMLs from the PDFs### Build
To build PDFs and HTMLs using the *Makefile*:
```
$ make
```Only the PDFs:
```
$ make pdf
```