Skip to content

calvinbui/resume

 
 

Repository files navigation

Resume

Requirements

  • Install texlive through the official website: https://tug.org/texlive/. Use basic scheme (plain and latex) if possible.

  • The following packages:

    $ tlmgr install \
      latexmk \
      enumitem \
      xifthen \
      ifmtarg \
      fontawesome5 \
      roboto \
      sourcesanspro \
      tcolorbox \
      environ \
      tikzfill \
      ltablex

Editing with VSCode/VSCodium

Install LaTex Workshop and add:

"latex-workshop.latex.build.forceRecipeUsage": false,
"latex-workshop.linting.chktex.enabled": true,

to user settings.json

MacOS

Use latexindent.pl instead of the regular latexindent:

brew install perl
brew install cpanm
cpanm YAML::Tiny
cpanm File::HomeDir

Ubuntu

sudo apt-get update
sudo apt-get install cpanminus
sudo cpanm YAML::Tiny
sudo cpanm File::HomeDir

About

📝Resume created with LaTeX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 99.4%
  • Makefile 0.6%