diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-10-03 12:43:36 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-10-03 12:43:36 -0500 |
commit | 15b2208f1432ed033b8a267db856e46abd2cd6aa (patch) | |
tree | fd593e05adb60ec8bee07a3a8106ad4a394e44b6 | |
parent | 4f8c6a485a1a64eb60641dc5d0eb2afbac5c004b (diff) |
Make Resume parsable by Oracle Taleo, and leave comment explaining
-rw-r--r-- | Hallsby_Karl.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex index a2dee8a..7a9aea0 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -36,6 +36,11 @@ \titleformat{\paragraph}{}{}{0em}{} \titlespacing{\paragraph}{0pt}{2pt}{0pt} +% Make my PDF parsable by Oracle Taleo. Taken from this Reddit comment +% https://www.reddit.com/r/LaTeX/comments/3nr2vn/how_can_i_ensure_that_my_latex_resume_is_readable/cvqzffh/ +\input{glyphtounicode} +\pdfgentounicode=1 + \newcommand{\IIT}{\href{https://iit.edu}{Illinois Institute of Technology}} \begin{titlepage} |