diff options
author | Jake VanderVaate <jake.vandervaate@protonmail.com> | 2022-02-10 15:08:06 -0600 |
---|---|---|
committer | Jake VanderVaate <jake.vandervaate@protonmail.com> | 2022-02-10 15:08:06 -0600 |
commit | 9c17c5e2266e1c3c668a21f17b4d7151cfb539f8 (patch) | |
tree | e6374978e80975e6cda7973d42db5074ed94d2d0 | |
parent | 9cad2edb6a81ee78cdc9547a029e63ed2fda3cac (diff) |
Fix resume hyperlinks/test accessibility options
-rw-r--r-- | article/commands.tex | 4 | ||||
-rw-r--r-- | resume/commands.tex | 7 | ||||
-rw-r--r-- | resume/packages.tex | 3 | ||||
-rw-r--r-- | resume/resume.pdf | bin | 78008 -> 115432 bytes | |||
-rw-r--r-- | resume/resume.png | bin | 28007 -> 33018 bytes | |||
-rw-r--r-- | resume/resume.tex | 2 |
6 files changed, 10 insertions, 6 deletions
diff --git a/article/commands.tex b/article/commands.tex index 3ab9dbb..e5d74fe 100644 --- a/article/commands.tex +++ b/article/commands.tex @@ -11,7 +11,7 @@ \titleformat{\subsection} [block] -{\Large\bfseries} +{\Large\bfseries} {} %section label {0em} {} @@ -29,7 +29,7 @@ % Numbered sections % %%%%%%%%%%%%%%%%%%%%% %\titleformat{\section} -%[block] +%[block] %{\LARGE\bfseries} %{\thesection} %{1em} diff --git a/resume/commands.tex b/resume/commands.tex index bb52bb8..6889b71 100644 --- a/resume/commands.tex +++ b/resume/commands.tex @@ -47,11 +47,11 @@ \vspace{3mm} \hrule \centering - \ \small{\faIcon{phone} \phone} + \ \small{\faIcon{phone} \href{tel:\phone}{\phone}} \hfill - \small{\faIcon{envelope} \href{mailto://\email}{\email}} + \small{\faIcon{envelope} \href{mailto:\email}{\email}} \hfill - \small{\faIcon{linkedin} \href{https://www.linkedin.com/in/\linkedin/}{linkedin.com/in/\linkedin/}}\ \ + \small{\faIcon{linkedin} \href{https://www.linkedin.com/in/\linkedin/}{linkedin.com/in/\linkedin}}\ \ %\small{\faIcon{map-marker-alt} {\location}}\ \ %\small{\faIcon{globe} \href{https://\website/}{\website}}\ \ \raggedright @@ -64,4 +64,3 @@ \normalsize{\textbf{#1}} \\ \small{#2} } - diff --git a/resume/packages.tex b/resume/packages.tex index e2e5342..f3e88e1 100644 --- a/resume/packages.tex +++ b/resume/packages.tex @@ -13,3 +13,6 @@ \usepackage{titlesec} %Change the section headings \input{glyphtounicode} %Ensure proper encoding \pdfgentounicode=1 %Ensure proper encoding +\usepackage[english]{babel} +\usepackage{tagpdf} +\tagpdfsetup{activate,paratagging,interwordspace} diff --git a/resume/resume.pdf b/resume/resume.pdf Binary files differindex 44ac3a9..3edbd57 100644 --- a/resume/resume.pdf +++ b/resume/resume.pdf diff --git a/resume/resume.png b/resume/resume.png Binary files differindex 898cd32..462259a 100644 --- a/resume/resume.png +++ b/resume/resume.png diff --git a/resume/resume.tex b/resume/resume.tex index 7d72c3c..a0840cd 100644 --- a/resume/resume.tex +++ b/resume/resume.tex @@ -1,3 +1,5 @@ +\RequirePackage{pdfmanagement-testphase} +\DeclareDocumentMetadata{uncompress,pdfversion=2.0} \documentclass[english]{article} \usepackage{titling} \author{Your Name} %Fill in your name here |