X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dlaresume.cls;h=9e6c1b2501ed830679f92dbcb78a12c6abdfd93d;hb=9c1633036447d4c3a13b0affc813c2364c0730e2;hp=886285a7a386fe5a258a41e33f6d60a187b373b2;hpb=0b9dcff5cc4e8ea3dcaa244229e21e3f31654b6e;p=resume.git diff --git a/dlaresume.cls b/dlaresume.cls index 886285a..9e6c1b2 100644 --- a/dlaresume.cls +++ b/dlaresume.cls @@ -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} @@ -89,20 +91,20 @@ \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}{0.5em}{4pt} \titleformat{\subsection}{% -\color{subheadings}\fontsize{14pt}{16pt}\selectfont% - \raggedright \scshape}{}{0pt}{} -\titlespacing*{\subsection}{0pt}{0em}{0em} +\color{subheadings}\fontsize{14pt}{14pt}\selectfont% + \raggedright}{}{0pt}{} +\titlespacing*{\subsection}{0pt}{0.5em}{0em} \def\myauthor{Don Armstrong} \def\mytitle{Resume} \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 @@ -144,6 +146,6 @@ \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