summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/simplecv/simplecv.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/simplecv/simplecv.dtx')
-rw-r--r--Master/texmf-dist/source/latex/simplecv/simplecv.dtx7
1 files changed, 5 insertions, 2 deletions
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