Update links
[~bandali/cv] / README.md
CommitLineData
ffbf60e4
AB
1# CV
2
c8a4ab35
AB
3The source code of my academic CV, based on Jason
4Blevins's [CV template][template].
ffbf60e4 5
d2958f84
AB
6You'll need XeTeX since I'm using [fontspec][fontspec] for typesetting Matthew
7Butterick's [Equity][equity] and [Triplicate][triplicate]. Note that these are
8not free fonts. So if you don't have them or don't want to purchase them,
9replace them with any font you like, such as [EB Garamond][ebgaramond]
10and [Ubuntu Mono][ubuntumono].
ffbf60e4
AB
11
12Use `xelatex cv.tex` to generate the PDF. Or alternatively,
13use `latexmk -pvc -xelatex cv.tex` to preview and automatically re-compile when
14saving 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
25The source code is licensed under the LaTeX Project Public License, either
26version 1.3 of this license or (at your option) any later version.
27See [LICENSE](LICENSE).