https://github.com/ljvmiranda921/cv
Curriculum vitae of Lester James V. Miranda
https://github.com/ljvmiranda921/cv
curriculum-vitae latex latex-document resume
Last synced: 24 days ago
JSON representation
Curriculum vitae of Lester James V. Miranda
- Host: GitHub
- URL: https://github.com/ljvmiranda921/cv
- Owner: ljvmiranda921
- License: gpl-3.0
- Created: 2017-09-18T00:10:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T03:40:36.000Z (10 months ago)
- Last Synced: 2025-01-17T21:51:55.846Z (9 months ago)
- Topics: curriculum-vitae, latex, latex-document, resume
- Language: TeX
- Homepage: https://storage.googleapis.com/ljvmiranda/cv.pdf
- Size: 1.07 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Curriculum Vitae
[](https://storage.googleapis.com/ljvmiranda/cv.pdf)
My CV uses the [blang/latex Docker image](https://hub.docker.com/r/blang/latex)
to compile the TeX document into PDF. To compile, first clone this repository
and execute the following command:
```shell
git clone https://github.com/ljvmiranda921/cv.git
docker run --rm --interactive arkark/latexmk latexmk -pdf -bibtex -outdir=./_build
```
This will generate the PDF file in the `_build` directory.
Alternatively, you can download my CV from [this link](https://storage.googleapis.com/ljvmiranda/cv.pdf).