improve readme
This commit is contained in:
parent
02c3312b10
commit
b42cd8c115
2 changed files with 9 additions and 5 deletions
|
@ -10,5 +10,6 @@ Requirements:
|
|||
- texlive-latex-extra
|
||||
- texlive-extra-utils
|
||||
- texlive-fonts-extra
|
||||
- texlive-lang-german
|
||||
|
||||
License: CC-BY-NC L3D <l3d@c3woc.de>
|
||||
|
|
13
moderncv.tex
13
moderncv.tex
|
@ -11,11 +11,12 @@
|
|||
|
||||
% Adjust the page margins
|
||||
\usepackage[scale=0.8,top=2cm, bottom=2.5cm, left=2cm, right=2cm]{geometry}
|
||||
\usepackage[ngerman]{babel}
|
||||
\usepackage[german]{babel}
|
||||
\setlength{\footskip}{149.60005pt}
|
||||
|
||||
% Personal data
|
||||
\name{$vorname$}{$name$}
|
||||
\firstname{$vorname$}
|
||||
\familyname{$name$}
|
||||
\address{$street$}{$place$}
|
||||
$if(phone)$
|
||||
\phone{$phone$}
|
||||
|
@ -46,12 +47,14 @@ $endif$
|
|||
%-------------------------------------------------------------------------------
|
||||
\begin{document}
|
||||
|
||||
% Resume header
|
||||
% header
|
||||
\makecvtitle
|
||||
|
||||
% Education
|
||||
\section{Education}
|
||||
<<education>>
|
||||
\section{Ausbildung}
|
||||
$for(ausbildung)$
|
||||
\cventry{$when$}{Foo}{Bar}{Baz}
|
||||
$endfor$
|
||||
|
||||
% Experience
|
||||
\section{Experience}
|
||||
|
|
Loading…
Reference in a new issue