From 9c17c5e2266e1c3c668a21f17b4d7151cfb539f8 Mon Sep 17 00:00:00 2001 From: Jake VanderVaate Date: Thu, 10 Feb 2022 15:08:06 -0600 Subject: Fix resume hyperlinks/test accessibility options --- article/commands.tex | 4 ++-- resume/commands.tex | 7 +++---- resume/packages.tex | 3 +++ resume/resume.pdf | Bin 78008 -> 115432 bytes resume/resume.png | Bin 28007 -> 33018 bytes 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 index 44ac3a9..3edbd57 100644 Binary files a/resume/resume.pdf and b/resume/resume.pdf differ diff --git a/resume/resume.png b/resume/resume.png index 898cd32..462259a 100644 Binary files a/resume/resume.png and b/resume/resume.png differ 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 -- cgit v1.2.1