1

I cannot find this parameter in the documentation. It has been used in the template, source here

enter image description here

Minimal example

\documentclass[utf8,helvetica,narrow]{europecv}
\usepackage[T1]{fontenc}
\usepackage{graphicx} % Required to draw the logo
\usepackage[right=2.5cm]{geometry} % language table impossible otherwise

\begin{document}
\begin{europecv}

\ecvsection{Personal Skills}
\ecvmothertongue[0.5cm]{Finnish}\ecvlanguageheader{(*)}
\ecvlanguage[0.5cm]{Latvian} % TODO this parameter field is unknown to have Other languages like above
\ecvlanguage{English}{\ecvCOne}{\ecvCTwo}{\ecvCOne}{\ecvCOne}{\ecvCTwo}

\end{europecv}
\end{document}

How can you have other language(s) -field in Europecv?

1 Answers1

2

masiEuropecvLanguages

\documentclass[utf8,helvetica,narrow,booktabs]{europecv}
\usepackage{graphicx}
\usepackage[T1]{fontenc}
\usepackage[right=2.5cm]{geometry} % language table impossible otherwise

\begin{document}
\begin{europecv}
    \ecvsection{Personal Skills}
    \ecvmothertongue[0.5cm]{Finnish}
    Other Languages & \large English, German and
    French\tabularnewline[1ex]\ecvlanguageheader{(*)}
    \ecvlanguage[2cm]{English}{\ecvCOne}{\ecvCTwo}{\ecvCOne}{\ecvCOne}{\ecvCTwo}
\end{europecv}
\end{document}
Johannes_B
  • 24,235
  • 10
  • 93
  • 248