Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T03:52:43.000Z (25 days ago)
- Last Synced: 2024-12-01T04:32:16.597Z (25 days 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
[![build](https://github.com/ljvmiranda921/cv/actions/workflows/publish.yaml/badge.svg)](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 blang/latex:ubuntu latexmk -pdf -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).