Mention my work on Literate Unit-B's type checker
[~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
AB
5
6You'll need XeTeX since I'm using [fontspec][fontspec] for typesetting the
7beautiful [EB Garamond][ebgaramond] font by Georg Duffner.
8
9Use `xelatex cv.tex` to generate the PDF. Or alternatively,
10use `latexmk -pvc -xelatex cv.tex` to preview and automatically re-compile when
11saving 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
19The source code is licensed under the LaTeX Project Public License, either
20version 1.3 of this license or (at your option) any later version.
21See [LICENSE](LICENSE).