Skip to content

Commit 16bd7f1

Browse files
committed
fudge with the updated/today field and turn subsections into small caps.
1 parent 077e51e commit 16bd7f1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

cv-example/svm-rmarkdown-cv.pdf

20.4 KB
Binary file not shown.

svm-latex-cv.tex

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
% Custom section fonts
170170
\usepackage{sectsty}
171171
\sectionfont{\rmfamily\mdseries\large\bf}
172-
\subsectionfont{\rmfamily\mdseries\normalsize\itshape}
172+
\subsectionfont{\rmfamily\mdseries\normalsize\scshape}
173173

174174

175175
% Make lists without bullets
@@ -226,6 +226,12 @@
226226
breaklinks=true, bookmarks=true}
227227
\urlstyle{same} % don't use monospace font for urls
228228

229+
% Make AP style (kinda) dates for the updated/today field
230+
231+
\usepackage{datetime}
232+
\newdateformat{apstylekinda}{%
233+
\shortmonthname[\THEMONTH]. \THEDAY, \THEYEAR}
234+
229235
\begin{document}
230236

231237

@@ -239,7 +245,7 @@
239245

240246
$if(jobtitle)$\moveleft.5\hoffset\centerline{$jobtitle$}$endif$
241247
$if(address)$\moveleft.5\hoffset\centerline{$address$}$endif$
242-
\moveleft.5\hoffset\centerline{ $if(email)$$if(fontawesome)$\faEnvelopeO \hspace{1 mm}$else$\emph{E-mail:}$endif$ \href{mailto:}{\tt $email$} \hspace{1 mm}$endif$ $if(phone)$$if(fontawesome)$ \faPhone \hspace{1 mm}$else$\emph{Phone:}$endif$ $phone$ \hspace{1 mm} $endif$ $if(github)$$if(fontawesome)$\faGithub \hspace{1 mm}$else$\emph{Github:}$endif$ \href{http://github.com/$github$}{\tt $github$} \hspace{1 mm} $endif$ $if(twitter)$$if(fontawesome)$\faTwitter \hspace{1 mm}$else$\emph{Twitter:}$endif$ \href{https:/twitter.com/$twitter$}{\tt $twitter$} \hspace{1 mm} $endif$ $if(osf)$$if(fontawesome)$\faUnlock \hspace{1 mm}$else$\emph{osf:}$endif$ \href{https:/osf.io/$osf$}{\tt osf.io/$osf$} \hspace{1 mm} $endif$ $if(web)$$if(fontawesome)$\faGlobe \hspace{1 mm}$else$\emph{Web:}$endif$ \href{http://$web$}{\tt $web$} $endif$ $if(updated)$ | \emph{Updated:} \today$endif$}
248+
\moveleft.5\hoffset\centerline{ $if(email)$$if(fontawesome)$\faEnvelopeO \hspace{1 mm}$else$\emph{E-mail:}$endif$ \href{mailto:}{\tt $email$} \hspace{1 mm}$endif$ $if(phone)$$if(fontawesome)$ \faPhone \hspace{1 mm}$else$\emph{Phone:}$endif$ $phone$ \hspace{1 mm} $endif$ $if(github)$$if(fontawesome)$\faGithub \hspace{1 mm}$else$\emph{Github:}$endif$ \href{http://github.com/$github$}{\tt $github$} \hspace{1 mm} $endif$ $if(twitter)$$if(fontawesome)$\faTwitter \hspace{1 mm}$else$\emph{Twitter:}$endif$ \href{https:/twitter.com/$twitter$}{\tt $twitter$} \hspace{1 mm} $endif$ $if(osf)$$if(fontawesome)$\faUnlock \hspace{1 mm}$else$\emph{osf:}$endif$ \href{https:/osf.io/$osf$}{\tt osf.io/$osf$} \hspace{1 mm} $endif$ $if(web)$$if(fontawesome)$\faGlobe \hspace{1 mm}$else$\emph{Web:}$endif$ \href{http://$web$}{\tt $web$} $endif$ $if(updated)$ | \emph{Updated:} \apstylekinda\today$endif$}
243249

244250
\vspace{2 mm}
245251

0 commit comments

Comments
 (0)