Style update regarding the use of colors (e.g., personal data is of secondary importance and should therefore not be highlighted by the primary color)
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -30,16 +30,13 @@
|
|||||||
% fonts
|
% fonts
|
||||||
\renewcommand*{\namefont}{\fontsize{38}{40}\mdseries\upshape}
|
\renewcommand*{\namefont}{\fontsize{38}{40}\mdseries\upshape}
|
||||||
\renewcommand*{\addressfont}{\normalsize\mdseries\slshape\small}
|
\renewcommand*{\addressfont}{\normalsize\mdseries\slshape\small}
|
||||||
\renewcommand*{\quotefont}{\large\slshape}
|
|
||||||
\renewcommand*{\sectionfont}{\Large\mdseries\upshape}
|
|
||||||
\renewcommand*{\subsectionfont}{\large\mdseries\upshape}
|
|
||||||
|
|
||||||
% cv footer
|
% cv footer
|
||||||
\newif\if@firstfooterelement\@firstfooterelementtrue
|
\newif\if@firstfooterelement\@firstfooterelementtrue
|
||||||
\newcommand*{\footersymbol}{%
|
\newcommand*{\footersymbol}{%
|
||||||
\if@firstfooterelement%
|
\if@firstfooterelement%
|
||||||
\else%
|
\else%
|
||||||
{~~~\color{color1}\textbullet~~~}\fi\@firstfooterelementfalse}% \textbullet forces the use of the CMSY font, even when lmodern fonts are used :(
|
{~~~\color{color2}\textbullet~~~}\fi\@firstfooterelementfalse}% \textbullet forces the use of the CMSY font, even when lmodern fonts are used :(
|
||||||
\renewcommand*{\makefooter}{%
|
\renewcommand*{\makefooter}{%
|
||||||
\fancypagestyle{plain}{%
|
\fancypagestyle{plain}{%
|
||||||
\fancyfoot[c]{%
|
\fancyfoot[c]{%
|
||||||
|
|||||||
@ -29,17 +29,17 @@
|
|||||||
% fonts
|
% fonts
|
||||||
\renewcommand*{\namefont}{\fontsize{34}{36}\mdseries\upshape}
|
\renewcommand*{\namefont}{\fontsize{34}{36}\mdseries\upshape}
|
||||||
\renewcommand*{\titlefont}{\LARGE\mdseries\slshape}
|
\renewcommand*{\titlefont}{\LARGE\mdseries\slshape}
|
||||||
\renewcommand*{\addressfont}{\normalsize\mdseries\slshape}
|
\renewcommand*{\addressfont}{\normalsize\mdseries\slshape\small}
|
||||||
\renewcommand*{\quotefont}{\large\slshape}
|
\renewcommand*{\quotefont}{\large\slshape}
|
||||||
\renewcommand*{\sectionfont}{\Large\mdseries\upshape}
|
\renewcommand*{\sectionfont}{\Large\mdseries\upshape}
|
||||||
\renewcommand*{\subsectionfont}{\large\mdseries\upshape}
|
\renewcommand*{\subsectionfont}{\large\mdseries\upshape}
|
||||||
\renewcommand*{\hintfont}{\small}
|
\renewcommand*{\hintfont}{}
|
||||||
|
|
||||||
% styles
|
% styles
|
||||||
\newcommand*{\namestyle}[1]{{\namefont\color{color0}#1}}
|
\newcommand*{\namestyle}[1]{{\namefont\color{color0}#1}}
|
||||||
\newcommand*{\titlestyle}[1]{{\titlefont\color{color2}#1}}
|
\newcommand*{\titlestyle}[1]{{\titlefont\color{color2}#1}}
|
||||||
\newcommand*{\addresstyle}[1]{{\addressfont\color{color1}#1}}
|
\newcommand*{\addressstyle}[1]{{\addressfont\color{color1}#1}}
|
||||||
\newcommand*{\quotestyle}[1]{{\quotefont\color{color2}#1}}
|
\newcommand*{\quotestyle}[1]{{\quotefont\color{color1}#1}}
|
||||||
\newcommand*{\sectionstyle}[1]{{\sectionfont\color{color1}#1}}
|
\newcommand*{\sectionstyle}[1]{{\sectionfont\color{color1}#1}}
|
||||||
\newcommand*{\subsectionstyle}[1]{{\subsectionfont\color{color1}#1}}
|
\newcommand*{\subsectionstyle}[1]{{\subsectionfont\color{color1}#1}}
|
||||||
\newcommand*{\hintstyle}[1]{{\hintfont\color{color0}#1}}
|
\newcommand*{\hintstyle}[1]{{\hintfont\color{color0}#1}}
|
||||||
@ -79,7 +79,7 @@
|
|||||||
\else%
|
\else%
|
||||||
\\[.2em]\fi%
|
\\[.2em]\fi%
|
||||||
\@firstdetailselementfalse%
|
\@firstdetailselementfalse%
|
||||||
\addressfont\color{color1}}
|
\addressfont\color{color2}}
|
||||||
\renewcommand*{\maketitle}{%
|
\renewcommand*{\maketitle}{%
|
||||||
% optional detailed information box
|
% optional detailed information box
|
||||||
\newbox{\maketitledetailsbox}%
|
\newbox{\maketitledetailsbox}%
|
||||||
|
|||||||
Reference in New Issue
Block a user