diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-07 23:13:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-07 23:13:49 +0000 |
commit | 7de6fcdb0d459b1943af01d12120dfb7850d3282 (patch) | |
tree | 1fa499767bc7022bfd069024e9445f133d8c549b /Master/texmf-dist/tex | |
parent | 62000bbaa70a2638588a1c15fc6511609f47b579 (diff) |
simplecv (7nov14)
git-svn-id: svn://tug.org/texlive/trunk@35537 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/simplecv/simplecv.cls | 5 |
1 files changed, 3 insertions, 2 deletions
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 |