Skip to content

Commit

Permalink
using enumerate package for listings in cv.latex
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanson committed Mar 13, 2012
1 parent 8562b47 commit 53907dc
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions mine/cv.latex
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ $endif$




% Remove the author and date fields and the space associated with them % Remove the author and date fields and the space associated with them
% from the definition of maketitle! % from the definition of maketitle
\makeatletter \makeatletter
\renewcommand{\@maketitle}{ \renewcommand{\@maketitle}{
\newpage \newpage
\begin{center}% \begin{center}%
{\Large \@title } \\ \@author \par% {\Large \@title } \par \@author \par%
\end{center}% \end{center}%
\par} \makeatother \par} \makeatother


Expand All @@ -142,17 +142,14 @@ $endif$
\renewcommand{\labelitemii}{} \renewcommand{\labelitemii}{}
\renewcommand{\labelitemiii}{} \renewcommand{\labelitemiii}{}


% adjust linespacing for itemize % adjust line spacing and indents for lists


\let\olditemize=\itemize \usepackage{enumitem}
\def\itemize{ \setlist{nolistsep, itemindent=-2.5em}
\olditemize
\setlength{\itemsep}{-1ex}
}


% adjust formatting of tables % adjust formatting of tables


\renewcommand{\arraystretch}{.4} %\renewcommand{\arraystretch}{-.1}




\begin{document} \begin{document}
Expand Down

0 comments on commit 53907dc

Please sign in to comment.