Curricula Vitae / Résumés ⇒ Arrange the Language skill in table form
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Arrange the Language skill in table form
I would like to divide my language skill in written and verbal capabilities and create for that a table. Unfortunately, I have no idea how to put a table into the template. I would highly appreciate any help.
Best regards,
Niko
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
Arrange the Language skill in table form
I'd recommend you have a look at the table template as this will give you some ideas: http://www.latextemplates.com/template/ ... onal-table
You can actually copy this table directly into the template if you take everything starting with
\begin{tabular}
and ending at \end{tabular}
and include \usepackage{booktabs}
in the preamble. To then shift it across you'll need to enclose it in the second bracket of a \cvitem
command.Cheers,
Vel