README.mkdn 1.3 KB

12345678910111213141516171819202122232425
  1. This is my résumé, built using Rob Oakes' excellent
  2. [xetexCV class](http://www.oak-tree.us/blog/index.php/2009/11/25/latex-cv-part1)
  3. for [LaTeX](https://www.latex-project.org/) using
  4. [LyX](http://www.lyx.org/), along with a series of examples of
  5. my work that are linked to from the résumé itself. I use
  6. the [Snakemake](https://snakemake.readthedocs.io/en/stable/) build
  7. tool to automate generating the PDF of my résumé, preparing all the
  8. supporting files, and deploying them all to a web server for online
  9. viewing. You can see the result here:
  10. http://darwinawardwinner.github.io/resume/ryan_thompson_resume.pdf
  11. If you want to use this as a template for your own résumé, you'll need
  12. to install a few fonts (or else switch the style to fonts that you
  13. prefer):
  14. 1. Minion Pro: https://typekit.com/fonts/minion-pro
  15. 2. Fontin: http://www.exljbris.com/fontin.html
  16. 3. Fontin Sans: http://www.exljbris.com/fontinsans.html
  17. Additionally, my résumé uses slightly modified versions of the xetexCV
  18. document class ([`xetexCV.cls`](./xetexCV.cls)) and LyX layout
  19. ([`xetexCV.layout`](./xetexCV.layout)), which are included in this
  20. repository. You may need to install these files to the appropriate
  21. locations for LaTeX and LyX, respectively in order for the resume pdf
  22. to build properly.