Compare commits
2 commits
5bcbd25a71
...
b42cd8c115
Author | SHA1 | Date | |
---|---|---|---|
b42cd8c115 | |||
02c3312b10 |
2 changed files with 16 additions and 5 deletions
|
@ -4,4 +4,12 @@ Pandoc Template um einen Lebenslauf mit dem LaTex Paket [moderncv](https://ctan.
|
||||||
|
|
||||||
<WORK IN PROGRESS/>
|
<WORK IN PROGRESS/>
|
||||||
|
|
||||||
|
Requirements:
|
||||||
|
- pandoc
|
||||||
|
- texlive
|
||||||
|
- texlive-latex-extra
|
||||||
|
- texlive-extra-utils
|
||||||
|
- texlive-fonts-extra
|
||||||
|
- texlive-lang-german
|
||||||
|
|
||||||
License: CC-BY-NC L3D <l3d@c3woc.de>
|
License: CC-BY-NC L3D <l3d@c3woc.de>
|
||||||
|
|
13
moderncv.tex
13
moderncv.tex
|
@ -11,11 +11,12 @@
|
||||||
|
|
||||||
% Adjust the page margins
|
% Adjust the page margins
|
||||||
\usepackage[scale=0.8,top=2cm, bottom=2.5cm, left=2cm, right=2cm]{geometry}
|
\usepackage[scale=0.8,top=2cm, bottom=2.5cm, left=2cm, right=2cm]{geometry}
|
||||||
\usepackage[ngerman]{babel}
|
\usepackage[german]{babel}
|
||||||
\setlength{\footskip}{149.60005pt}
|
\setlength{\footskip}{149.60005pt}
|
||||||
|
|
||||||
% Personal data
|
% Personal data
|
||||||
\name{$vorname$}{$name$}
|
\firstname{$vorname$}
|
||||||
|
\familyname{$name$}
|
||||||
\address{$street$}{$place$}
|
\address{$street$}{$place$}
|
||||||
$if(phone)$
|
$if(phone)$
|
||||||
\phone{$phone$}
|
\phone{$phone$}
|
||||||
|
@ -46,12 +47,14 @@ $endif$
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
% Resume header
|
% header
|
||||||
\makecvtitle
|
\makecvtitle
|
||||||
|
|
||||||
% Education
|
% Education
|
||||||
\section{Education}
|
\section{Ausbildung}
|
||||||
<<education>>
|
$for(ausbildung)$
|
||||||
|
\cventry{$when$}{Foo}{Bar}{Baz}
|
||||||
|
$endfor$
|
||||||
|
|
||||||
% Experience
|
% Experience
|
||||||
\section{Experience}
|
\section{Experience}
|
||||||
|
|
Loading…
Reference in a new issue