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 AB |
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 | ||
c8a4ab35 | 13 | [template]: http://jblevins.org/projects/cv-template/ |
ffbf60e4 AB |
14 | [fontspec]: https://www.ctan.org/pkg/fontspec?lang=en |
15 | [ebgaramond]: http://www.georgduffner.at/ebgaramond/ | |
d99d2f71 AB |
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). |