diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-17 22:26:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-17 22:26:24 +0000 |
commit | 73141e9a7897a597eeaa15107728bb7cf2879dbe (patch) | |
tree | 77d41ed16dfa75218e94cb86d48d1e780dbebe54 /Master/texmf-dist/tex/latex/komacv/komacv-casual.sty | |
parent | f0f5600c20467be8d19a1fc45b61463c26718ebe (diff) |
komacv (17apr17)
git-svn-id: svn://tug.org/texlive/trunk@43902 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/komacv/komacv-casual.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/komacv/komacv-casual.sty | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/komacv/komacv-casual.sty b/Master/texmf-dist/tex/latex/komacv/komacv-casual.sty index 78e9e35da94..4cb7f603807 100644 --- a/Master/texmf-dist/tex/latex/komacv/komacv-casual.sty +++ b/Master/texmf-dist/tex/latex/komacv/komacv-casual.sty @@ -22,8 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{komacv-casual} - [2017/04/12 v1.1 style package for komacv class] -\changes{v1.1}{2017/04/12}{New macro headline, and new correspondent elements headlinestyle, headlinecolor, headlinefont} + [2017/04/17 v1.1.1 style package for komacv class] \addtokomafont{firstnamefont}{\sffamily\fontsize{38}{40}} \addtokomafont{acadtitlefont}{\sffamily} @@ -56,7 +55,7 @@ \hspace*{\fill}% \parbox{\@footerwidth}{% \centering% - \color{@addresscolor}\usefonttokomafont{addressfont}% + \color{@addresscolor}\usefontofkomafont{addressfont}% \ifdefempty{\addressstreet}{}{% \addtofooter[]{\@addresssymbol\addressstreet}% \ifdefempty{\addresscity}{}{% @@ -71,6 +70,14 @@ \addtofooter{\@emailsymbol\emaillink{\email}}} \ifdefempty{\homepage}{}{% \addtofooter{\@homepagesymbol\httplink{\homepage}}}% + \ifdefempty{\twitter}{}{% + \addtofooter{\@twittersymbol\twitter}}% + \ifdefempty{\github}{}{% + \addtofooter{\@githubsymbol\github}}% + \ifdefempty{\facebook}{}{% + \addtofooter{\@facebooksymbol\facebook}}% + \ifdefempty{\linkedin}{}{% + \addtofooter{\@linkedinsymbol\linkedin}}% \ifdefempty{\extrainfo}{}{% \addtofooter{\extrainfo}}\@flushf% }% Ende parbox @@ -100,14 +107,14 @@ \usebox{\@picbox}% \hspace*{\@titlesepwidth}% \parbox[b]{\@titlenamewidth}{% - \RaggedLeft{\firstnamestyle\firstname}% + \raggedleft{\firstnamestyle\firstname}% ~{\familynamestyle\familyname}\\ - \RaggedLeft\color{@firstnamecolor}\rule{\@titlenamewidth}{.25ex}\par + \raggedleft\color{@firstnamecolor}\rule{\@titlenamewidth}{.25ex}\par }% end parbox \vspace{\@aftertitlevspace} %% optional acadtitle \ifdefempty{\acadtitle}{}{% - \RaggedLeft\acadtitlestyle{\acadtitle}}\\[2.5em]% + \raggedleft\acadtitlestyle{\acadtitle}}\\[2.5em]% %% optional quote \ifdefempty{\cvquote}{}{% {\centering @@ -127,7 +134,7 @@ [ beforeskip=\@beforesecvspace, afterskip=\@aftersecvspace, - font=\color{@seccolor} + font=\color{@seccolor}\sectionfont ]{section} \renewcommand*\thesection{\color{@secbarcolor}\rule{\@hintscolwidth}{1ex}\hspace{-1ex}\hspace{\@sepcolwidth}} @@ -136,7 +143,7 @@ beforeskip=\@beforesecvspace, afterskip=\@aftersecvspace, indent=\dimexpr\@sepcolwidth+\@hintscolwidth, - font={\normalfont\color{@subseccolor}} + font=\color{@subseccolor}\subsectionfont ]{subsection} \endinput %% |