| 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 Matthew |
| 7 | Butterick's [Equity][equity] and [Triplicate][triplicate]. Note that these are |
| 8 | not free fonts. So if you don't have them or don't want to purchase them, |
| 9 | replace them with any font you like, such as [EB Garamond][ebgaramond] |
| 10 | and [Ubuntu Mono][ubuntumono]. |
| 11 | |
| 12 | Use `xelatex cv.tex` to generate the PDF. Or alternatively, |
| 13 | use `latexmk -pvc -xelatex cv.tex` to preview and automatically re-compile when |
| 14 | saving changes. |
| 15 | |
| 16 | [template]: http://jblevins.org/projects/cv-template/ |
| 17 | [fontspec]: https://www.ctan.org/pkg/fontspec?lang=en |
| 18 | [ebgaramond]: http://www.georgduffner.at/ebgaramond/ |
| 19 | [ubuntumono]: http://font.ubuntu.com/ |
| 20 | [equity]: http://practicaltypography.com/equity.html |
| 21 | [triplicate]: http://practicaltypography.com/triplicate.html |
| 22 | |
| 23 | ## License |
| 24 | |
| 25 | The source code is licensed under the LaTeX Project Public License, either |
| 26 | version 1.3 of this license or (at your option) any later version. |
| 27 | See [LICENSE](LICENSE). |