diff --git a/rendercv/themes/classic/Header.j2.tex b/rendercv/themes/classic/Header.j2.tex index 7ee0744..770cd3d 100644 --- a/rendercv/themes/classic/Header.j2.tex +++ b/rendercv/themes/classic/Header.j2.tex @@ -9,40 +9,11 @@ \vspace{<>} \normalsize -((* if cv.phone *)) - \mbox{\hrefWithoutArrow{<>}{{\footnotesize\faPhone*}\hspace*{0.13cm}<>}} + ((* for connection in cv.connections *)) + \mbox{\hrefWithoutArrow{<>}{{\footnotesize<>}\hspace*{0.13cm}<>}} \hspace*{<>} -((* endif *)) -((* if cv.email *)) - \mbox{\hrefWithoutArrow{mailto:<>}{{\small\faEnvelope[regular]}\hspace*{0.13cm}<>}} - \hspace*{<>} -((* endif *)) -((* if cv.location *)) - \mbox{{\small\faMapMarker*}\hspace*{0.13cm}<>} - \hspace*{<>} -((* endif *)) -((* if cv.website *)) - \mbox{\hrefWithoutArrow{<>}{{\small\faLink}\hspace*{0.13cm}<>}} - \hspace*{<>} -((* endif *)) -((* - set icon_dictionary = { - "LinkedIn": "\\faLinkedinIn", - "GitHub": "\\faGithub", - "Instagram": "\\faInstagram", - "Mastodon": "\\faMastodon", - "Orcid": "\\faOrcid", - } -*)) -((* if cv.social_networks *)) - ((* for network in cv.social_networks *)) - ((* if network.network in icon_dictionary *)) - \mbox{\hrefWithoutArrow{<>}{{\small<>}\hspace*{0.13cm}<>}} - \hspace*{<>} - ((* endif *)) ((* endfor *)) -((* endif *)) \end{header} -\vspace{<>} +\vspace{<> - <>} ((* endif *)) \ No newline at end of file diff --git a/rendercv/themes/classic/Preamble.j2.tex b/rendercv/themes/classic/Preamble.j2.tex index 838344a..7891f6f 100644 --- a/rendercv/themes/classic/Preamble.j2.tex +++ b/rendercv/themes/classic/Preamble.j2.tex @@ -41,6 +41,13 @@ \fi % Some settings: +((* if design.text_alignment == "justified-with-no-hyphenation" *)) +\usepackage[none]{hyphenat} +\sloppy +((* elif design.text_alignment == "left-aligned" *)) +\raggedright +((* endif *)) + \pagestyle{empty} % no header or footer \setcounter{secnumdepth}{0} % no section numbering \setlength{\parindent}{0pt} % no indentation @@ -142,13 +149,16 @@ \par\kern\topsep } % new environment for the header +((* set last_updated_date_style_placeholders = { + "TODAY": today, +} *)) \newcommand{\placelastupdatedtext}{% \placetextbox{}{}{} \AddToShipoutPictureFG*{% Add to current page foreground \put( \LenToUnit{\paperwidth-<>-<>+0.05cm}, \LenToUnit{\paperheight-<>} ){\vtop{{\null}\makebox[0pt][c]{ - \small\color{gray}\textit{Last updated in <>}\hspace{\widthof{Last updated in <>}} + \small\color{gray}\textit{<>}\hspace{\widthof{<>}} }}}% }% }%