%% %% This is file `komacv-oldstyle.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% komacv.dtx (with options: `oldstyle') %% %% This is a generated file. %% %% Copyright (C) 2014-2021 by Salome Södergran (salome.soedergran@gmx.ch) %% %% This file may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3 of this license %% or (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. %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{komacv-oldstyle} [2021/02/12 v1.1.2 style package for komacv class] \KOMAoptions{DIV=15} \setlength{\hintscolwidth}{3cm} \addtokomafont{addressfont}{\small} \addtokomafont{hintfont}{\bfseries} \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% \IfSubStr{\homepage}{https}{% \httpslink{\homepage}}{% \httplink{\homepage}}}% \ifdefempty{\twitter}{}{% \@titledetailsnewline\@twittersymbol~\twitter}% \ifdefempty{\github}{}{% \@titledetailsnewline\@githubsymbol~\github}% \ifdefempty{\facebook}{}{% \@titledetailsnewline\@facebooksymbol~\facebook}% \ifdefempty{\linkedin}{}{% \@titledetailsnewline\@linkedinsymbol~\linkedin}% \ifdefempty{\extrainfo}{}{% \@titledetailsnewline\extrainfo}% } % end \@infocontent \providecommand{\@makeinfo}{% \newbox{\@infobox}% \savebox{\@infobox}{% \parbox[b]{\@infocolwidth}{% % put the first line on the same baseline as the first sectiontitle: {\usefontofkomafont{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}{% % optional picture box \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} \setheadlinetypetitle\par \begin{minipage}[b]{\@titlenamewidth}% \ifdefstring{\@headlinetype}{name}{\setheadlinetypename}{% \firstnamestyle{\firstname}\ % \familynamestyle{\familyname}% \ifdefempty{\acadtitle}{}{% \\[1.25em]\acadtitlestyle{\acadtitle}}% } \end{minipage}% % optional photo \usebox{\@picbox}% \\[\@aftertitlevspace]% % optional quote \ifdefempty{\cvquote}{}{% {\centering% \begin{minipage}{\@quotewidth}% \centering\quotestyle{\cvquote}% \end{minipage}\\[\@afterquotevspace]% }% }% % address info box \@makeinfo \par \begin{addmargin}[\komacvinfocolextrawidth]{0pt} } % end \@cvtitleoldstyle \AtEndDocument{% \end{addmargin} } \setcounter{secnumdepth}{0} \RedeclareSectionCommand [ beforeskip=\@beforesecvspace, afterskip=\@aftersecvspace, font=\color{@seccolor}\sectionfont ]{section} \RedeclareSectionCommand [ beforeskip=\@beforesubsecvspace, afterskip=\@aftersubsecvspace, font=\color{@subseccolor}\subsectionfont ]{subsection} \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 `komacv-oldstyle.sty'.