From 07a7da4a0d2c205e85450d458723fffd1265144a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20B=C3=B6ttcher?= Date: Mon, 4 Jan 2016 15:08:46 +0100 Subject: [PATCH] add lots of EOL-% --- awesome-cv.cls | 174 ++++++++++++++++++++++++------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) diff --git a/awesome-cv.cls b/awesome-cv.cls index 727c947..62718b2 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -406,93 +406,93 @@ Vitae Class] }\acvNamedelim\headerlastnamestyle{% \@lastname% }% - \\[\acvAfternameskip] - \ifthenelse{\isundefined{\@position}}{}{\headerpositionstyle{\@position\\[\acvAfterpositionskip]}} - \ifthenelse{\isundefined{\@address}}{}{\headeraddressstyle{\@address\\[\acvwAfteraddressskip]}} - \headersocialstyle{ - \newbool{isstart} - \setbool{isstart}{true} - \ifthenelse{\isundefined{\@mobile}} - {} - { - \faMobile\acvIconsep\@mobile - \setbool{isstart}{false} - } - \ifthenelse{\isundefined{\@email}} - {} - { - \ifbool{isstart} - { - \setbool{istart}{false} - } - {\@headersocialsep} - \href{mailto:\@email}{\faEnvelope\acvIconsep\@email} - } - \ifthenelse{\isundefined{\@homepage}} - {} - { - \ifbool{isstart} - { - \setbool{istart}{false} - } - {\@headersocialsep} - \href{http://\@homepage}{\faHome\acvIconsep\@homepage} - } - \ifthenelse{\isundefined{\@github}} - {} - { - \ifbool{isstart} - { - \setbool{istart}{false} - } - {\@headersocialsep} - \href{https://github.com/\@github}{\faGithubSquare\acvIconsep\@github} - } - \ifthenelse{\isundefined{\@stackoverflowid}} - {} - { - \ifbool{isstart} - { - \setbool{istart}{false} - } - {\@headersocialsep} - \href{https://stackoverflow.com/users/\@stackoverflowid}{\faStackOverflow\acvIconsep\@stackoverflowname} - } - \ifthenelse{\isundefined{\@linkedin}} - {} - { - \ifbool{isstart} - { - \setbool{istart}{false} - } - {\@headersocialsep} - \href{https://www.linkedin.com/in/\@linkedin}{\faLinkedinSquare\acvIconsep\@linkedin} - } - \ifthenelse{\isundefined{\@twitter}} - {} - { - \ifbool{isstart} - { - \setbool{istart}{false} - } - {\@headersocialsep} - \href{https://twitter.com/\@twitter}{\faTwitter\acvIconsep\@twitter} - } - \ifthenelse{\isundefined{\@skype}} - {} - { - \ifbool{isstart} - { - \setbool{istart}{false} - } - {\@headersocialsep} - \faSkype\acvIconsep\@skype - } -} \\[\acvAfterSocialskip] - \ifthenelse{\isundefined{\@quote}} - {} - {\vspace{\acvBeforequoteskip}\headerquotestyle{\@quote\\}\vspace{\acvAfterquoteskip}} - \end{center} + \\[\acvAfternameskip]% + \ifthenelse{\isundefined{\@position}}{}{\headerpositionstyle{\@position\\[\acvAfterpositionskip]}}% + \ifthenelse{\isundefined{\@address}}{}{\headeraddressstyle{\@address\\[\acvwAfteraddressskip]}}% + \headersocialstyle{% + \newbool{isstart}% + \setbool{isstart}{true}% + \ifthenelse{\isundefined{\@mobile}}% + {}% + {% + \faMobile\acvIconsep\@mobile% + \setbool{isstart}{false}% + }% + \ifthenelse{\isundefined{\@email}}% + {}% + {% + \ifbool{isstart}% + {% + \setbool{istart}{false}% + }% + {\@headersocialsep}% + \href{mailto:\@email}{\faEnvelope\acvIconsep\@email}% + }% + \ifthenelse{\isundefined{\@homepage}}% + {}% + {% + \ifbool{isstart}% + {% + \setbool{istart}{false}% + }% + {\@headersocialsep}% + \href{http://\@homepage}{\faHome\acvIconsep\@homepage}% + }% + \ifthenelse{\isundefined{\@github}}% + {}% + {% + \ifbool{isstart}% + {% + \setbool{istart}{false}% + }% + {\@headersocialsep}% + \href{https://github.com/\@github}{\faGithubSquare\acvIconsep\@github}% + }% + \ifthenelse{\isundefined{\@stackoverflowid}}% + {}% + {% + \ifbool{isstart}% + {% + \setbool{istart}{false} % + }% + {\@headersocialsep}% + \href{https://stackoverflow.com/users/\@stackoverflowid}{\faStackOverflow\acvIconsep\@stackoverflowname}% + }% + \ifthenelse{\isundefined{\@linkedin}}% + {}% + {% + \ifbool{isstart}% + {% + \setbool{istart}{false}% + }% + {\@headersocialsep}% + \href{https://www.linkedin.com/in/\@linkedin}{\faLinkedinSquare\acvIconsep\@linkedin}% + }% + \ifthenelse{\isundefined{\@twitter}}% + {}% + {% + \ifbool{isstart}% + {% + \setbool{istart}{false} % + }% + {\@headersocialsep}% + \href{https://twitter.com/\@twitter}{\faTwitter\acvIconsep\@twitter}% + }% + \ifthenelse{\isundefined{\@skype}}% + {}% + {% + \ifbool{isstart}% + {% + \setbool{istart}{false} % + }% + {\@headersocialsep}% + \faSkype\acvIconsep\@skype% + }% +} \\[\acvAfterSocialskip]% + \ifthenelse{\isundefined{\@quote}}% + {}% + {\vspace{\acvBeforequoteskip}\headerquotestyle{\@quote\\}\vspace{\acvAfterquoteskip}}% + \end{center}% } % Define a footer for CV