mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Change the footer algorithm of style casual to avoid lines starting with a footer symbol
This commit is contained in:
parent
cd56d14420
commit
d4b40f96fc
9 changed files with 51 additions and 21 deletions
|
|
@ -174,7 +174,7 @@
|
|||
\newlength{\cventrytitleboxwidth}
|
||||
\renewcommand*{\cventry}[7][.25em]{%
|
||||
\savebox{\cventryyearbox}{%
|
||||
\hspace*{\separatorcolumnwidth}%
|
||||
\hspace*{2\separatorcolumnwidth}%
|
||||
{\hintfont#2}}%
|
||||
\setlength{\cventrytitleboxwidth}{\widthof{\usebox{\cventryyearbox}}}%
|
||||
\setlength{\cventrytitleboxwidth}{\maincolumnwidth-\cventrytitleboxwidth}%
|
||||
|
|
@ -186,10 +186,11 @@
|
|||
\ifthenelse{\equal{#6}{}}{}{, #6}%
|
||||
.}%
|
||||
\usebox{\cventryyearbox}%
|
||||
\ifx&%
|
||||
\end{minipage}%
|
||||
\ifx&%
|
||||
\else{%
|
||||
\newline{}\begin{minipage}[t]{\maincolumnwidth}\small#7\end{minipage}}\fi%
|
||||
\end{minipage}\\[#1]}
|
||||
\\[#1]}
|
||||
|
||||
|
||||
\newbox{\cvitemwithcommentmainbox}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue