summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake VanderVaate <jake.vandervaate@protonmail.com>2021-11-10 09:57:25 -0600
committerJake VanderVaate <jake.vandervaate@protonmail.com>2021-11-10 09:57:25 -0600
commita7a33e85b36e9465481d4b5ec08bc01bd434820f (patch)
tree752e0e735242122198005417c8b48b7d1c1db7cd
parent142705f3bc31c5b618419be80a3af40effbb6429 (diff)
updated resume
-rw-r--r--README.md2
-rw-r--r--resume/commands.tex1
-rw-r--r--resume/packages.tex2
3 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3b0f4e9..ef11b1b 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,8 @@ The resume is made up of the three following files:
This file shouldn't need to be edited unless you want to change the document style.
* **packages.tex**- This file contains all the packages I use in this template.
+The main resume file needs the commands.tex and packages.tex file in order to work, so you should copy the entire folder when you want to make another copy of this resume (this is a good idea with any LaTeX document).
+
## pdf2png.sh
This shell script is what I used to generate the document screenshots for this README.
diff --git a/resume/commands.tex b/resume/commands.tex
index 4ade9d4..a6d2897 100644
--- a/resume/commands.tex
+++ b/resume/commands.tex
@@ -1,4 +1,3 @@
-\pdfgentounicode=1
\setlist{nosep}
\setlist[itemize]{
diff --git a/resume/packages.tex b/resume/packages.tex
index 802a479..cf371cf 100644
--- a/resume/packages.tex
+++ b/resume/packages.tex
@@ -11,3 +11,5 @@
\usepackage[dvipsnames]{xcolor} %Allow the \color{name_of_color} command
\usepackage{enumitem} %Modify bullet spacing in lists
\usepackage{titlesec} %Change the section headings
+\input{glyphtounicode}
+\pdfgentounicode=1