mirror of
https://github.com/moderncv/moderncv.git
synced 2026-07-22 07:24:44 +02:00
Compare commits
1 commit
master
...
banking-20
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8598820e8 |
1 changed files with 7 additions and 9 deletions
|
|
@ -180,16 +180,14 @@
|
||||||
{\listitemsymbol\hspace{\listitemsymbolspace}\begin{minipage}[t]{\listdoubleitemcolumnwidth-\listitemsymbolspace}#3\end{minipage}}}}
|
{\listitemsymbol\hspace{\listitemsymbolspace}\begin{minipage}[t]{\listdoubleitemcolumnwidth-\listitemsymbolspace}#3\end{minipage}}}}
|
||||||
|
|
||||||
\renewcommand*{\cventry}[7][.25em]{
|
\renewcommand*{\cventry}[7][.25em]{
|
||||||
\begin{tabular*}{\maincolumnwidth}{l@{\extracolsep{\fill}}r}%
|
\ifboolexpr{%
|
||||||
% skip the company name and location line if both are empty, allowing one to show multiple roles within the same company without repeating it
|
% skip the company name and location line if both are empty, allowing one to show multiple roles within the same company without repeating it
|
||||||
\ifboolexpr{%
|
test {\ifstrempty{#4}}
|
||||||
test {\ifstrempty{#4}}
|
and
|
||||||
and
|
test {\ifstrempty{#5}}}%
|
||||||
test {\ifstrempty{#5}}}%
|
{}%
|
||||||
{}%
|
{\makebox[\maincolumnwidth][l]{\textbf{#4}\hfill\textbf{#5}}\\}%
|
||||||
{{\bfseries #4} & {\bfseries #5}\\}%
|
\makebox[\maincolumnwidth][l]{\textit{#3\ifstrempty{#6}{}{, #6}}\hfill\textit{#2}}\\%
|
||||||
{\itshape #3\ifstrempty{#6}{}{, #6}} & {\itshape #2}\\%
|
|
||||||
\end{tabular*}%
|
|
||||||
\ifx&%
|
\ifx&%
|
||||||
\else{\\%
|
\else{\\%
|
||||||
\begin{minipage}{\maincolumnwidth}%
|
\begin{minipage}{\maincolumnwidth}%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue