Skip to content

Commit

Permalink
Minor updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Scrivena committed Dec 20, 2016
1 parent bc050fd commit e15dae3
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 18 deletions.
Binary file modified CV.pdf
Binary file not shown.
27 changes: 22 additions & 5 deletions CV.tex
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
{Education}
{PDF:Education}

\Entry
\href{http://www.example.com/my-university}
{\textbf{First American University}},
Springfield, Massachusetts, USA
Expand Down Expand Up @@ -130,6 +131,7 @@
\end{Detail}

\BigGap
\Entry
\href{http://www.example.com/my-college}
{\textbf{Science College}},
Springfield, Pennsylvania, USA
Expand Down Expand Up @@ -158,6 +160,7 @@
{Research Experience}
{PDF:ResearchExperience}

\Entry
\href{http://www.example.com/my-institute}
{\textbf{Institute for Advanced Research}},
Science College
Expand Down Expand Up @@ -330,9 +333,11 @@
{Professional Affiliations \& Activities}
{PDF:ProfessionalAffiliationsActivities}

\Entry
\href{http://www.example.com/my-society}
{\textbf{Society of Professional Earth Scientists}},
New York, USA
{\textbf{Joint Society of Earth Scientists and Global Think Tank on Climate Resiliency}},
\newline
North Attleborough, Massachusetts, USA

\Gap
\BulletItem
Expand All @@ -353,6 +358,7 @@
{Campus Activities}
{PDF:CampusActivities}

\Entry
\href{http://www.example.com/my-club}
{\textbf{First Volunteers Club}},
First American University
Expand Down Expand Up @@ -384,17 +390,20 @@
{Other Work Experience}
{PDF:OtherWorkExperience}

\Entry
\href{http://www.example.com/my-company}
{\textbf{Alpha Engineering Firm}},
Oakland, Ohio, USA

\Gap
\BulletItem
Project Officer,
Research \& Development Division
Department of Meteorological Sciences,
\hfill
\DatestampYMD{2007}{10}{15} --
\DatestampYMD{2008}{01}{15}
\newline
Research \& Development Division
\begin{Detail}
\SubBulletItem
Nullam venenatis egestas nisl eget elementum.
Expand Down Expand Up @@ -433,12 +442,19 @@
{Skills}
{PDF:Skills}

\Entry
{\TeX}, {\LaTeX}, {\XeLaTeX},
MATLAB,
Mathematica,
Maple,
R,
Tableau,
Adobe Photoshop,
Adobe Illustrator.
Adobe Illustrator,
Microsoft Word,
Microsoft Excel,
Microsoft PowerPoint.


%%%%%%%%%%%%%%%
%% INTERESTS %%
Expand All @@ -449,6 +465,7 @@
{Interests}
{PDF:Interests}

\Entry
Digital photography,
typography,
swimming.
Expand Down Expand Up @@ -503,7 +520,7 @@
\BulletItem
Assortment of unicode characters from
\href{http://www.ltg.ed.ac.uk/~richard/unicode-sample.html}
{http://www.ltg.ed.ac.uk/{\TildeSymbol}richard/unicode-sample.html}
{\url{http://www.ltg.ed.ac.uk/~richard/unicode-sample.html}}

\begin{Detail}
\Item
Expand Down
Binary file modified Miscellaneous/CV-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Miscellaneous/CV-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Miscellaneous/CV-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 10 additions & 13 deletions simpleresumecv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{simpleresumecv}[2016/12/18 Simple Resume CV https://github.com/zachscrivena/simple-resume-cv]
\ProvidesClass{simpleresumecv}[2016/12/20 Simple Resume CV https://github.com/zachscrivena/simple-resume-cv]

\DeclareOption{a4paper}{\PassOptionsToClass{\CurrentOption}{article}}
\DeclareOption{letterpaper}{\PassOptionsToClass{\CurrentOption}{article}}
Expand All @@ -23,43 +23,43 @@
\newcommand{\TypesetInDraftMode}{0}
\DeclareOption{draftmode}{\renewcommand{\TypesetInDraftMode}{1}}

% Datestamp format (default): {yyyy}{MM}{dd} ---> MMM yyyy (e.g., Dec 2010).
% Datestamp format (default): {yyyy}{MM}{dd} ---> MMM yyyy (e.g., Jan 2008).
\newcommand{\DatestampYMD}[3]{\mbox{\ShortMonth{#2} #1}}
\newcommand{\DatestampYM}[2]{\mbox{\ShortMonth{#2} #1}}
\newcommand{\DatestampY}[1]{#1}
\DeclareOption{MMMyyyy}{} % default

% Datestamp format: {yyyy}{MM}{dd} ---> dd MMM yyyy (e.g., 31 Dec 2010).
% Datestamp format: {yyyy}{MM}{dd} ---> dd MMM yyyy (e.g., 15 Jan 2008).
\DeclareOption{ddMMMyyyy}{%
\renewcommand{\DatestampYMD}[3]{\mbox{#3 \ShortMonth{#2} #1}}
\renewcommand{\DatestampYM}[2]{\mbox{\ShortMonth{#2} #1}}
\renewcommand{\DatestampY}[1]{#1}}

% Datestamp format: {yyyy}{MM}{dd} ---> MMMM yyyy (e.g., December 2010).
% Datestamp format: {yyyy}{MM}{dd} ---> MMMM yyyy (e.g., January 2008).
\DeclareOption{MMMMyyyy}{%
\renewcommand{\DatestampYMD}[3]{\mbox{\LongMonth{#2} #1}}
\renewcommand{\DatestampYM}[2]{\mbox{\LongMonth{#2} #1}}
\renewcommand{\DatestampY}[1]{#1}}

% Datestamp format: {yyyy}{MM}{dd} ---> dd MMMM yyyy (e.g., 31 December 2010).
% Datestamp format: {yyyy}{MM}{dd} ---> dd MMMM yyyy (e.g., 15 January 2008).
\DeclareOption{ddMMMMyyyy}{%
\renewcommand{\DatestampYMD}[3]{\mbox{#3 \LongMonth{#2} #1}}
\renewcommand{\DatestampYM}[2]{\mbox{\LongMonth{#2} #1}}
\renewcommand{\DatestampY}[1]{#1}}

% Datestamp format: {yyyy}{MM}{dd} ---> yyyy-MM-dd (e.g., 2010-12-31).
% Datestamp format: {yyyy}{MM}{dd} ---> yyyy-MM-dd (e.g., 2008-01-15).
\DeclareOption{yyyyMMdd}{%
\renewcommand{\DatestampYMD}[3]{\mbox{#1-#2-#3}}
\renewcommand{\DatestampYM}[2]{\mbox{#1-#2}}
\renewcommand{\DatestampY}[1]{#1}}

% Datestamp format: {yyyy}{MM}{dd} ---> yyyy-MM (e.g., 2010-12).
% Datestamp format: {yyyy}{MM}{dd} ---> yyyy-MM (e.g., 2008-01).
\DeclareOption{yyyyMM}{%
\renewcommand{\DatestampYMD}[3]{\mbox{#1-#2}}
\renewcommand{\DatestampYM}[2]{\mbox{#1-#2}}
\renewcommand{\DatestampY}[1]{#1}}

% Datestamp format: {yyyy}{MM}{dd} ---> yyyy (e.g., 2010).
% Datestamp format: {yyyy}{MM}{dd} ---> yyyy (e.g., 2008).
\DeclareOption{yyyy}{%
\renewcommand{\DatestampYMD}[3]{#1}
\renewcommand{\DatestampYM}[2]{#1}
Expand Down Expand Up @@ -91,13 +91,10 @@ includefoot]{geometry}
% {\color{MyDarkBlue}This text is dark blue}

% Current date and time.
\RequirePackage[yyyymmdd,24hr]{datetime}
\renewcommand{\dateseparator}{-}
\settimeformat{xxivtime}
% {\today}~{\currenttime}
\RequirePackage{datetime2}

% Timestamp.
\newcommand{\Timestamp}{{\yyyymmdddate\today}~{\currenttime}}
\newcommand{\Timestamp}{{\DTMnow}}

% Abbreviations for months.
\newcommand{\LongMonth}[1]{%
Expand Down

0 comments on commit e15dae3

Please sign in to comment.