From a7a33e85b36e9465481d4b5ec08bc01bd434820f Mon Sep 17 00:00:00 2001 From: Jake VanderVaate Date: Wed, 10 Nov 2021 09:57:25 -0600 Subject: updated resume --- README.md | 2 ++ resume/commands.tex | 1 - resume/packages.tex | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1