mirror of
https://github.com/moderncv/moderncv.git
synced 2026-08-26 19:24:07 +02:00
use gendericon with the correct color
This commit is contained in:
parent
282cb09675
commit
91f15a1cf9
2 changed files with 3 additions and 2 deletions
|
|
@ -86,7 +86,7 @@
|
|||
\ifthenelse{\equal{\@addresscity}{}}{}{\makenewline\@addresscity}% if \addresstreet is defined, \addresscity and addresscountry will always be defined but could be empty
|
||||
\ifthenelse{\equal{\@addresscountry}{}}{}{\makenewline\@addresscountry}}%
|
||||
\ifthenelse{\isundefined{\@born}}{}{\makenewline\bornsymbol\@born}%
|
||||
\ifthenelse{\isundefined{\@pronouns}}{}{\makenewline\@gendericon~\@pronouns}%
|
||||
\ifthenelse{\isundefined{\@pronouns}}{}{\makenewline\gendersymbol\@pronouns}%
|
||||
\phonesdetails% needs to be pre-rendered as loops and tabulars seem to conflict
|
||||
\ifthenelse{\isundefined{\@email}}{}{\makenewline\emailsymbol\emaillink{\@email}}%
|
||||
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol%
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@
|
|||
\providecolor{playstation}{named}{default-socialicon-color}
|
||||
\providecolor{battlenet}{named}{default-socialicon-color}
|
||||
\providecolor{born}{named}{default-socialicon-color}
|
||||
\providecolor{gender}{named}{default-socialicon-color}
|
||||
\providecolor{signal}{named}{default-socialicon-color}
|
||||
\providecolor{medium}{named}{default-socialicon-color}
|
||||
|
||||
|
|
@ -105,7 +106,7 @@
|
|||
% No inspire icon in fontawesome6 (v6.7.2-3) or fontawesome7 (v7.1.0-1)
|
||||
% \renewcommand*{\inspiresocialsymbol} {{\color{inspire}{\small\faIcon{inspire}}}~}
|
||||
\def\@gendericon{\faNeuter}
|
||||
\renewcommand*{\gendersymbol} {{\small\@gendericon}~}
|
||||
\renewcommand*{\gendersymbol} {{\color{gender}\small\@gendericon}~}
|
||||
\renewcommand*{\bornsymbol} {{\color{born}\raisebox{.5ex}{\tiny\faIcon{asterisk}}}~} % alternative: \faIcon{baby-carriage}
|
||||
\renewcommand*{\mediumsocialsymbol} {{\color{medium}\small\faIcon{medium}}~}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue