Skip to content

vellvisher/resume

Repository files navigation

Resume/CV

Latex Resume with a script file to easily convert it into Unicode-Text Format

Setup

Basic Tex

  1. Install Basic Tex.
  2. Setup the moderncv package
    1. tlmgr init-usertree --usertree $HOME/texmf
    2. tlmgr install moderncv
    3. Contine adding more packages that fail
    4. pplr7t -> tlmgr install palatino
    5. zplmr7 -> tlmgr install mathpazo

Deprecated workflow (uses over 14.6GB)

brew install --cask mactex

Updating

make
cp Resume.pdf Resume_VaarnanDrolia.pdf /tmp
git checkout gh-pages
cp /tmp/Resume.pdf doc/
cp /tmp/Resume_VaarnanDrolia.pdf doc/
git add doc/Resume.pdf doc/Resume_VaarnanDrolia.pdf
git commit -m $MESSAGE
git push
git checkout master

TODO

  • add command to export org to script
cat Resume.tex | sed 's/^\\cventry{\(.*\)}{\(.*\)}{\(.*\)}{\(.*\)}{\(.*\)}$/\\subsection{\3}\n\\subsubsection{\2, \1}\n\\subsubsection{\5}\n\\subsubsection{\4}/' | pandoc -f latex -t org --lua-filter prepend-header.lua -o Resume.org
  • Link color is broken
  • Need to remove things > 10y
  • Add in more citizenship stuff

About

Latex Resume with a script file to easily convert it into Unicode-Text Format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published