README.mkdn 1.2 KB

123456789101112131415161718192021222324
  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 my work
  5. that are linked to from the résumé itself. I use the
  6. [doit](http://pydoit.org/) build tool to build my résumé and
  7. supporting files and deploy them to my web server.
  8. To see what the result looks like, you can view my résumé here:
  9. http://mneme.homenet.org/~ryan/resume/ryan_thompson_resume.pdf
  10. If you want to use this as a template for your own résumé, you'll need
  11. to install a few fonts (or else switch to fonts that you have/prefer):
  12. 1. Minion Pro: https://typekit.com/fonts/minion-pro
  13. 2. Fontin: http://www.exljbris.com/fontin.html
  14. 3. Fontin Sans: http://www.exljbris.com/fontinsans.html
  15. Additionally, my résumé uses slightly modified versions of the xetexCV
  16. document class ([`xetexCV.cls`](./xetexCV.cls)) and LyX layout
  17. ([`xetexCV.layout`](./xetexCV.layout)), which are included in this
  18. repository as. You may need to install these files to the appropriate
  19. locations for LaTeX and LyX, respectively in order for the resume pdf
  20. to build properly.