Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).