My own private fork of posquit0's Awesome-CV. Slimmed down the repo by removing unnecessary (for now) elements - those relating to resume and coverletter. Switched to using Rubber as compilation.
You can see full PDF.
Page. 1 | Page. 2 |
---|---|
![]() |
![]() |
For Manjaro Linux (Arch-based distro).
- texlive-core
- texlive-fontsextra
- texlive-lang
- rubber
- [poppler] only if you wish to use
$ make cv-imgs
(uses pdftoppm to generate images from pdf (used in README)) - [code] my editor of choice here
- [james-yu.latex-workshop] code extentension providing useful LaTeX functionality e.g. displays .pdfs inside code, syntax suggestions etc.
Simplest $ make cv-pdf
or modify Makefile to suit your needs
Change variables set in the beginning of it if you decide to rename corresponding files/folder.
CV_TEX=cv # input basename of the main .tex file (located in $(CV_DIR))
CV_DIR=cv # input name (path) to the directory containing main .tex file
CV_PDF_NAME=example-cv # name of the resulting .pdf file
VIEWER=code # what program do you want to view your .pdf in after compilation (code)