Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psygo/cv
My CV from 2023, made with LaTeX
https://github.com/psygo/cv
cv latex
Last synced: 4 days ago
JSON representation
My CV from 2023, made with LaTeX
- Host: GitHub
- URL: https://github.com/psygo/cv
- Owner: psygo
- Created: 2024-01-27T18:33:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T13:43:59.000Z (7 months ago)
- Last Synced: 2024-11-07T18:50:33.144Z (about 2 months ago)
- Topics: cv, latex
- Language: TeX
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV 2023
## Compiling
The compiling script is [`make.sh`](./make.sh), but it's basically:
```sh
pdflatex --output-directory=dist main_en.tex
```## References
- [The Lean LaTeX Résumé Template on Overleaf](https://www.overleaf.com/latex/templates/lean-latex-resume/sjbtgfrzjkdw)
- [@cdelledonne's Original Template on Github](https://github.com/cdelledonne/llresume)
- [My CV on LinkedIn](https://www.linkedin.com/in/philippe-fanaro/)