Slight tweak
[~bandali/cv] / README.md
... / ...
CommitLineData
1# CV
2
3The source code of my academic CV, based on Jason
4Blevins's [CV template][template].
5
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].
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
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
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).