| 1 | # CV |
| 2 | |
| 3 | The source code of my academic CV, based on Jason |
| 4 | Blevins's [CV template][template]. |
| 5 | |
| 6 | You'll need XeTeX since I'm using [fontspec][fontspec] for typesetting the |
| 7 | beautiful [EB Garamond][ebgaramond] font by Georg Duffner. |
| 8 | |
| 9 | Use `xelatex cv.tex` to generate the PDF. Or alternatively, |
| 10 | use `latexmk -pvc -xelatex cv.tex` to preview and automatically re-compile when |
| 11 | saving changes. |
| 12 | |
| 13 | [template]: http://jblevins.org/projects/cv-template/ |
| 14 | [fontspec]: https://www.ctan.org/pkg/fontspec?lang=en |
| 15 | [ebgaramond]: http://www.georgduffner.at/ebgaramond/ |