mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Fix for Launchpad bug #268768
This commit is contained in:
parent
e343accac9
commit
c7eb925f94
6 changed files with 6 additions and 711 deletions
11
moderncv.cls
11
moderncv.cls
|
|
@ -370,12 +370,13 @@
|
|||
\newcommand*{\cventry}[6]{%
|
||||
\cvline{#1}{%
|
||||
{\bfseries#2}%
|
||||
\ifx{#3}\empty\else{, {\slshape#3}}\fi%
|
||||
\ifx{#4}\empty\else{, #4}\fi%
|
||||
\ifx{#5}\empty\else{, #5}\fi%
|
||||
\ifthenelse{\equal{#3}{}}{}{, {\slshape#3}}%
|
||||
\ifthenelse{\equal{#4}{}}{}{, #4}%
|
||||
\ifthenelse{\equal{#5}{}}{}{, #5}%
|
||||
.%
|
||||
\ifx{#6}\empty\else{\newline{}\begin{minipage}[t]{\linewidth}\small#6\end{minipage}}\fi
|
||||
}}%
|
||||
\ifx&%
|
||||
\else{\newline{}\begin{minipage}[t]{\linewidth}\small#6\end{minipage}}\fi%
|
||||
}}%
|
||||
|
||||
% usage (inside 'language' cvsection environment): \cvlanguage{name}{level}{comment}
|
||||
\newcommand*{\cvlanguage}[3]{%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue