Skip to content

d4vidsha/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume

This is my personal resume written in LaTeX. It has been adapted from Jake's Resume Template.

latexmk --shell-escape -synctex=1 -interaction=nonstopmode -file-line-error -pdf -outdir=. -jobname=resume resume/main.tex

To install a package (such as hyperref), use the following command:

sudo tlmgr install hyperref

How to rebase another branch

These instructions is specific to keeping the intern-version branch up-to-date with the origin/HEAD branch.

Replace intern-version with the branch you want to rebase.

git rebase --onto origin/HEAD $(git merge-base origin/HEAD intern-version) intern-version
git add resume.pdf
git rebase --continue
git push --force

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages