Skip to content

Commit

Permalink
Minor layout tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Scrivena committed Dec 25, 2016
1 parent e15dae3 commit a6a2a71
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
Binary file modified CV.pdf
Binary file not shown.
16 changes: 8 additions & 8 deletions CV.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
% vim: set fenc=utf-8

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% SIMPLE-RESUME-CV
%% CV.tex
%% <https://github.com/zachscrivena/simple-resume-cv>
%% This is free and unencumbered software released into the
%% public domain; see <http://unlicense.org> for details.
Expand Down Expand Up @@ -202,7 +202,7 @@
\begingroup
\renewcommand{\MaxNumberedItem}{[88]}

\Gap
\BigGap
\NumberedItem{[10]}
\href{http://www.example.com/my-paper-doi-5}
{\underline{J.~Doe}, J.~Citizen, and A.~Yone,
Expand Down Expand Up @@ -236,7 +236,7 @@
\begingroup
\renewcommand{\MaxNumberedItem}{[8888]}

\Gap
\BigGap
\NumberedItem{[1000]}
\href{http://www.example.com/my-paper-doi-3}
{\underline{J.~Doe}, J.~Citizen, and A.~Yone,
Expand Down Expand Up @@ -455,7 +455,6 @@
Microsoft Excel,
Microsoft PowerPoint.


%%%%%%%%%%%%%%%
%% INTERESTS %%
%%%%%%%%%%%%%%%
Expand Down Expand Up @@ -568,7 +567,7 @@
{This is a SubSection (For PDF Bookmark)}
{PDF:ThisIsASubSection:ForPDFLink}

\Gap
\BigGap
\BulletItem
Use \CodeCommand{Section\{a\}\{b\}\{c\}} and
\CodeCommand{SubSection\{a\}\{b\}\{c\}}
Expand Down Expand Up @@ -612,7 +611,7 @@
{This is Another Subsection (For PDF Bookmark)}
{PDF:ThisIsAnotherSubSection:ForPDFLink}

\Gap
\BigGap
\Entry
This is a plain \CodeCommand{Entry},
followed by an \CodeCommand{hfill} and a date range
Expand Down Expand Up @@ -645,7 +644,7 @@
{Line, Paragraph, and Page Breaks (For PDF Bookmark)}
{PDF:LineParagraphAndPageBreaks:ForPDFLink}

\Gap
\BigGap
\BulletItem
To create a new line within the same paragraph (i.e., preserving the same paragraph indentation), use \CodeCommand{newline} instead of \CodeCommand{\textbackslash};
the latter will reset the paragraph indentation.
Expand All @@ -672,7 +671,7 @@
{Dates (For PDF Bookmark)}
{PDF:Dates:ForPDFLink}

\Gap
\BigGap
\BulletItem
Use the following macros to specify and display dates consistently:
\SubBulletItem
Expand Down Expand Up @@ -711,6 +710,7 @@
% CV NOTE %
%%%%%%%%%%%

\BigGap
\UseNoteFont%
\null\hfill%
[\textit{\CVNote}]
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.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
simple-resume-cv
================
# simple-resume-cv

Template for a simple resume or curriculum vitae (CV), in XeLaTeX.

Expand Down Expand Up @@ -39,7 +38,7 @@ Instructions for compiling the document (TeX &rarr;(XeLaTeX)&rarr; PDF):
This is free and unencumbered software released into the public domain.
For more information, please see the file `LICENSE` or refer to <http://unlicense.org>.

## Recent Changes
## Recent Major Changes

- Release v3.0
- Provides better support for other packages (e.g., biblatex) by removing the use of the longtable package for layout.
Expand Down
11 changes: 6 additions & 5 deletions simpleresumecv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
% vim: set fenc=utf-8

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% SIMPLE-RESUME-CV
%% simpleresumecv.cls
%% <https://github.com/zachscrivena/simple-resume-cv>
%% This is free and unencumbered software released into the
%% public domain; see <http://unlicense.org> for details.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

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

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

\DeclareOption{a4paper}{\PassOptionsToClass{\CurrentOption}{article}}
\DeclareOption{letterpaper}{\PassOptionsToClass{\CurrentOption}{article}}
Expand Down Expand Up @@ -248,7 +249,7 @@ BoldItalicFont=FreeSerifBoldItalic]
\setlength\parskip{0in}%
\setlength\topsep{0in}%
\setlength\parsep{0in}%
\setlength\itemsep{0.85\baselineskip}%
\setlength\itemsep{0.90\baselineskip}%
\setlength\partopsep{0in}%
%\raggedright%
}%
Expand All @@ -259,10 +260,10 @@ BoldItalicFont=FreeSerifBoldItalic]
}

% Macro: Gap (vertical gap between items in the same section).
\newcommand{\Gap}{\par\vspace{0.25\baselineskip}\par}
\newcommand{\Gap}{\par\vspace{0.45mm}\par}

% Macro: BigGap (big vertical gap between items in the same section).
\newcommand{\BigGap}{\par\vspace{0.50\baselineskip}\par}
\newcommand{\BigGap}{\par\vspace{2.25mm}\par}

% Macro: Section (new section for Education, Research Experience, etc.).
\newcommand{\Section}[3]
Expand Down

0 comments on commit a6a2a71

Please sign in to comment.