Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
latex [2019/02/18 21:16] paul created |
latex [2019/03/31 14:49] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | I used LaTex to write my resume. | + | ====== |
- | http:// | + | |
+ | Here's a [[http:// | ||
+ | |||
+ | ===== Awesome CV ===== | ||
+ | I used LaTex to write my resume, using the Awesome CV repo. It's a super complicated LaTex document with 10 diff styles, but I customized it to be simpler. | ||
+ | |||
+ | ===== Vim LaTex ===== | ||
+ | |||
+ | ==== Spell Check ==== | ||
+ | |||
+ | Spell checking doesn' | ||
+ | |||
+ | <code vim> | ||
+ | let g: | ||
+ | </ | ||
+ | |||
+ | I then have to run this command to enable highlighting. | ||
+ | |||
+ | <code vim> | ||
+ | :syntax spell toplevel | ||
+ | </ | ||
+ |