summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bewerbung
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-07-12 22:16:01 +0000
committerKarl Berry <karl@freefriends.org>2015-07-12 22:16:01 +0000
commit16b00940335a3620ed7ae5ccc7fa164ee2786490 (patch)
treece21723e2ad025cca7241b455856c38e7bb40f7f /Master/texmf-dist/tex/latex/bewerbung
parent562c9ce51740088a91a327ca8720d55fc9576815 (diff)
bewerbung (12jul15)
git-svn-id: svn://tug.org/texlive/trunk@37847 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bewerbung')
-rw-r--r--Master/texmf-dist/tex/latex/bewerbung/argetabelle.cls87
-rw-r--r--Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv-casual.sty153
-rw-r--r--Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv-classic.sty143
-rw-r--r--Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv-oldstyle.sty174
-rw-r--r--Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv.sty662
-rw-r--r--Master/texmf-dist/tex/latex/bewerbung/bewerbung.cls109
-rw-r--r--Master/texmf-dist/tex/latex/bewerbung/bewerbung.sty304
7 files changed, 1632 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/bewerbung/argetabelle.cls b/Master/texmf-dist/tex/latex/bewerbung/argetabelle.cls
new file mode 100644
index 00000000000..0273a1ad42f
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/bewerbung/argetabelle.cls
@@ -0,0 +1,87 @@
+%%
+%% This is file `argetabelle.cls',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% bewerbung.dtx (with options: `argetabelle.cls,package')
+%%
+%% bewerbung.dtx
+%% Copyright 2015-07-11:22:31:21 -- Version 1.0 André Hilbig, mail@andrehilbig.de
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license of (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is André Hilbig, mail@andrehilbig.de.
+%%
+%% This work consists of the files bewerbung.dtx and bewerbung.ins and the derived files bewerbung-cv-casual.sty, bewerbung-cv-classic.sty, bewerbung-cv-oldstyle.sty, bewerbung-cv.sty, bewerbung.sty, argetabelle.cls, bewerbung.cls, neueBewerbung.sh, config.inc, titlepage.inc.
+%%
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+%%lebenslaufStyle=classic,
+%% zusätzliche
+%% Farbdefinitionen:
+\NeedsTeXFormat{LaTeX2e}[1995/12/01]
+\ProvidesClass{argetabelle}[2015/07/08 v0.1 %
+ Klasse zur automatisierten Erstellen von Tabellen %
+zur Dokumentation der eigenen Bewerbungsversuche]
+\DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrartcl}}
+\ProcessOptions\relax
+\LoadClass[]{scrartcl}
+\RequirePackage[utf8]{inputenc}
+\RequirePackage[T1]{fontenc}
+\RequirePackage[ngerman]{babel}
+\RequirePackage[T1]{fontenc}
+\RequirePackage[utf8]{inputenc}
+\RequirePackage{marvosym}
+\RequirePackage[babel,german=guillemets]{csquotes}
+\RequirePackage[%
+left=1cm, %
+top=2.5cm, %
+bottom=1.5cm, %
+right=1cm %
+]{geometry}
+\RequirePackage{datatool}
+\RequirePackage[right]{eurosym}
+\RequirePackage{xspace}
+\RequirePackage{multicol}
+\RequirePackage{pdfpages}
+\RequirePackage{comment}
+\RequirePackage{xparse}
+\RequirePackage{longtable}
+\RequirePackage{booktabs}
+\RequirePackage{array}
+\RequirePackage{ragged2e}
+\newcolumntype{L}[1]{>{\raggedright\arraybackslash}p{#1}}
+\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}}
+\newcolumntype{R}[1]{>{\raggedleft\arraybackslash}p{#1}}
+\RequirePackage{bewerbung}
+\AtBeginDocument{
+\InputIfFileExists{config.inc}{}{%
+\@latex@warning@no@line{%
+Achtung die Datei config.inc ist nicht lesbar.}%
+}
+}
+\endinput
+%%
+%% End of file `argetabelle.cls'.
diff --git a/Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv-casual.sty b/Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv-casual.sty
new file mode 100644
index 00000000000..6687fbb899f
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv-casual.sty
@@ -0,0 +1,153 @@
+%%
+%% This is file `bewerbung-cv-casual.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% bewerbung.dtx (with options: `bewerbung-cv-casual.sty,package')
+%%
+%% bewerbung.dtx
+%% Copyright 2015-07-11:22:31:21 -- Version 1.0 André Hilbig, mail@andrehilbig.de
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license of (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is André Hilbig, mail@andrehilbig.de.
+%%
+%% This work consists of the files bewerbung.dtx and bewerbung.ins and the derived files bewerbung-cv-casual.sty, bewerbung-cv-classic.sty, bewerbung-cv-oldstyle.sty, bewerbung-cv.sty, bewerbung.sty, argetabelle.cls, bewerbung.cls, neueBewerbung.sh, config.inc, titlepage.inc.
+%%
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+%%lebenslaufStyle=classic,
+%% zusätzliche
+%% Farbdefinitionen:
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+\ProvidesPackage{bewerbung-cv-casual}
+ [2015/07/08 v0.1 theme für bewerbungen basiert auf komacv-casual]
+ %% this file is based on komacv-casual.sty from Salome Södergran
+ %% every change is marked by
+ %% %% ahilbig begin
+ %% CHANGE
+ %% %% ahilbig end
+\addtokomafont{firstnamefont}{\sffamily\fontsize{38}{40}}
+\addtokomafont{acadtitlefont}{\sffamily}
+\addtokomafont{addressfont}{\sffamily\small}
+\addtokomafont{hintfont}{\sffamily}
+\newsavebox\@fboxa
+\newsavebox\@fboxb
+\newcommand*\@sboxa[1]{\sbox\@fboxa{#1}}
+\newcommand*\@sboxb[1]{\sbox\@fboxb{#1}}
+\newcommand*\@uboxa{\usebox\@fboxa}
+\newcommand*\@uboxb{\usebox\@fboxb}
+\newcommand*\@flushf{\strut\@uboxa\@sboxa{}\@sboxb{}}
+\newcommand*\addtofooter[2][\@fsymbol]{%
+ \@sboxb{\@uboxa{}#1#2}%
+ \settowidth\@fboxwidth{\@uboxb}%
+ \ifdimgreater{\@footerwidth}{\@fboxwidth}{%
+ \@sboxa{\@uboxb}
+ }{%
+ \@flushf\\
+ \@sboxa{#2}
+ \@sboxb{#2}
+ }
+}
+\ifdimequal{\footerwidth}{0pt}{}{%
+\setlength\@footerwidth{\footerwidth}%
+}
+ \defpagestyle{footer}
+ {{}{}{}}% head definition (empty)
+ {% foot definition
+ {}{}% definition for twoside layout
+ {% definition for oneside layout
+ \hspace*{\fill}%
+ \parbox{\@footerwidth}{%
+ \centering%
+ \color{@addresscolor}\usekomafont{addressfont}%
+ \ifdefempty{\addressstreet}{}{%
+ \addtofooter[]{\@addresssymbol\addressstreet}%
+ \ifdefempty{\addresscity}{}{%
+ \addtofooter[~--~]{\addresscity}}}%
+ \ifdefempty{\mobile}{}{%
+ \addtofooter{\@mobilesymbol\mobile}}%
+ \ifdefempty{\phonenr}{}{%
+ \addtofooter{\@phonesymbol\phonenr}}
+ \ifdefempty{\faxnr}{}{%
+ \addtofooter{\@faxsymbol\faxnr}}%
+ \ifdefempty{\email}{}{%
+ \addtofooter{\@emailsymbol\emaillink{\email}}}
+ \ifdefempty{\homepage}{}{%
+ \addtofooter{\@homepagesymbol\httplink{\homepage}}}%
+ \ifdefempty{\extrainfo}{}{%
+ \addtofooter{\extrainfo}}\@flushf%
+ }% Ende parbox
+ \hspace*{\fill}%
+ \makebox[0pt][r]{\pagemark/\totalpagemark}
+ }% end definition onesided layout
+ }% end footer definition
+\providecommand\@cvtitlecasual{%
+\newbox{\@picbox}
+\savebox{\@picbox}{%
+ \ifundef{\@photoname}{}{% with picture:
+ \ifthenelse{%
+ \equal{\@photoframe}{frame} \OR
+ \equal{\@photoframe}{mframe}
+ }{% with frame:
+ \fcolorbox{@framecolor}{@framebackcolor}{%
+ \includegraphics[width=\@photowidth]{\@photoname}%
+ }% end fcolorbox
+ }{% without frame:
+ \includegraphics[width=\@photowidth]{\@photoname}%
+ }% end ifdefstring frame
+ }% end ifundef photoname
+}% end savebox picbox
+\settowidth\@titlepicwidth{\usebox{\@picbox}}
+\setlength\@titlenamewidth{\textwidth-\@titlesepwidth-\@titlepicwidth}
+ \usebox{\@picbox}%
+ \hspace*{\@titlesepwidth}%
+ \parbox[b]{\@titlenamewidth}{%
+\raggedleft{\firstnamestyle\firstname}%
+ ~{\familynamestyle\familyname}\\
+ \raggedleft\color{@firstnamecolor}\rule{%
+\@titlenamewidth}{.25ex}\par
+ }% end parbox
+ \vspace{\@aftertitlevspace}
+ %% optional acadtitle
+ \ifdefempty{\acadtitle}{}{%
+ \raggedleft\acadtitlestyle{\acadtitle}}\\[2.5em]%
+ %% optional quote
+ \ifdefempty{\cvquote}{}{%
+ {\centering
+ \begin{minipage}{\@quotewidth}%
+ \centering\quotestyle{\cvquote}
+ \end{minipage}\\[\@afterquotevspace]%
+ }
+ }%
+}% end @cvtitle-casual
+\AtBeginDocument{%
+ \thispagestyle{footer}
+} % end AtBeginDocument
+\renewcommand{\section}[1]{\@cvbarsection{#1}}
+\renewcommand{\subsection}[1]{\@cvbarsubsection{#1}}
+\endinput
+%%
+%% End of file `bewerbung-cv-casual.sty'.
diff --git a/Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv-classic.sty b/Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv-classic.sty
new file mode 100644
index 00000000000..08d7ea2f5ac
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv-classic.sty
@@ -0,0 +1,143 @@
+%%
+%% This is file `bewerbung-cv-classic.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% bewerbung.dtx (with options: `bewerbung-cv-classic.sty,package')
+%%
+%% bewerbung.dtx
+%% Copyright 2015-07-11:22:31:21 -- Version 1.0 André Hilbig, mail@andrehilbig.de
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license of (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is André Hilbig, mail@andrehilbig.de.
+%%
+%% This work consists of the files bewerbung.dtx and bewerbung.ins and the derived files bewerbung-cv-casual.sty, bewerbung-cv-classic.sty, bewerbung-cv-oldstyle.sty, bewerbung-cv.sty, bewerbung.sty, argetabelle.cls, bewerbung.cls, neueBewerbung.sh, config.inc, titlepage.inc.
+%%
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+%%lebenslaufStyle=classic,
+%% zusätzliche
+%% Farbdefinitionen:
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+\ProvidesPackage{bewerbung-cv-classic}
+ [2015/07/08 v0.1 theme für bewerbungen basiert auf komacv-classic]
+%% this file is based on komacv-classic.sty from Salome Södergran
+%% every change is marked by
+%% %% ahilbig begin
+%% CHANGE
+%% %% ahilbig end
+\addtokomafont{firstnamefont}{\sffamily}
+\addtokomafont{acadtitlefont}{\sffamily}
+\addtokomafont{addressfont}{\sffamily}
+\addtokomafont{hintfont}{\sffamily}
+\AtEndPreamble{%
+ %AtBeginDocument{
+ \ifdimequal{\mframepicshift}{0pt}{%
+ \setlength\@mframepicshift{.5\@photowidth+\@fboxextra}
+ }{%
+ \setlength\@mframepicshift{\mframepicshift}
+ }
+} % end AtBeginDocument
+\providecommand\@cvtitleclassic{%
+ %% set cs{@titlenamemaxwidth| to the full name length
+ %% , capped by cs{@titlenamemaxwidth|
+\setlength{\@titlenamemaxwidth}{.525\textwidth}
+\settowidth{\@titlenamefullwidth}{%
+\firstnamestyle{\firstname~}\familynamestyle{\familyname}}
+ \ifdimless{\@titlenamemaxwidth}{\@titlenamefullwidth}{%
+ \setlength{\@titlenamewidth}{\@titlenamemaxwidth}
+ }{%
+ \setlength{\@titlenamewidth}{\@titlenamefullwidth}
+ }
+\setlength{\@titledetailswidth}{%
+\textwidth-\@titlenamewidth-\@titlesepwidth}%
+\ifundef{\@photoname}{}{% else
+ \ifdefstring{\@photoframe}{frame}{%
+ \setlength{\@titledetailswidth}{%
+\@titledetailswidth-\@photowidth-2\@fboxextra}
+ }{% else
+ \ifdefstring{\@photoframe}{mframe}{%
+ \setlength{\@titledetailswidth}{%
+\@titledetailswidth-\@mframepicshift}%
+ }{}%
+}%
+}%
+ \begin{minipage}[b]{\@titlenamewidth}%
+%% ahilbig begin
+ \firstnamestyle{\firstname}\\ %
+ \familynamestyle{\familyname}%
+ \ifdefempty{\acadtitle}{}{%
+ \\[1.25em]\acadtitlestyle{\acadtitle}}%
+ \\[1.25em]\titlestyle{\lebenslaufTitel}%
+ \end{minipage}%
+ \begin{minipage}[b]{\@titledetailswidth}%
+ \raggedleft\addressstyle{%
+ \ifdefempty{\addressstreet}{}{%
+ \@titledetailsnewline%
+ \@addresssymbol\addressstreet%
+ \ifdefempty{\addresscity}{}{%
+ \@titledetailsnewline\addresscity}}%
+ \ifdefempty{\mobile}{}{%
+ \@titledetailsnewline\@mobilesymbol~\mobile}%
+ \ifdefempty{\phonenr}{}{%
+ \@titledetailsnewline\@phonesymbol~\phonenr}%
+ \ifdefempty{\faxnr}{}{%
+ \@titledetailsnewline\@faxsymbol~\faxnr}%
+ \ifdefempty{\email}{}{%
+ \@titledetailsnewline\@emailsymbol\emaillink{\email}}%
+ \ifdefempty{\homepage}{}{%
+ \@titledetailsnewline\@homepagesymbol\httplink{\homepage}}%
+ \ifdefempty{\extrainfo}{}{%
+ \@titledetailsnewline\extrainfo}%
+ }%
+%% ahilbig end
+ \end{minipage}%
+ \ifundef{\@photoname}{}{% with picture:
+ \hspace*{\@titlesepwidth}%
+ \ifthenelse{%
+ \equal{\@photoframe}{frame} \OR
+ \equal{\@photoframe}{mframe}
+ }{% with frame:
+ \begin{minipage}[b]{\@photowidth}%
+ \fcolorbox{@framecolor}{@framebackcolor}{%
+ \includegraphics[width=\@photowidth]{\@photoname}}%
+ \end{minipage}}{% without frame:
+ \begin{minipage}[b]{\@photowidth}
+ \includegraphics[width=\@photowidth]{\@photoname}
+ \end{minipage}}}
+\\[\@aftertitlevspace]
+ \ifundef{\cvquote}{}{%
+ \centering
+ \begin{minipage}{\@quotewidth}%
+ \centering\quotestyle{\cvquote}%
+ \end{minipage}\\[\@afterquotevspace]%
+ }%
+}
+\renewcommand*{\section}[1]{\@cvbarsection{#1}}
+\renewcommand{\subsection}[1]{\@cvbarsubsection{#1}}
+\endinput
+%%
+%% End of file `bewerbung-cv-classic.sty'.
diff --git a/Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv-oldstyle.sty b/Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv-oldstyle.sty
new file mode 100644
index 00000000000..7ce5e84d9e4
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv-oldstyle.sty
@@ -0,0 +1,174 @@
+%%
+%% This is file `bewerbung-cv-oldstyle.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% bewerbung.dtx (with options: `bewerbung-cv-oldstyle.sty,package')
+%%
+%% bewerbung.dtx
+%% Copyright 2015-07-11:22:31:21 -- Version 1.0 André Hilbig, mail@andrehilbig.de
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license of (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is André Hilbig, mail@andrehilbig.de.
+%%
+%% This work consists of the files bewerbung.dtx and bewerbung.ins and the derived files bewerbung-cv-casual.sty, bewerbung-cv-classic.sty, bewerbung-cv-oldstyle.sty, bewerbung-cv.sty, bewerbung.sty, argetabelle.cls, bewerbung.cls, neueBewerbung.sh, config.inc, titlepage.inc.
+%%
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+%%lebenslaufStyle=classic,
+%% zusätzliche
+%% Farbdefinitionen:
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+\ProvidesPackage{bewerbung-cv-oldstyle}
+ [2015/07/08 v0.1 theme für bewerbungen basiert auf komacv-oldstyle]
+%% this file is based on komacv-oldstyle.sty from Salome Södergran
+%% every change is marked by
+%% %% ahilbig begin
+%% CHANGE
+%% %% ahilbig end
+\KOMAoptions{DIV=15}
+\setlength{\hintscolwidth}{3cm}
+\addtokomafont{addressfont}{\small}
+\addtokomafont{hintfont}{\bfseries}
+\setkomafont{section}{\Large\bfseries\upshape}
+\setkomafont{subsection}{\large\bfseries\itshape}
+\colorlet{addresscolor}{gray}
+\renewcommand*{\listitemsymbol}{\labelitemi~}
+\renewcommand*{\addresssymbol}{}
+\renewcommand*{\mobilesymbol}{\textbf{M}~}
+\renewcommand*{\phonesymbol}{\textbf{T}~}
+\renewcommand*{\faxsymbol}{\textbf{F}~}
+\renewcommand*{\emailsymbol}{\textbf{E}~}
+\renewcommand*{\homepagesymbol}{}
+\setlength{\infocolwidth}{3.5cm}
+\setlength{\sepinfocolwidth}{2em}
+\providecommand\@infocontent{%
+ \ifdefempty{\addressstreet}{}{%
+ \@titledetailsnewline%
+ \@addresssymbol\addressstreet%
+ \ifdefempty{\addresscity}{}{%
+ \@titledetailsnewline\addresscity}}%
+ \ifdefempty{\mobile}{}{%
+ \@titledetailsnewline\@mobilesymbol~\mobile}%
+ \ifdefempty{\phonenr}{}{%
+ \@titledetailsnewline \@phonesymbol\phonenr}%
+ \ifdefempty{\faxnr}{}{%
+ \@titledetailsnewline\@faxsymbol\faxnr}%
+ \ifdefempty{\email}{}{%
+ \@titledetailsnewline\@emailsymbol\emaillink{\email}}%
+ \ifdefempty{\homepage}{}{%
+ \@titledetailsnewline\@homepagesymbol\httplink{\homepage}}%
+ \ifdefempty{\extrainfo}{}{%
+ \@titledetailsnewline\extrainfo}%
+} % end @infocontent
+ \providecommand{\@makeinfo}{%
+ \newbox{\@infobox}%
+ \savebox{\@infobox}{%
+ \parbox[b]{\@infocolwidth}{%
+ {\usekomafont{section}
+ \vspace*{1.6ex}
+ }
+ \raggedleft\addressstyle{%
+ \@infocontent%
+ }
+ }% end parbox
+ } % end savebox @infobox%
+ \newlength{\@infoheight}%
+ \setlength{\@infoheight}{%
+ \totalheightof{\usebox{\@infobox}}%
+ }%
+ \usebox{\@infobox}\vspace*{-\@infoheight}%
+ \par\nointerlineskip%
+ \vspace*{-\parskip}%
+ \vspace*{-\@aftersecvspace}
+ }% end \providecommand @makeinfo
+ \providecommand{\@cvtitleoldstyle}{%
+ \newbox{\@picbox}
+ \savebox{\@picbox}{%
+ \ifundef{\@photoname}{}{% with picture:
+ \ifthenelse{%
+ \equal{\@photoframe}{frame} \OR
+ \equal{\@photoframe}{mframe}
+ }{% with frame:
+ \fcolorbox{@framecolor}{@framebackcolor}{%
+ \includegraphics[width=\@photowidth]{\@photoname}%
+ }% end fcolorbox
+ }{% without frame:
+ \includegraphics[width=\@photowidth]{\@photoname}%
+ }% end ifdefstring frame
+ }% end ifundef photoname
+ }% end savebox picbox
+ \settowidth\@titlepicwidth{\usebox{\@picbox}}
+ \setlength\@titlenamewidth{%
+\textwidth-\@titlesepwidth-\@titlepicwidth}
+ \begin{minipage}[b]{\@titlenamewidth}%
+ \firstnamestyle{\firstname}\ %
+ \familynamestyle{\familyname}%
+ \ifdefempty{\acadtitle}{}{%
+ \\[1.25em]\acadtitlestyle{\acadtitle}}%
+ \end{minipage}%
+ \usebox{\@picbox}%
+ \\[\@aftertitlevspace]%
+ \ifdefempty{\cvquote}{}{%
+ {\centering%
+ \begin{minipage}{\@quotewidth}%
+ \centering\quotestyle{\cvquote}%
+ \end{minipage}\\[\@afterquotevspace]%
+ }%
+ }%
+ \@makeinfo
+\par
+\begin{addmargin}[\komacvinfocolextrawidth]{0pt}
+ } % end @cvtitleoldstyle
+\AtEndDocument{%
+\end{addmargin}
+}
+\renewcommand{\section}[1]{\@cvsimplesection{#1}}
+\renewcommand{\subsection}[1]{\@cvsimplesubsection{#1}}
+\renewcommand*{\cvitem}[3][\@afterelementsvspace]{%
+ \begin{tabular}{%
+ @{}p{\@maincolwidth}%
+ @{\hspace{\@sepcolwidth}}p{\@hintscolwidth}@{}%
+ }%
+ {#3} & \raggedright\hintstyle{#2}%
+ \end{tabular}\\[#1]%
+}
+\renewcommand*{\cvdoubleitem}[5][\@afterelementsvspace]{%
+ \cvitem[#1]{#4}{%
+ \begin{minipage}[t]{\@dbitemmaincolwidth}#3\end{minipage}%
+ \hspace*{\@sepcolwidth}%
+ \begin{minipage}[t]{\@hintscolwidth}%
+ \noindent\raggedleft\hintstyle{#2}
+ \end{minipage}%
+ \hspace*{\@sepcolwidth}%
+ \begin{minipage}[t]{\@dbitemmaincolwidth}%
+ \noindent #5
+ \end{minipage}%
+ }%
+}
+\endinput
+%%
+%% End of file `bewerbung-cv-oldstyle.sty'.
diff --git a/Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv.sty b/Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv.sty
new file mode 100644
index 00000000000..5ac4d672d87
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/bewerbung/bewerbung-cv.sty
@@ -0,0 +1,662 @@
+%%
+%% This is file `bewerbung-cv.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% bewerbung.dtx (with options: `bewerbung-cv.sty,package')
+%%
+%% bewerbung.dtx
+%% Copyright 2015-07-11:22:31:21 -- Version 1.0 André Hilbig, mail@andrehilbig.de
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license of (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is André Hilbig, mail@andrehilbig.de.
+%%
+%% This work consists of the files bewerbung.dtx and bewerbung.ins and the derived files bewerbung-cv-casual.sty, bewerbung-cv-classic.sty, bewerbung-cv-oldstyle.sty, bewerbung-cv.sty, bewerbung.sty, argetabelle.cls, bewerbung.cls, neueBewerbung.sh, config.inc, titlepage.inc.
+%%
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+%%lebenslaufStyle=classic,
+%% zusätzliche
+%% Farbdefinitionen:
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+\ProvidesPackage{bewerbung-cv}
+ [2015/07/08 v0.1 Importierung der Klasse koma-cv %
+ für bewerbungen]
+%% this file is based on komacv.cls from Salome Södergran
+%% every change is marked by
+%% %% ahilbig begin
+%% CHANGE
+%% %% ahilbig end
+\providecommand*\mycolor{blue}
+%% ahilbig begin
+%%\RequirePackage{ifthen,kvoptions,calc}
+%%\SetupKeyvalOptions{%
+%%family=komacv,%
+%%prefix=komacv@,%
+%%setkeys=\kvsetkeys%
+%%}
+%%\DeclareStringOption[mycolor]{color}[mycolor]
+%%\DeclareStringOption[x11names]{xcolor}[x11names]
+%%\DeclareStringOption[classic]{style}[classic]
+%%\DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrartcl}}
+%%\ProcessKeyvalOptions{komacv} % evaluate keyval options
+%%\ProcessOptions\relax % execute given options
+%% ahilbig end
+\RequirePackage[\ahbewerbung@lebenslaufXcolor]{xcolor}
+\RequirePackage{%
+ etoolbox,%
+ ifpdf,%
+ ifluatex,%
+ ifxetex,%
+ scrpage2,%
+ marvosym,%
+ array,%
+ graphicx,%
+ microtype,%
+ enumitem,
+ hyperref%
+}
+\definecolor{myblue}{rgb}{0.2,0.3,0.65}
+\colorlet{mycolor}{myblue}
+\AtEndPreamble{%
+ \renewcommand*\mycolor{\ahbewerbung@lebenslaufColor}
+ \colorlet{colortheme}{\mycolor}% specified in documentclass option
+ \@ifundefinedcolor{firstnamecolor}{%
+ \colorlet{@firstnamecolor}{black}}{%
+ \colorlet{@firstnamecolor}{firstnamecolor}}
+ \@ifundefinedcolor{familynamecolor}{%
+ \colorlet{@familynamecolor}{@firstnamecolor}}{%
+ \colorlet{@familynamecolor}{familynamecolor}}
+ \@ifundefinedcolor{acadtitlecolor}{%
+ \colorlet{@acadtitlecolor}{@firstnamecolor}}{%
+ \colorlet{@acadtitlecolor}{acadtitlecolor}}
+%% ahilbig begin
+ \@ifundefinedcolor{titlecolor}{%
+ \colorlet{@titlecolor}{@firstnamecolor}}{%
+ \colorlet{@titlecolor}{titlecolor}}
+%% ahilbig end
+ \@ifundefinedcolor{addresscolor}{%
+ \colorlet{@addresscolor}{@firstnamecolor}}{%
+ \colorlet{@addresscolor}{addresscolor}}
+%% ahilbig begin
+ \@ifundefinedcolor{urllinkcolor}{%
+ \colorlet{@urllinkcolor}{@addresscolor}}{%
+ \colorlet{@urllinkcolor}{urllinkcolor}}
+\hypersetup{urlcolor=@urllinkcolor}
+%% ahilbig end
+ \@ifundefinedcolor{quotecolor}{%
+ \colorlet{@quotecolor}{@firstnamecolor}}{%
+ \colorlet{@quotecolor}{quotecolor}}
+ \@ifundefinedcolor{secbarcolor}{%
+ \colorlet{@secbarcolor}{colortheme}}{%
+ \colorlet{@secbarcolor}{secbarcolor}}
+ \@ifundefinedcolor{seccolor}{%
+ \colorlet{@seccolor}{colortheme}}{%
+ \colorlet{@seccolor}{seccolor}}
+ \@ifundefinedcolor{subseccolor}{%
+ \colorlet{@subseccolor}{colortheme}}{%
+ \colorlet{@subseccolor}{subseccolor}}
+ \@ifundefinedcolor{hintcolor}{%
+ \colorlet{@hintcolor}{black}}{%
+ \colorlet{@hintcolor}{hintcolor}}
+ \@ifundefinedcolor{framecolor}{%
+ \colorlet{@framecolor}{colortheme}}{%
+ \colorlet{@framecolor}{framecolor}}
+ \@ifundefinedcolor{framebackcolor}{%
+ \colorlet{@framebackcolor}{white}}{%
+ \colorlet{@framebackcolor}{framebackcolor}}
+} % end AtEndPreamble
+\ifboolexpr{bool{xetex} or bool{luatex}}{%
+ \RequirePackage{fontspec}%
+}{%
+%% ahilbig begin
+ %\iffalse
+ %% \RequirePackage[utf8]{inputenc}
+ %% \RequirePackage[T1]{fontenc}%
+ %\fi
+%% ahilbig end
+}
+%% ahilbig begin
+\newkomafont{firstnamefont}{%fontsize{34}{36}
+\Huge\mdseries\upshape}
+%% ahilbig end
+\newkomafont{familynamefont}{\usekomafont{firstnamefont}}
+%% ahilbig begin
+%%\addtokomafont{familynamefont}{}
+%%\setkomafont{\namefont}{\Huge\sffamily\mdseries\upshape}%
+\newkomafont{titlefont}{\Large\sffamily\mdseries\itshape}
+%% ahilbig end
+\newkomafont{acadtitlefont}{\LARGE\mdseries\itshape}
+\newkomafont{addressfont}{\normalsize\mdseries\itshape}
+\newkomafont{quotefont}{\large\itshape}
+\newkomafont{hintfont}{}
+\newkomafont{linkfont}{}
+\newkomafont{httplinkfont}{}
+\newkomafont{emaillinkfont}{}
+\newkomafont{commentmainfont}{\bfseries} % in cvitemwithcomment
+\newkomafont{commentfont}{\footnotesize\itshape} % cvitemwidthcomment
+%% ahilbig begin:
+\newkomafont{section}{\LARGE\mdseries\upshape}
+\newkomafont{subsection}{\Large\mdseries\upshape}
+\newcommand{\section}[1]{}
+\newcommand{\subsection}[1]{}
+%% ahilbig end
+\setlength\parindent{0pt}
+\setlength\columnsep{10\p@}
+\setlength\columnseprule{0\p@}
+\newlength\@komacvtextwidth
+\newlength\@hintscolwidth
+\newlength\hintscolwidth
+\setlength\hintscolwidth{0pt}
+\newlength\@sepcolwidth
+\newlength\sepcolwidth
+\setlength\sepcolwidth{0pt}
+\newlength\@maincolwidth
+\newlength\maincolwidth
+\setlength\maincolwidth{0pt}
+\newlength\@quotewidth
+\newlength\quotewidth
+\setlength\quotewidth{0pt}
+\newlength\@dbitemmaincolwidth
+\newlength\dbitemmaincolwidth
+\setlength\dbitemmaincolwidth{0pt}
+\newlength\@listitemsymbolwidth
+\newlength\listitemsymbolwidth
+\setlength\listitemsymbolwidth{0pt}
+\newlength\@listitemmaincolwidth
+\newlength\listitemmaincolwidth
+\setlength\listitemmaincolwidth{0pt}
+\newlength\@listdbitemmaincolwidth
+\newlength\listdbitemmaincolwidth
+\setlength\listdbitemmaincolwidth{0pt}
+\newlength\@titlepicwidth
+\newlength\@titlesepwidth
+\setlength\@titlesepwidth{0pt}
+\newlength\titlesepwidth
+\setlength\titlesepwidth{0pt}
+\newlength\@mframepicshift
+\newlength\mframepicshift
+\setlength\mframepicshift{0pt}
+\newlength\@commentmainlength
+\newlength\@commentlength
+\newlength\@titlenamewidth
+\newlength\@titlenamemaxwidth
+\newlength\@titlenamefullwidth
+\newlength\@titledetailswidth
+\newlength\@infocolwidth
+\newlength\infocolwidth
+\setlength\infocolwidth{0pt}
+\newlength\@sepinfocolwidth
+\newlength\sepinfocolwidth
+\setlength\sepinfocolwidth{0pt}
+\newlength\komacvinfocolextrawidth % witout @ for use inside document
+\newlength\@footerwidth
+\setlength\@footerwidth{.6\textwidth}
+\newlength\@fboxwidth
+\newlength\footerwidth
+\setlength\footerwidth{0pt}
+\newlength\@aftertitlevspace
+\newlength\aftertitlevspace
+\setlength\aftertitlevspace{0pt}
+\newlength\@afterquotevspace
+\newlength\afterquotevspace
+\setlength\afterquotevspace{0pt}
+\newlength\@afterelementsvspace
+\newlength\afterelementsvspace
+\newlength\@beforesecvspace
+\newlength\beforesecvspace
+\setlength\beforesecvspace{0pt}
+\newlength\@aftersecvspace
+\newlength\aftersecvspace
+\setlength\aftersecvspace{0pt}
+\newlength\@beforesubsecvspace
+\newlength\beforesubsecvspace
+\setlength\beforesubsecvspace{0pt}
+\newlength\@aftersubsecvspace
+\newlength\aftersubsecvspace
+\setlength\aftersubsecvspace{0pt}
+\AtEndPreamble{%
+ \setlength{\@infocolwidth}{\infocolwidth}
+ \setlength{\@sepinfocolwidth}{\sepinfocolwidth}
+ \setlength\komacvinfocolextrawidth{\@infocolwidth+\@sepinfocolwidth}
+ \setlength\@komacvtextwidth{\textwidth-\komacvinfocolextrawidth}
+ \newlength\@fboxextra
+ \setlength\@fboxextra{\fboxsep+\fboxrule}
+ \ifdimequal{\hintscolwidth}{0pt}{%
+ \setlength\@hintscolwidth{.2\@komacvtextwidth}
+ }{%
+ \setlength{\@hintscolwidth}{\hintscolwidth}%
+ }
+ \ifdimequal{\sepcolwidth}{0pt}{%
+ \setlength\@sepcolwidth{2em}%
+ }{%
+ \setlength{\@sepcolwidth}{\sepcolwidth}%
+ }
+ \ifdimequal{\maincolwidth}{0pt}{%
+ \setlength{\@maincolwidth}{%
+\@komacvtextwidth-\@sepcolwidth-\@hintscolwidth}%
+ }{%
+ \setlength{\@maincolwidth}{\maincolwidth}%
+ }
+ \ifdimequal{\dbitemmaincolwidth}{0pt}{%
+ \setlength{\@dbitemmaincolwidth}{%
+ \@maincolwidth-\@hintscolwidth-2\@sepcolwidth}%
+ \setlength{\@dbitemmaincolwidth}{0.5\@dbitemmaincolwidth}%
+ }{%
+ \setlength{\@dbitemmaincolwidth}{\dbitemmaincolwidth}%
+ }
+ \ifdimequal{\listitemsymbolwidth}{0pt}{%
+ \settowidth{\@listitemsymbolwidth}{\listitemsymbol{}~}%
+ \setlength{\@listitemmaincolwidth}{%
+\@maincolwidth-\@listitemsymbolwidth}%
+ }{%
+ \setlength{\@listitemsymbolwidth}{\listitemsymbolwidth}%
+ }
+ \ifdimequal{\listdbitemmaincolwidth}{0pt}{%
+ \setlength{\@listdbitemmaincolwidth}{%
+\@maincolwidth-\@listitemsymbolwidth}%
+ \setlength{\@listdbitemmaincolwidth}{%
+0.475\@listdbitemmaincolwidth}%
+ }{%
+ \setlength{\@listdbitemmaincolwidth}{\listdbitemmaincolwidth}%
+ }
+ \ifdimequal{\quotewidth}{0pt}{%
+ \setlength{\@quotewidth}{0.65\textwidth}%
+ }{%
+ \setlength{\@quotewidth}{\quotewidth}%
+ }
+ \ifdimequal{\afterquotevspace}{0pt}{%
+ \setlength\@afterquotevspace{2\baselineskip}%
+ }{%
+ \setlength\@afterquotevspace{\afterquotevspace}%
+ }
+ \ifundef{\@photoname}{% without picture:
+ \setlength\@aftertitlevspace{\aftertitlevspace}
+ }{% with picture:
+ \ifthenelse{%
+ \equal{\@photoframe}{frame} \OR
+ \equal{\@photoframe}{mframe}
+ }{% with frame:
+ \ifdimequal{\aftertitlevspace}{0pt}{%
+ \setlength\@aftertitlevspace{1.5\@fboxextra}
+ }{%
+ \setlength\@aftertitlevspace{\aftertitlevspace}
+ }
+ }{% without frame:
+ \setlength\@aftertitlevspace{\aftertitlevspace}
+ }%
+ }%
+ \ifundef{\@photoname}{}{%
+ \ifdimequal{\titlesepwidth}{0pt}{%
+ \setlength\@titlesepwidth{\@sepcolwidth}
+ }{%
+ \setlength{\@titlesepwidth}{\titlesepwidth}
+ }
+ }
+ \ifdimequal{\afterelementsvspace}{0pt}{%
+ \setlength{\@afterelementsvspace}{0.25em}%
+ }{%
+ \setlength{\@afterelementsvspace}{\afterelementsvspace}%
+ }
+ \ifdimequal{\beforesecvspace}{0pt}{%
+ \setlength{\@beforesecvspace}{3.5ex \@plus -1ex \@minus -.2ex}%
+ }{%
+ \setlength{\@beforesecvspace}{\beforesecvspace}%
+ }
+ \ifdimequal{\aftersecvspace}{0pt}{%
+ \setlength{\@aftersecvspace}{2.3ex \@plus.2ex}%
+ }{%
+ \setlength{\@aftersecvspace}{\aftersecvspace}%
+ }
+ \ifdimequal{\beforesubsecvspace}{0pt}{%
+ \setlength{\@beforesubsecvspace}{%
+3.25ex\@plus -1ex \@minus -.2ex}%
+ }{
+ \setlength{\@beforesubsecvspace}{\beforesubsecvspace}%
+ }
+ \ifdimequal{\aftersubsecvspace}{0pt}{%
+ \setlength{\@aftersubsecvspace}{1.5ex \@plus .2ex}%
+ }{%
+ \setlength{\@aftersubsecvspace}{\aftersubsecvspace}%
+ }
+} % end AtEndPreamble
+\providecommand*\@addresssymbol{}
+\providecommand*\addresssymbol{}
+\providecommand*\@mobilesymbol{\Mobilefone~}
+\providecommand*\mobilesymbol{}
+\providecommand*\@phonesymbol{\Telefon~}
+\providecommand*\phonesymbol{}
+\providecommand*\@faxsymbol{\FAX~}
+\providecommand*\faxsymbol{}
+\providecommand*\@emailsymbol{\Letter~}
+\providecommand*\emailsymbol{}
+\providecommand*\@homepagesymbol{}
+\providecommand*\homepagesymbol{}
+\providecommand*\@fsymbol{~~~\textbullet~~~}
+\providecommand*\fsymbol{}
+\providecommand*\@listitemsymbol{\textcolor{colortheme}{\Neutral}~}
+\providecommand*\listitemsymbol{}
+\AtEndPreamble{%
+ \ifdefempty{\addresssymbol}{}{%
+\renewcommand*\@addresssymbol{\addresssymbol}
+}
+ \ifdefempty{\mobilesymbol}{}{%
+\renewcommand*\@mobilesymbol{\mobilesymbol}
+}
+ \ifdefempty{\phonesymbol}{}{%
+\renewcommand*\@phonesymbol{\phonesymbol}
+}
+ \ifdefempty{\faxsymbol}{}{%
+\renewcommand*\@faxsymbol{\faxsymbol}
+}
+ \ifdefempty{\emailsymbol}{}{%
+\renewcommand*\@emailsymbol{\emailsymbol}
+}
+ \ifdefempty{\homepagesymbol}{}{%
+\renewcommand*\@homepagesymbol{\homepagesymbol}
+}
+ \ifdefempty{\fsymbol}{}{%
+\renewcommand*\@fsymbol{\fsymbol}
+}
+ \ifdefempty{\listitemsymbol}{}{%
+\renewcommand*\@listitemsymbol{\listitemsymbol}
+}
+} % end AtEndPreamble
+\providecommand*{\firstname}{}
+\providecommand*{\familyname}{}
+\providecommand*{\acadtitle}{}
+\providecommand*{\addressstreet}{}
+\providecommand*{\addresscity}{}
+\providecommand*{\address}[2]{\addressstreet{#1}\addresscity{#2}}
+\providecommand*{\mobile}{}
+\providecommand*{\phonenr}{}
+\providecommand*{\faxnr}{}
+\providecommand*{\email}{}
+\providecommand*{\homepage}{}
+\providecommand*{\extrainfo}{}
+\providecommand*{\cvquote}{}
+\newlist{compactitem}{itemize}{3}
+\newlist{compactenum}{enumerate}{3}
+\newlist{compactdesc}{description}{3}
+\setlist[compactitem,compactenum,compactdesc]{%
+ topsep=0pt,%
+ partopsep=0pt,%
+ itemsep=0pt,%
+ parsep=0pt,%
+ leftmargin=*%
+} % end setlist
+\AtEndPreamble{%
+\setlist[compactitem,1]{label=\@listitemsymbol}
+\setlist[compactitem,2]{label={\textcolor{colortheme}\textendash}}
+\setlist[compactitem,3]{label={%
+\textcolor{colortheme}\textperiodcentered}}
+\setlist[compactenum,1]{label={\textcolor{colortheme}{\arabic*.}}}
+\setlist[compactenum,2]{label={\textcolor{colortheme}{\alph*.}}}
+\setlist[compactenum,3]{label={\textcolor{colortheme}{\roman*.}}}
+} % end AtEndPreamble
+\newlength\@photowidth
+\providecommand{\photo}[3][]{%
+ \providecommand{\@photoframe}{#1}%
+ \setlength{\@photowidth}{#2}%
+ \providecommand{\@photoname}{#3}}
+\newif\if@firstdetailselement\@firstdetailselementtrue
+\providecommand*{\@titledetailsnewline}{
+ \if@firstdetailselement%
+ \@firstdetailselementfalse%
+ \else%
+ \\[.4ex]
+ \fi%
+}
+%% ahilbig begin
+\renewcommand\maketitle{%
+\csexpandonce{@cvtitle\ahbewerbung@lebenslaufStyle}}
+%% ahilbig end
+\RequirePackage{lastpage}
+\providecommand*{\totalpagemark}{% page and pagetotal
+\usekomafont{pagenumber}\pageref{LastPage}%
+}
+ \newcommand*{\firstnamestyle}[1]{{%
+ \usekomafont{firstnamefont}%
+ \textcolor{@firstnamecolor}{#1}}}
+ \newcommand*{\familynamestyle}[1]{{%
+ \usekomafont{familynamefont}%
+ \textcolor{@familynamecolor}{#1}}}
+ \newcommand*{\acadtitlestyle}[1]{{%
+ \usekomafont{acadtitlefont}%
+ \textcolor{@acadtitlecolor}{#1}}}
+%% ahilbig begin
+ \newcommand*{\titlestyle}[1]{{%
+ \usekomafont{titlefont}%
+ \textcolor{@titlecolor}{#1}}}
+%% ahilbig end
+ \newcommand*{\addressstyle}[1]{{%
+ \usekomafont{addressfont}%
+ \textcolor{@addresscolor}{#1}}}
+ \newcommand*{\quotestyle}[1]{{%
+ \usekomafont{quotefont}%
+ \textcolor{@quotecolor}{#1}}}
+ \newcommand*{\hintstyle}[1]{{%
+ \usekomafont{hintfont}%
+ \textcolor{@hintcolor}{#1}}}
+ \newcommand*{\sectionstyle}[1]{%
+ \usekomafont{section}%
+ \textcolor{@seccolor}{#1}}
+ \newcommand*{\subsectionstyle}[1]{%
+ \usekomafont{subsection}%
+ \textcolor{@subseccolor}{#1}}
+\providecommand*{\cvitem}[3][\@afterelementsvspace]{%
+ \begin{tabular}{%
+ @{}p{\@hintscolwidth}%
+ @{\hspace{\@sepcolwidth}}p{\@maincolwidth}@{}%
+ }%
+ \raggedleft\hintstyle{#2} &{#3}%
+ \end{tabular}\\[#1]%
+}
+\providecommand*{\cvdoubleitem}[5][\@afterelementsvspace]{%
+ \cvitem[#1]{#2}{%
+ \begin{minipage}[t]{\@dbitemmaincolwidth}#3\end{minipage}%
+ \hspace*{\@sepcolwidth}%
+ \begin{minipage}[t]{\@hintscolwidth}%
+ \noindent\raggedleft\hintstyle{#4}
+ \end{minipage}%
+ \hspace*{\@sepcolwidth}%
+ \begin{minipage}[t]{\@dbitemmaincolwidth}%
+ \noindent #5
+ \end{minipage}%
+ }%
+}
+\providecommand*{\cvlistitem}[2][\@afterelementsvspace]{%
+ \cvitem[#1]{}{%
+ \@listitemsymbol%
+ \begin{minipage}[t]{\@listitemmaincolwidth}%
+ #2%
+ \end{minipage}%
+ }%
+ }
+\providecommand*{\cvlistdoubleitem}[3][\@afterelementsvspace]{%
+ \cvitem[#1]{}{%
+ \@listitemsymbol%
+ \begin{minipage}[t]{\@listdbitemmaincolwidth}%
+ #2%
+ \end{minipage}%
+ \hspace*{\@sepcolwidth}
+ \ifstrempty{#3}{}{%
+ \@listitemsymbol%
+ \begin{minipage}[t]{\@listdbitemmaincolwidth}%
+ #3%
+ \end{minipage}
+ }%
+ }%
+}
+\providecommand*{\cventry}[7][\@afterelementsvspace]{%
+ \cvitem[#1]{#2}{%
+ {\bfseries#3}%
+ \ifstrempty{#4}{}{, {\itshape#4}}%
+ \ifstrempty{#5}{}{, #5}%
+ \ifstrempty{#6}{}{, #6}%
+ .%
+ \ifx&#7&%
+ \else{%
+ \newline{}\begin{minipage}[t]{\linewidth}%
+ \small#7%
+ \end{minipage}%
+ }%
+ \fi%
+ }%
+}
+%% ahilbig begin
+\providecommand{\cvlanguage}[3]{
+\cvitemwithcomment{#1}{#2}{#3}
+}
+%% ahilbig end
+\newbox{\@commentmainbox}
+\providecommand*{\cvitemwithcomment}[4][\@afterelementsvspace]{%
+ \savebox{\@commentmainbox}{{\usekomafont{commentmainfont}#3}}%
+ \settowidth\@commentmainlength{\usebox{\@commentmainbox}}%
+ \setlength{\@commentlength}{%
+ \@maincolwidth-\@sepcolwidth-\@commentmainlength%
+ }%
+ \cvitem[#1]{#2}{%
+ \begin{minipage}[t]{\@commentmainlength}%
+ \usekomafont{commentmainfont} #3%
+ \end{minipage}%
+ \hfill%
+ \begin{minipage}[t]{\@commentlength}%
+ \raggedleft\usekomafont{commentfont} #4%
+ \end{minipage}%
+ }%
+}
+ \providecommand*{\link}[2][]{%
+ \ifstrempty{#1}{%
+ \href{#2}{\usekomafont{linkfont}#2}}{%
+ \href{#2}{\usekomafont{linkfont}#1}}%
+ }
+ \providecommand*{\httplink}[2][]{%
+ \ifstrempty{#1}{%
+ \href{http://#2}{\usekomafont{httplinkfont}#2}}{%
+ \href{http://#2}{\usekomafont{httplinkfont}#1}}%
+ }
+ \providecommand*{\emaillink}[2][]{%
+ \ifstrempty{#1}{%
+\href{mailto:#2}{\usekomafont{emaillinkfont}#2}}{%
+\href{mailto:#2}{\usekomafont{emaillinkfont}#1}}%
+ }
+\providecommand\origsection{}
+\let\origsection\section
+\providecommand\origsubsection{}
+\let\origsubsection\subsection
+\providecommand\@cvsimplesection[1]{%
+ \origsection*{\sectionstyle{#1}}
+}
+\providecommand\@cvsimplesubsection[1]{%
+ \origsubsection*{\subsectionstyle{#1}}
+}
+\providecommand\@cvbarsection[1]{%
+%% ahilbig begin
+\vspace{0.75em}
+%% ahilbig end
+ \origsection*{
+ \phantomsection{}% reset the anchor for hyperrefs
+ \addcontentsline{toc}{section}{#1}%
+ \cvitem[0pt]{%
+ \raggedleft\hintstyle{\color{@secbarcolor}%
+ \rule{\@hintscolwidth}{1ex}}%
+%% ahilbig begin
+}{\sectionstyle{#1}\vspace{0.4em}}
+%% ahilbig end
+ }% end origsection
+} % end cvbarsection
+\providecommand\@cvbarsubsection[1]{%
+ \origsubsection*{
+ \cvitem[0pt]{}{\subsectionstyle{#1}}
+ }%
+}
+\hypersetup{
+ breaklinks,
+ unicode,
+%% ahilbig begin
+ colorlinks = true,
+%% ahilbig end
+ pdfborder = {0 0 .3},
+ pdfstartview = FitH,
+ pdfstartpage = 1,
+ pdfcreator = \LaTeX{},
+ pdfproducer = \LaTeX{}
+}
+\urlstyle{same}
+\providecommand*\@citebordercolor{}
+\providecommand*\citebordercolor{\@citebordercolor}
+\providecommand*\@filebordercolor{}
+\providecommand*\filebordercolor{\@filebordercolor}
+\providecommand*\@linkbordercolor{}
+\providecommand*\linkbordercolor{\@linkbordercolor}
+\providecommand*\@menubordercolor{}
+\providecommand*\menubordercolor{\@menubordercolor}
+\providecommand*\@runbordercolor{}
+\providecommand*\runbordercolor{\@runbordercolor}
+\providecommand*\@urlbordercolor{}
+\providecommand*\urlbordercolor{\@urlbordercolor}
+\providecommand*\allbordercolors{}
+\providecommand*\pdfauthor{}
+\providecommand*\pdfsubject{}
+\providecommand*\pdftitle{}
+\providecommand*\pdfkeywords{}
+\AtEndPreamble{%
+\providecommand*\@allbordercolors{colortheme}
+\ifdefempty{\allbordercolors}{}{%
+\renewcommand*\@allbordercolors{\allbordercolors}}
+\providecommand*\@pdfauthor{\firstname~\familyname}
+\ifdefempty{\pdfauthor}{}{\renewcommand*\@pdfauthor{\pdfauthor}}
+\providecommand*\@pdfsubject{\firstname~\familyname}
+\providecommand*\pdfsubject{\@pdfsubject}
+\providecommand*\@pdftitle{\title~\firstname~\familyname}
+\providecommand*\pdftitle{\@pdftitle}
+\providecommand*\@pdfkeywords{%
+\firstname~\familyname{} curriculum~vit\ae{} CV{}}
+\providecommand*\pdfkeywords{\@pdfkeywords}
+ \hypersetup{%
+ allbordercolors = \@allbordercolors,
+ citebordercolor = \citebordercolor,
+ filebordercolor = \filebordercolor,
+ linkbordercolor = \linkbordercolor,
+ menubordercolor = \menubordercolor,
+ runbordercolor = \runbordercolor,
+ urlbordercolor = \urlbordercolor,
+ pdfauthor = \@pdfauthor,
+ pdfsubject = \pdfsubject,
+ pdftitle = \pdftitle,
+ pdfkeywords = \pdfkeywords,
+ }
+} % end AtEndPreamble
+\AtBeginDocument{%
+ \raggedbottom
+} % End AtBeginDocument
+%% ahilbig begin
+%%\clearscrheadfoot
+\RequirePackage{bewerbung-cv-\ahbewerbung@lebenslaufStyle}
+\endinput
+%%
+%% End of file `bewerbung-cv.sty'.
diff --git a/Master/texmf-dist/tex/latex/bewerbung/bewerbung.cls b/Master/texmf-dist/tex/latex/bewerbung/bewerbung.cls
new file mode 100644
index 00000000000..19caef25638
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/bewerbung/bewerbung.cls
@@ -0,0 +1,109 @@
+%%
+%% This is file `bewerbung.cls',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% bewerbung.dtx (with options: `bewerbung.cls,package')
+%%
+%% bewerbung.dtx
+%% Copyright 2015-07-11:22:31:21 -- Version 1.0 André Hilbig, mail@andrehilbig.de
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license of (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is André Hilbig, mail@andrehilbig.de.
+%%
+%% This work consists of the files bewerbung.dtx and bewerbung.ins and the derived files bewerbung-cv-casual.sty, bewerbung-cv-classic.sty, bewerbung-cv-oldstyle.sty, bewerbung-cv.sty, bewerbung.sty, argetabelle.cls, bewerbung.cls, neueBewerbung.sh, config.inc, titlepage.inc.
+%%
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+%%lebenslaufStyle=classic,
+%% zusätzliche
+%% Farbdefinitionen:
+\NeedsTeXFormat{LaTeX2e}[1995/12/01]
+\ProvidesClass{bewerbung}[2015/07/08 v0.1 %
+ Klasse zur Erstellung von Bewerbungsschreiben]
+\RequirePackage{ifthen,kvoptions,calc}
+\SetupKeyvalOptions{%
+family=ahbewerbung,%
+prefix=ahbewerbung@,%
+setkeys=\kvsetkeys%
+}
+%%
+%% for komacv are some color options available, that %
+%% needed to get passed to the new cv package
+%% ALL OPTIONS ARE CHANGED TO THE IDENTIFIER ahbewerbung
+%%
+\DeclareStringOption[mycolor]{lebenslaufColor}[mycolor]
+\DeclareStringOption[x11names]{lebenslaufXcolor}[x11names]
+\DeclareStringOption[classic]{lebenslaufStyle}[classic]
+\DeclareStringOption[anschrift.csv]{anschrift}[anschrift.csv]
+\DeclareBoolOption{idPlain}
+\ProcessKeyvalOptions{ahbewerbung} % evaluate keyval options
+\DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrlttr2}}
+\ProcessOptions\relax
+\LoadClass[
+DIN, pagenumber=botright, backaddress=true, parskip=half,%
+fromalign=left, fromemail=true, fromfax=true, %
+fromphone=true, fromurl=false, fromalign=right, %
+fromlogo=false, fromrule=true, foldmarks=true, %
+paper=a4, fontsize=10pt,enlargefirstpage=true, firstfoot=false
+]{scrlttr2}
+\RequirePackage[utf8]{inputenc}
+\RequirePackage[T1]{fontenc}
+\RequirePackage[ngerman]{babel}
+\RequirePackage[T1]{fontenc}
+\RequirePackage[utf8]{inputenc}
+\RequirePackage{marvosym}
+\RequirePackage[%
+%% xcolor=\ahbewerbung@lebenslaufXcolor,%
+%% color=\ahbewerbung@lebenslaufColor,%
+%% style=\ahbewerbung@lebenslaufStyle,%
+]{bewerbung-cv}
+\RequirePackage[babel,german=guillemets]{csquotes}
+\RequirePackage[top=2.5cm]{geometry}
+\RequirePackage{datatool}
+\RequirePackage[right]{eurosym}
+\RequirePackage{xspace}
+\RequirePackage{multicol}
+\RequirePackage{pdfpages}
+\RequirePackage{comment}
+\RequirePackage{xparse}
+\RequirePackage{bewerbung}
+\AtBeginDocument{%
+\hypersetup{colorlinks=true}
+\InputIfFileExists{config.inc}{}{%
+\@latex@warning@no@line{%
+Achtung die Datei config.inc ist nicht lesbar.}%
+}
+\getBewerbung[\ahbewerbung@anschrift]
+\runKomaVar
+\InputIfFileExists{titlepage.inc}{}{%
+\@latex@warning@no@line{%
+Achtung die Datei titlepage.inc ist nicht lesbar.}%
+}
+}
+\endinput
+%%
+%% End of file `bewerbung.cls'.
diff --git a/Master/texmf-dist/tex/latex/bewerbung/bewerbung.sty b/Master/texmf-dist/tex/latex/bewerbung/bewerbung.sty
new file mode 100644
index 00000000000..411609744e9
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/bewerbung/bewerbung.sty
@@ -0,0 +1,304 @@
+%%
+%% This is file `bewerbung.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% bewerbung.dtx (with options: `bewerbung.sty,package')
+%%
+%% bewerbung.dtx
+%% Copyright 2015-07-11:22:31:21 -- Version 1.0 André Hilbig, mail@andrehilbig.de
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license of (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is André Hilbig, mail@andrehilbig.de.
+%%
+%% This work consists of the files bewerbung.dtx and bewerbung.ins and the derived files bewerbung-cv-casual.sty, bewerbung-cv-classic.sty, bewerbung-cv-oldstyle.sty, bewerbung-cv.sty, bewerbung.sty, argetabelle.cls, bewerbung.cls, neueBewerbung.sh, config.inc, titlepage.inc.
+%%
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+%%lebenslaufStyle=classic,
+%% zusätzliche
+%% Farbdefinitionen:
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+\ProvidesPackage{bewerbung}
+ [2015/07/08 v0.1 makros zum setzen der bewerbung]
+\providecommand{\name}{}
+\providecommand{\Name}[1]{\renewcommand{\name}{#1}}
+\providecommand{\vorname}{}
+\providecommand{\Vorname}[1]{\renewcommand{\vorname}{#1}}
+\providecommand{\fullname}[1][n]{%
+\ifthenelse{\equal{#1}{n}}{%
+\vorname\xspace\name
+}{%
+\name, \vorname
+}
+}
+\providecommand{\street}{}
+\providecommand{\Street}[1]{\renewcommand{\street}{#1}}
+\providecommand{\plz}{}
+\providecommand{\Plz}[1]{\renewcommand{\plz}{#1}}
+\providecommand{\stadt}{}
+\providecommand{\Stadt}[1]{\renewcommand{\stadt}{#1}}
+\providecommand{\anschrift}[1][n]{%
+\ifthenelse{\equal{#1}{n}}{%
+\street\\%
+\plz\xspace\stadt%
+}{%
+\street, \plz\xspace\stadt%
+}%
+}
+\providecommand{\meinBeruf}{}
+\providecommand{\meinberuf}{\meinBeruf}
+\providecommand{\MeinBeruf}[1]{\renewcommand{\meinBeruf}{#1}}
+\providecommand{\gebDatum}{}
+\providecommand{\GebDatum}[1]{\renewcommand{\gebDatum}{#1}}
+\providecommand{\sta}{}
+\providecommand{\Sta}[1]{\renewcommand{\sta}{#1}}
+\providecommand{\email}{}
+\providecommand{\EMail}[1]{\renewcommand{\email}{#1}}
+\providecommand{\tel}{}
+\providecommand{\Tel}[1]{\renewcommand{\tel}{#1}}
+\providecommand{\mobile}{}
+\providecommand{\Mobile}[1]{\renewcommand{\mobile}{#1}}
+\ProvideDocumentCommand{\anhang}{o}{%
+\IfNoValueTF{#1}{%
+Curriculum Vitae.\anhangTmpFlat
+}{%
+\item Anschreiben
+\item Curriculum Vitae
+\anhangTmpList
+}
+}
+\providecommand{\anhangTmpFlat}{}
+\providecommand{\anhangTmpList}{}
+\providecommand{\Anhang}[2]{%
+\renewcommand{\anhangTmpFlat}{\\ #1}
+\renewcommand{\anhangTmpList}{#2}
+}
+\providecommand{\todayOrt}{\stadt}
+\providecommand{\TodayOrt}[1]{\renewcommand{\todayOrt}{#1}}
+\providecommand{\todayTime}{\today}
+\providecommand{\TodayTime}[1]{\renewcommand{\todayTime}{#1}}
+\providecommand{\lebenslaufTitel}{Curriculum Vitae}
+\providecommand{\LebenslaufTitel}[1]{%
+\renewcommand{\lebenslaufTitel}{#1}}
+\providecommand{\firma}{a}
+\providecommand{\firmaAnrede}{a}
+\providecommand{\firmaName}{a}
+\providecommand{\firmaStreet}{a}
+\providecommand{\firmaPlz}{a}
+\providecommand{\firmaStadt}{a}
+\providecommand{\beruf}{a}
+\providecommand{\setzekomma}{,}
+\providecommand{\bewerbungKW}{}
+\providecommand{\BewerbungKW}[1]{%
+\renewcommand{\bewerbungKW}{#1}}%
+\providecommand{\bewerbungDatum}{}
+\providecommand{\BewerbungDatum}[1]{%
+\renewcommand{\bewerbungDatum}{#1}%
+}
+\providecommand{\bewerbungFirma}{}
+\providecommand{\BewerbungFirma}[1]{%
+\renewcommand{\bewerbungFirma}{#1}%
+}
+\providecommand{\bewerbungFirmaAnrede}{}
+\providecommand{\BewerbungFirmaAnrede}[1]{%
+\renewcommand{\bewerbungAnrede}{#1}%
+}
+\providecommand{\bewerbungFirmaName}{}
+\providecommand{\BewerbungFirmaName}[1]{%
+\renewcommand{\bewerbungName}{#1}%
+}
+\providecommand{\bewerbungFirmaStr}{}
+\providecommand{\BewerbungFirmaStr}[1]{%
+\renewcommand{\bewerbungFirmaStr}{#1}%
+}
+\providecommand{\bewerbungFirmaPlz}{}
+\providecommand{\BewerbungFirmaPlz}[1]{%
+\renewcommand{\bewerbungPlz}{#1}%
+}
+\providecommand{\bewerbungFirmaOrt}{}
+\providecommand{\BewerbungFirmaOrt}[1]{%
+\renewcommand{\bewerbungOrt}{#1}%
+}
+\providecommand{\bewerbungStelle}{}
+\providecommand{\BewerbungStelle}[1]{%
+\renewcommand{\bewerbungStelle}{#1}%
+}
+\providecommand{\bewerbungRueckmeldung}{}
+\providecommand{\BewerbungRueckmeldung}[1]{%
+\renewcommand{\bewerbungRueckmeldung}{#1}%
+}
+\providecommand{\bewerbungSonstiges}{}
+\providecommand{\BewerbungSonstiges}[1]{%
+\renewcommand{\bewerbungSonstiges}{#1}%
+}
+\RequirePackage{datatool}
+\providecommand{\id}{}
+\providecommand{\ID}[1]{\renewcommand{\id}{#1}}
+\providecommand{\getBewerbung}[1][anschrift.csv]{
+\IfFileExists{#1}{%
+\DTLloaddb[
+]{anschrift}{#1}
+\ifahbewerbung@idPlain
+\edtlgetrowforvalue{anschrift}{1}{\id}
+\else
+\dtlgetrow{anschrift}{\id}
+\fi
+\dtlgetentryfromcurrentrow{\bewerbungKW}{2}
+\dtlgetentryfromcurrentrow{\bewerbungDatum}{3}
+\dtlgetentryfromcurrentrow{\bewerbungFirma}{4}
+\dtlgetentryfromcurrentrow{\bewerbungFirmaAnrede}{5}
+\dtlgetentryfromcurrentrow{\bewerbungFirmaName}{6}
+\dtlgetentryfromcurrentrow{\bewerbungFirmaStr}{7}
+\dtlgetentryfromcurrentrow{\bewerbungFirmaPlz}{8}
+\dtlgetentryfromcurrentrow{\bewerbungFirmaOrt}{9}
+\dtlgetentryfromcurrentrow{\bewerbungStelle}{10}
+\dtlgetentryfromcurrentrow{\bewerbungRueckmeldung}{11}
+\dtlgetentryfromcurrentrow{\bewerbungSonstiges}{12}
+}{%
+\@latex@warning@no@line{Achtung die Datei #1 ist nicht lesbar.}
+}
+}
+\providecommand{\runKomaVar}{
+\setkomavar{fromname}{\fullname}
+\setkomavar{fromaddress}{\street\\\plz\xspace\stadt}
+\setkomavar{fromphone}[\Telefon\enskip]{\tel}
+\setkomavar{fromfax}[\Mobilefone\enskip]{\mobile}
+\setkomavar{fromemail}[\Letter\enskip]{\email}
+\setkomavar{signature}{\vorname\xspace\name}
+\setkomavar{subject}{Bewerbung als \bewerbungStelle}
+\renewcommand*{\raggedsignature}{}
+%% \renewcommand*{\title}{\}% PDF metadata
+\renewcommand*{\firstname}{\vorname}
+\renewcommand*{\familyname}{\name}
+%% \renewcommand*{\acadtitle}{}
+\renewcommand*{\addressstreet}{\street}
+\renewcommand*{\addresscity}{\plz\xspace\stadt}
+\renewcommand*{\address}{\street\\\plz\xspace\stadt}
+\renewcommand*{\phonenr}{\tel}
+%% \renewcommand*{\extrainfo}{Some extra info}
+
+}
+\ProvideDocumentEnvironment{titlepage}{}{%
+\thispagestyle{empty}
+\newgeometry{top=4cm,left=3cm,right=2.5cm,bottom=2cm}
+}{
+\clearpage
+\restoregeometry
+}
+\ProvideDocumentEnvironment{anschreiben}{oo}{%
+\begin{letter}{%
+\bewerbungFirma\\
+\bewerbungFirmaAnrede\xspace\bewerbungFirmaName\\
+\bewerbungFirmaStr\\
+\bewerbungFirmaPlz\xspace\bewerbungFirmaOrt
+}
+\IfNoValueF{#2}{\enlargethispage{#2}}
+\newcommand{\geehrt}{#1}
+\ifthenelse{\equal{\bewerbungFirmaAnrede}{Frau}}{
+\renewcommand{\geehrt}{geehrte}
+}{}
+\ifthenelse{\equal{\bewerbungFirmaAnrede}{Herr}}{
+\renewcommand{\geehrt}{geehrter}
+}{}
+\opening{Sehr \geehrt %
+\bewerbungFirmaAnrede\xspace\bewerbungFirmaName,
+}
+}{
+\closing{Mit freundlichen Grüßen}
+%%\signature{}
+\encl{%
+\anhang
+}
+\end{letter}
+}
+\ProvideDocumentEnvironment{lebenslauf}{oo}{
+\clearpage
+\newgeometry{top=2.5cm,left=3cm,right=2.5cm,bottom=3cm}
+\pagestyle{empty}
+\ifthenelse{\equal{#1}{none}}{\renewcommand{\@listitemsymbol}{}}{}
+%%\clearscrheadfoot
+%%\ifoot{CV~\firstname~\familyname}
+%%\ofoot{n}
+}{
+\vfill
+\begin{raggedright}
+\begin{tabular}{p{\textwidth}}
+\fullname\\
+\todayOrt, \todayTime
+\end{tabular}
+\end{raggedright}
+\IfNoValueF{#2}{%
+\newpage
+#2
+}
+\restoregeometry
+}
+\providecommand{\makePerson}{
+\section{Persönliche Angaben}
+\cvitem{Name}{\fullname}
+\cvitem{Anschrift}{\anschrift[k]}
+\cvitem{StA}{\sta}
+\cvitem{Geburtsdatum}{\gebDatum}
+%%\cvitem{Konfession}{}
+%%\cvitem{Familienstand}{}
+\cvitem{Beruf}{\meinBeruf}
+}
+\providecommand{\argetabelle}[1][anschrift.csv]{
+\IfFileExists{#1}{%
+\DTLloaddb{anschrift}{anschrift.csv}
+\begin{longtable}{rrL{6cm}L{3cm}L{4cm}}
+ \toprule
+ \multicolumn{1}{l}{\textbf{KW}} & %
+\multicolumn{1}{l}{\textbf{Datum}} & \textbf{Arbeitgeber} & %
+ \textbf{Stelle} & \textbf{Rückmeldung} \\\midrule
+ \endfirsthead
+ \toprule
+ \multicolumn{5}{r}{Fortsetzung\ldots}\\\toprule
+ \multicolumn{1}{l}{\textbf{KW}} & %
+ \multicolumn{1}{l}{\textbf{Datum}} & \textbf{Arbeitgeber} & %
+ {Stelle} & \textbf{Rückmeldung} \\\midrule
+ \endhead
+ \midrule\multicolumn{5}{r}{%
+ Fortsetzung auf der nächsten Seite\ldots}\\\bottomrule
+ \endfoot
+ \bottomrule
+\endlastfoot
+ \DTLforeach{anschrift}{%
+ \kw=KW,\datum=Datum,\firma=Firma,\firmaanrede=FirmaAnrede,%
+ \firmaname=FirmaName,\str=Str,\plz=PLZ,\ort=Ort,%
+ \stelle=Stelle,\rueckmeldung=Rueckmeldung}{%
+ \\
+ \kw & \datum & \firma\newline\firmaanrede\ \firmaname\ \str,%
+ \plz\ \ort & \stelle & \rueckmeldung \\\midrule}
+\end{longtable}
+}{%
+\@latex@warning@no@line{Achtung die Datei #1 ist nicht lesbar.}
+}
+}
+\endinput
+%%
+%% End of file `bewerbung.sty'.