Comment cleanup
This commit is contained in:
@ -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.
|
||||||
|
|||||||
@ -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}
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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}@{}}%
|
||||||
|
|||||||
Reference in New Issue
Block a user