| 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/ |
| 16 | |
| 17 | ## License |
| 18 | |
| 19 | The source code is licensed under the LaTeX Project Public License, either |
| 20 | version 1.3 of this license or (at your option) any later version. |
| 21 | See [LICENSE](LICENSE). |