diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/simplecv/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/simplecv/simplecv.pdf | bin | 0 -> 223249 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/simplecv/testcv.pdf | bin | 38070 -> 68451 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/simplecv/simplecv.dtx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/simplecv/simplecv.cls | 5 |
5 files changed, 9 insertions, 5 deletions
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 Binary files differnew file mode 100644 index 00000000000..b1071af1dbd --- /dev/null +++ b/Master/texmf-dist/doc/latex/simplecv/simplecv.pdf diff --git a/Master/texmf-dist/doc/latex/simplecv/testcv.pdf b/Master/texmf-dist/doc/latex/simplecv/testcv.pdf Binary files differindex e5a88817edc..39ceaf29868 100644 --- a/Master/texmf-dist/doc/latex/simplecv/testcv.pdf +++ b/Master/texmf-dist/doc/latex/simplecv/testcv.pdf 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 @@ %<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<class>\ProvidesClass{simplecv} %<*class> - [2007/04/22 v1.6 simple curriculum vitae] + [2014/11/07 v1.6a simple curriculum vitae] %</class> % %<*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 |