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}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
\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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis