Skip to content

Commit

Permalink
setting is_long_version toggle to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Miller authored and Jesse Miller committed Aug 28, 2024
1 parent c3384e8 commit 517fcab
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ To trim my resume's length I may comment out certain sections so that they are n

## View PDF

* [View resume in a browser](https://mozilla.github.io/pdf.js/web/viewer.html?file=https://raw.githubusercontent.com/jam643/resume/main/jesse_miller_resume.pdf)
* [Click here to download](https://raw.githubusercontent.com/jam643/resume/main/jesse_miller_resume.pdf)
* [View resume in a browser](https://mozilla.github.io/pdf.js/web/viewer.html?file=https://raw.githubusercontent.com/jam643/resume/resume_shortened/jesse_miller_resume.pdf)
* [Click here to download](https://raw.githubusercontent.com/jam643/resume/resume_shortened/jesse_miller_resume.pdf)

## Screenshots

Expand Down
Binary file modified images/jesse_miller_resume-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/jesse_miller_resume-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/jesse_miller_resume-2.png
Binary file not shown.
Binary file modified jesse_miller_resume.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion jesse_miller_resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

% is_long_version = true will render more detailed resume
\newtoggle{is_long_version} % Define the boolean variable
\settoggle{is_long_version}{true}
\settoggle{is_long_version}{false}

\pagestyle{fancy}

Expand Down

0 comments on commit 517fcab

Please sign in to comment.