summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-11-07 23:13:49 +0000
committerKarl Berry <karl@freefriends.org>2014-11-07 23:13:49 +0000
commit7de6fcdb0d459b1943af01d12120dfb7850d3282 (patch)
tree1fa499767bc7022bfd069024e9445f133d8c549b /Master/texmf-dist
parent62000bbaa70a2638588a1c15fc6511609f47b579 (diff)
simplecv (7nov14)
git-svn-id: svn://tug.org/texlive/trunk@35537 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/simplecv/README2
-rw-r--r--Master/texmf-dist/doc/latex/simplecv/simplecv.pdfbin0 -> 223249 bytes
-rw-r--r--Master/texmf-dist/doc/latex/simplecv/testcv.pdfbin38070 -> 68451 bytes
-rw-r--r--Master/texmf-dist/source/latex/simplecv/simplecv.dtx7
-rw-r--r--Master/texmf-dist/tex/latex/simplecv/simplecv.cls5
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
new file mode 100644
index 00000000000..b1071af1dbd
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/simplecv/simplecv.pdf
Binary files 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
--- a/Master/texmf-dist/doc/latex/simplecv/testcv.pdf
+++ b/Master/texmf-dist/doc/latex/simplecv/testcv.pdf
Binary files 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 @@
%<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