thank you for this great template!
How can I remove the full stop after "city" in
\cventry
line? Code: Select all
\cventry{year--year}{Job title}{Employer}{City}{}{Description}
Description
thanks
platzhirsch
\cventry
line? Code: Select all
\cventry{year--year}{Job title}{Employer}{City}{}{Description}
NEW: TikZ book now 40% off at Amazon.com for a short time.
\cventry{}
command, go into moderncvstyleclassic.sty
and find this block:Code: Select all
\renewcommand*{\cventry}[7][.25em]{%
\cvitem[#1]{#2}{%
{\bfseries#3}%
\ifthenelse{\equal{#4}{}}{}{, {\slshape#4}}%
\ifthenelse{\equal{#5}{}}{}{, #5}%
\ifthenelse{\equal{#6}{}}{}{, #6}%
.\strut%
\ifx&%
\else{\newline{}\begin{minipage}[t]{\linewidth}\small#7\end{minipage}}\fi}}
.
from ".\strut%
"Code: Select all
Runaway argument?
Paragraph ended before \\cventry was complete.
<to be read again>
\par
l.81
NEW: TikZ book now 40% off at Amazon.com for a short time.