Skip to content

Commit 596a85d

Browse files
committed
set of updates. notice what I do with the 'updated' tag, also used the hypersetup
1 parent 13a2c94 commit 596a85d

File tree

3 files changed

+78
-3
lines changed

3 files changed

+78
-3
lines changed

resume-example/svm-resume-example.pdf

736 Bytes
Binary file not shown.

resume-example/svm-resume-example.tex

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
% Mess with sections
8989
\usepackage{titlesec}
9090
\usepackage{sectsty}
91-
\usepackage{sectsty}
9291
% \sectionfont{\rmfamily\mdseries\large\bf\underline}
9392
\sectionfont{\normalfont\sffamily\large\bfseries\sectionrule{0pt}{0pt}{-4pt}{1pt}}
9493
\subsectionfont{\rmfamily\mdseries\normalsize\scshape}
@@ -103,6 +102,40 @@
103102
\usepackage{tikzpagenodes}
104103
\usetikzlibrary{calc}
105104

105+
106+
% Make AP style (kinda) dates for the updated/today field
107+
108+
\usepackage{datetime}
109+
\newdateformat{apstylekinda}{%
110+
\shortmonthname[\THEMONTH]. \THEDAY, \THEYEAR}
111+
112+
% Fancyhdr, as I tend to do with these personal documents.
113+
\usepackage{fancyhdr,lastpage}
114+
\pagestyle{fancy}
115+
\renewcommand{\headrulewidth}{0.0pt}
116+
\renewcommand{\footrulewidth}{0.0pt}
117+
\lhead{}
118+
\chead{}
119+
\rhead{}
120+
\lfoot{
121+
\cfoot{\scriptsize Rick Martel - Résumé - \emph{Updated:} \apstylekinda\today }}
122+
\rfoot{\scriptsize \thepage/{\hypersetup{linkcolor=black}\pageref{LastPage}}}
123+
124+
125+
126+
% Always load hyperref last.
127+
\usepackage{hyperref}
128+
\PassOptionsToPackage{usenames,dvipsnames}{color} % color is loaded by hyperref
129+
130+
\hypersetup{unicode=true,
131+
pdftitle={Rick Martel (R\'{e}sum\'{e})},
132+
pdfauthor={Rick Martel},
133+
colorlinks=true,
134+
linkcolor=Maroon,
135+
citecolor=Blue,
136+
urlcolor=blue,
137+
breaklinks=true, bookmarks=true}
138+
106139
\begin{document}
107140
% shift=(current page.north east)
108141
%\begin{wrapfigure}{r}{\textwidth}

svm-latex-resume.tex

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@
353353
% Mess with sections
354354
\usepackage{titlesec}
355355
\usepackage{sectsty}
356-
\usepackage{sectsty}
357356
% \sectionfont{\rmfamily\mdseries\large\bf\underline}
358357
\sectionfont{\normalfont\sffamily\large\bfseries\sectionrule{0pt}{0pt}{-4pt}{1pt}}
359358
\subsectionfont{\rmfamily\mdseries\normalsize\scshape}
@@ -370,13 +369,56 @@
370369
\usetikzlibrary{calc}
371370
$endif$
372371

372+
373+
% Make AP style (kinda) dates for the updated/today field
374+
375+
\usepackage{datetime}
376+
\newdateformat{apstylekinda}{%
377+
\shortmonthname[\THEMONTH]. \THEDAY, \THEYEAR}
378+
379+
% Fancyhdr, as I tend to do with these personal documents.
380+
\usepackage{fancyhdr,lastpage}
381+
\pagestyle{fancy}
382+
\renewcommand{\headrulewidth}{0.0pt}
383+
\renewcommand{\footrulewidth}{0.0pt}
384+
\lhead{}
385+
\chead{}
386+
\rhead{}
387+
\lfoot{
388+
\cfoot{\scriptsize $author-meta$ - $title$ - \emph{Updated:} \apstylekinda\today }}
389+
\rfoot{\scriptsize \thepage/{\hypersetup{linkcolor=black}\pageref{LastPage}}}
390+
391+
392+
393+
% Always load hyperref last.
394+
\usepackage{hyperref}
395+
$if(colorlinks)$
396+
\PassOptionsToPackage{usenames,dvipsnames}{color} % color is loaded by hyperref
397+
$endif$
398+
399+
\hypersetup{unicode=true,
400+
$if(title-meta)$
401+
pdftitle={$if(author-meta)$$author-meta$ $endif$ (R\'{e}sum\'{e})},
402+
$endif$
403+
$if(author-meta)$
404+
pdfauthor={$author-meta$},
405+
$endif$
406+
$if(keywords)$
407+
pdfkeywords={$for(keywords)$$keywords$$sep$; $endfor$},
408+
$endif$
409+
colorlinks=true,
410+
linkcolor=$if(linkcolor)$$linkcolor$$else$Maroon$endif$,
411+
citecolor=$if(citecolor)$$citecolor$$else$Blue$endif$,
412+
urlcolor=$if(urlcolor)$$urlcolor$$else$Blue$endif$,
413+
breaklinks=true, bookmarks=true}
414+
373415
\begin{document}
374416
% shift=(current page.north east)
375417
%\begin{wrapfigure}{r}{\textwidth}
376418

377419
$if(includephoto)$
378420
\begin{tikzpicture}[remember picture,overlay, shift={($if(shift)$$shift$$else$7in,-0.25in$endif$)}]
379-
\clip (0,0) circle ($if(photobigness)$$photobigness$$else$1.5cm$endif$) node {\includegraphics[width=$if(photozoom)$$photozoom$$else$.2\textwidth$endif$]{rick-martel-crop}};
421+
\clip (0,0) circle ($if(photobigness)$$photobigness$$else$1.5cm$endif$) node {\includegraphics[width=$if(photozoom)$$photozoom$$else$.2\textwidth$endif$]{$myphoto$}};
380422
\end{tikzpicture}
381423

382424
$endif$ % includephoto

0 commit comments

Comments
 (0)