Compare commits
No commits in common. "b42cd8c1159fa51a33e243a01064e238b9684df3" and "5bcbd25a71de5a6146d3a63721c204e31ad92256" have entirely different histories.
b42cd8c115
...
5bcbd25a71
2 changed files with 5 additions and 16 deletions
|
@ -4,12 +4,4 @@ Pandoc Template um einen Lebenslauf mit dem LaTex Paket [moderncv](https://ctan.
|
|||
|
||||
<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>
|
||||
|
|
13
moderncv.tex
13
moderncv.tex
|
@ -11,12 +11,11 @@
|
|||
|
||||
% Adjust the page margins
|
||||
\usepackage[scale=0.8,top=2cm, bottom=2.5cm, left=2cm, right=2cm]{geometry}
|
||||
\usepackage[german]{babel}
|
||||
\usepackage[ngerman]{babel}
|
||||
\setlength{\footskip}{149.60005pt}
|
||||
|
||||
% Personal data
|
||||
\firstname{$vorname$}
|
||||
\familyname{$name$}
|
||||
\name{$vorname$}{$name$}
|
||||
\address{$street$}{$place$}
|
||||
$if(phone)$
|
||||
\phone{$phone$}
|
||||
|
@ -47,14 +46,12 @@ $endif$
|
|||
%-------------------------------------------------------------------------------
|
||||
\begin{document}
|
||||
|
||||
% header
|
||||
% Resume header
|
||||
\makecvtitle
|
||||
|
||||
% Education
|
||||
\section{Ausbildung}
|
||||
$for(ausbildung)$
|
||||
\cventry{$when$}{Foo}{Bar}{Baz}
|
||||
$endfor$
|
||||
\section{Education}
|
||||
<<education>>
|
||||
|
||||
% Experience
|
||||
\section{Experience}
|
||||
|
|
Loading…
Reference in a new issue