5.2.3 ⁑Spoken Languages
The europecv class also has commands to produce the section on your spoken language skills. This section is started by identifying your mother tongue using:
For example:
\ecvmothertongue{English}
The language table header is typeset using:
where ⟨symbol⟩ is a footnote symbol used in the table footer. Each row of the language table is then typeset using:
except for the last, which is typeset using:
where ⟨vspace⟩ again indicates any vertical space that should be inserted after the row, and ⟨language⟩ is the name of the language. The other five arguments ⟨l1⟩, …, ⟨l5⟩ should be brief descriptions relating to:
- ⟨l1⟩
- understanding (listening);
- ⟨l2⟩
- understanding (reading);
- ⟨l3⟩
- speaking (spoken interaction);
- ⟨l4⟩
- speaking (spoken production);
- ⟨l5⟩
- writing.
where ⟨level⟩ is the self-assessment level code and ⟨descr⟩ is a brief description. There are some convenient shortcuts described in Table 5.1.
Shortcut | Expansion |
\ecvAOne |
\ecvCEF {A1}{basic user} |
\ecvATwo |
\ecvCEF {A2}{basic user} |
\ecvBOne |
\ecvCEF {B1}{independent user} |
\ecvBTwo |
\ecvCEF {B2}{independent user} |
\ecvCOne |
\ecvCEF {C1}{proficient user} |
\ecvCTwo |
\ecvCEF {C2}{proficient user}
|
After the last language row, the table footer is typeset using:
where ⟨symbol⟩ should be the same as used in \ecvlanguageheader
.
Example
\ecvmothertongue[10pt]{English} \ecvlanguageheader{(*)} \ecvlanguage{French}{\ecvCOne}{\ecvCTwo}{\ecvBTwo}{\ecvCOne}{\ecvCTwo} \ecvlastlanguage{German}{\ecvATwo}{\ecvATwo}{\ecvATwo}{\ecvATwo}{\ecvATwo} \ecvlanguagefooter{(*)}
and set the default font size to 10pt:
\documentclass[helvetica,narrow,a4paper,10pt]{europecv}
This produces the output shown in Figure 5.4 unless
you use the booktabs
class option:
\documentclass[helvetica,narrow,a4paper,10pt,booktabs]{europecv}
in which case it produces the output shown in Figure 5.5.
This book is also available as A4 PDF or 12.8cm x 9.6cm PDF or paperback (ISBN 978-1-909440-07-4).