]> git.donarmstrong.com Git - resume.git/blobdiff - dlaresume.cls
use QR codes and larger skip
[resume.git] / dlaresume.cls
index 886285a7a386fe5a258a41e33f6d60a187b373b2..e5289a9c90c6437e14ba701d4b31f06820ce852f 100644 (file)
@@ -19,7 +19,7 @@
 \setmonofont{FreeMono}
 
 \RequirePackage{lastpage}
-\PassOptionsToPackage{letterpaper,margin=1in,left=1in,ignoreall=true}{geometry}
+\PassOptionsToPackage{letterpaper,margin=0.5in,ignoreall=true}{geometry}
 \RequirePackage{geometry}
 \RequirePackage{url}
 \RequirePackage{fancyhdr}
@@ -47,6 +47,8 @@
 \urlstyle{same}
 % customize the titles so that they appear in the right margin
 \RequirePackage{titlesec}
+% use QR codes
+\RequirePackage{qrcode}
 
 %\AtBeginDocument{
 \setlength{\marginparwidth}{0in}
 \definecolor{subheadings}{HTML}{3A3A3A}
 
 \titleformat{\section}{%
-\color{headings}\fontsize{16pt}{18pt}\selectfont%
- \raggedright\scshape}{}{0pt}{}
-\titlespacing*{\section}{0pt}{0em}{0em}
+\color{headings}\fontsize{18pt}{18pt}\selectfont%
+ \raggedright\scshape}{}{0pt}{}[{\titleline{\titlerule[1.5pt]}}]
+\titlespacing*{\section}{0pt}{0pt}{4pt}
 \titleformat{\subsection}{%
-\color{subheadings}\fontsize{14pt}{16pt}\selectfont%
- \raggedright \scshape}{}{0pt}{}
+\color{subheadings}\fontsize{14pt}{14pt}\selectfont%
+ \raggedright}{}{0pt}{}
 \titlespacing*{\subsection}{0pt}{0em}{0em}
 
 \def\myauthor{Don Armstrong}
 \def\mycopyright{\myauthor}
 \def\myaddress{}
 \def\myemail{don@donarmstrong.com}
-\def\myweb{http://www.donarmstrong.com/}
+\def\myweb{https://www.donarmstrong.com/}
 \def\myphone{+1 714-813-8531}
 
 % create a special cvlist environment to format the items
 \renewcommand{\headrulewidth}{0pt}
 \fancyhead{}
 \fancyfoot{}
-\makeatletter
- \fancyfoot[C]{{\scriptsize \@title \ of \@author \ -- Page \thepage\ of\ \pageref{LastPage}}}
-\makeatother
\ No newline at end of file
+\makeatletter
+ \fancyfoot[C]{{\scriptsize \@title \ of \@author \ -- Page \thepage\ of\ \pageref{LastPage}}}
+\makeatother
\ No newline at end of file