diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | resume/commands.tex | 1 | ||||
-rw-r--r-- | resume/packages.tex | 2 |
3 files changed, 4 insertions, 1 deletions
@@ -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 |