vorlagebewerbung/bewerbung-cv-casual.sty

113 lines
3.6 KiB
TeX

\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{bewerbung-cv-casual} %
[2015/07/14 v1.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'.