Comment cleanup

This commit is contained in:
Xavier Danaux
2012-01-14 20:50:51 +01:00
parent 4ade2643ff
commit 9a16b2a344
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
version 0.15.1 (23 December 2011) version 0.15.1 (23 December 2011)
- corrected a bug in the classic style causing the address font and color not being - corrected a bug in the classic style causing the address font and color not being
carried over newlines, as reported by J. Smith carried over newlines, as reported by J. Smith.
version 0.15 (19 December 2011) version 0.15 (19 December 2011)
- corrected list spacing. - corrected list spacing.

View File

@ -252,6 +252,7 @@
% makes a cv section % makes a cv section
% usage: \section{<title>} % usage: \section{<title>}
\newcommand*{\section}[1]{} \newcommand*{\section}[1]{}
% starred variant, which is identical but defined to allow its use (e.g. for natbib compatibility, who uses \section*{} for the bibliography header)
\AtEndPreamble{% \AtEndPreamble{%
\@ifpackageloaded{natbib} \@ifpackageloaded{natbib}
{ {

View File

@ -133,7 +133,6 @@
\hspace{\separatorcolumnwidth}% \hspace{\separatorcolumnwidth}%
\parbox[m]{\maincolumnwidth}{\sectionstyle{#1}}% \parbox[m]{\maincolumnwidth}{\sectionstyle{#1}}%
\par\nobreak\vskip 1ex\@afterheading}% to avoid a pagebreak after the heading \par\nobreak\vskip 1ex\@afterheading}% to avoid a pagebreak after the heading
% starred variant, which is identical but defined to allow its use (e.g. for natbib compatibility, who uses \section*{} for the bibliography header)
\renewcommand*{\subsection}[1]{% \renewcommand*{\subsection}[1]{%
\begin{tabular}{@{}p{\hintscolumnwidth}@{\hspace{\separatorcolumnwidth}}p{\maincolumnwidth}@{}}% \begin{tabular}{@{}p{\hintscolumnwidth}@{\hspace{\separatorcolumnwidth}}p{\maincolumnwidth}@{}}%