Commit | Line | Data |
---|---|---|
ffbf60e4 AB |
1 | # CV |
2 | ||
c8a4ab35 AB |
3 | The source code of my academic CV, based on Jason |
4 | Blevins's [CV template][template]. | |
ffbf60e4 | 5 | |
d2958f84 AB |
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]. | |
ffbf60e4 AB |
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 | ||
c8a4ab35 | 16 | [template]: http://jblevins.org/projects/cv-template/ |
ffbf60e4 AB |
17 | [fontspec]: https://www.ctan.org/pkg/fontspec?lang=en |
18 | [ebgaramond]: http://www.georgduffner.at/ebgaramond/ | |
d2958f84 AB |
19 | [ubuntumono]: http://font.ubuntu.com/ |
20 | [equity]: http://practicaltypography.com/equity.html | |
21 | [triplicate]: http://practicaltypography.com/triplicate.html | |
d99d2f71 AB |
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). |