File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 169
169
% Custom section fonts
170
170
\usepackage {sectsty }
171
171
\sectionfont {\rmfamily\mdseries\large\bf }
172
- \subsectionfont {\rmfamily\mdseries\normalsize\itshape }
172
+ \subsectionfont {\rmfamily\mdseries\normalsize\scshape }
173
173
174
174
175
175
% Make lists without bullets
226
226
breaklinks=true, bookmarks=true}
227
227
\urlstyle {same} % don't use monospace font for urls
228
228
229
+ % Make AP style (kinda) dates for the updated/today field
230
+
231
+ \usepackage {datetime }
232
+ \newdateformat {apstylekinda}{%
233
+ \shortmonthname [\THEMONTH ]. \THEDAY , \THEYEAR }
234
+
229
235
\begin {document }
230
236
231
237
239
245
240
246
$ if(jobtitle)$ \moveleft .5\hoffset\centerline {$ jobtitle$ }$ endif$
241
247
$ 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$ }
243
249
244
250
\vspace {2 mm}
245
251
You can’t perform that action at this time.
0 commit comments