From 7de6fcdb0d459b1943af01d12120dfb7850d3282 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 7 Nov 2014 23:13:49 +0000 Subject: simplecv (7nov14) git-svn-id: svn://tug.org/texlive/trunk@35537 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/simplecv/README | 2 +- Master/texmf-dist/doc/latex/simplecv/simplecv.pdf | Bin 0 -> 223249 bytes Master/texmf-dist/doc/latex/simplecv/testcv.pdf | Bin 38070 -> 68451 bytes .../texmf-dist/source/latex/simplecv/simplecv.dtx | 7 +++++-- Master/texmf-dist/tex/latex/simplecv/simplecv.cls | 5 +++-- 5 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/simplecv/simplecv.pdf (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/simplecv/README b/Master/texmf-dist/doc/latex/simplecv/README index 0963806b721..77cccd690f1 100644 --- a/Master/texmf-dist/doc/latex/simplecv/README +++ b/Master/texmf-dist/doc/latex/simplecv/README @@ -4,7 +4,7 @@ repackaging of the |cv| class that has been available with LyX for a long time. The change of name has been made necessary by the existence of another |cv| class on CTAN. -Author: Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr) +Author: Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr) This material is subject to the LaTeX Project Public License. See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for diff --git a/Master/texmf-dist/doc/latex/simplecv/simplecv.pdf b/Master/texmf-dist/doc/latex/simplecv/simplecv.pdf new file mode 100644 index 00000000000..b1071af1dbd Binary files /dev/null and b/Master/texmf-dist/doc/latex/simplecv/simplecv.pdf differ diff --git a/Master/texmf-dist/doc/latex/simplecv/testcv.pdf b/Master/texmf-dist/doc/latex/simplecv/testcv.pdf index e5a88817edc..39ceaf29868 100644 Binary files a/Master/texmf-dist/doc/latex/simplecv/testcv.pdf and b/Master/texmf-dist/doc/latex/simplecv/testcv.pdf differ diff --git a/Master/texmf-dist/source/latex/simplecv/simplecv.dtx b/Master/texmf-dist/source/latex/simplecv/simplecv.dtx index 28ba39ce309..dfd1fc1fedf 100644 --- a/Master/texmf-dist/source/latex/simplecv/simplecv.dtx +++ b/Master/texmf-dist/source/latex/simplecv/simplecv.dtx @@ -22,7 +22,7 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesClass{simplecv} %<*class> - [2007/04/22 v1.6 simple curriculum vitae] + [2014/11/07 v1.6a simple curriculum vitae] % % %<*driver> @@ -88,6 +88,7 @@ % \cs{topcilabelfont}} % \changes{1.6}{2007/04/22}{Renamed class to simplecv} % \changes{1.6}{2007/04/22}{Convert to use docstrip} +% \changes{1.6a}{2014/11/07}{Fix incompatibility with \texttt{array} package} % % \title{The \textsf{simplecv} class\thanks{This document % corresponds to \textsf{simplecv}~\fileversion, dated \filedate.}} @@ -319,6 +320,7 @@ % \end{macrocode} % \begin{macro}{\maketitle} % And now a command to actually show the headers +% \changes{1.6a}{2014/11/07}{Fix incompatibility with \texttt{array} package} % \begin{macrocode} \newcommand{\cv@header}[2]{% \if@rl% @@ -334,7 +336,8 @@ \if@cv@title@above\cv@do@title\fi \par\noindent% \begin{tabular*}{\textwidth}{@{}l@{\extracolsep{\fill}}l@{}} - \cv@header{\cv@lh@lr}{\cv@lh}&\cv@header{\cv@rh@lr}{\cv@rh} + \expandafter\cv@header\cv@lh@lr\cv@lh% + &\expandafter\cv@header\cv@rh@lr\cv@rh \end{tabular*} \par \if@cv@title@above\else\cv@do@title\fi diff --git a/Master/texmf-dist/tex/latex/simplecv/simplecv.cls b/Master/texmf-dist/tex/latex/simplecv/simplecv.cls index 19460d69ff6..701bcc8aaca 100644 --- a/Master/texmf-dist/tex/latex/simplecv/simplecv.cls +++ b/Master/texmf-dist/tex/latex/simplecv/simplecv.cls @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{simplecv} - [2007/04/22 v1.6 simple curriculum vitae] + [2014/11/07 v1.6a simple curriculum vitae] \newcommand{\sectionfont}[1]{\def\cv@sec@fnt{#1}} @@ -88,7 +88,8 @@ \if@cv@title@above\cv@do@title\fi \par\noindent% \begin{tabular*}{\textwidth}{@{}l@{\extracolsep{\fill}}l@{}} - \cv@header{\cv@lh@lr}{\cv@lh}&\cv@header{\cv@rh@lr}{\cv@rh} + \expandafter\cv@header\cv@lh@lr\cv@lh% + &\expandafter\cv@header\cv@rh@lr\cv@rh \end{tabular*} \par \if@cv@title@above\else\cv@do@title\fi -- cgit v1.2.3