mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Add support for including pronouns in header
This commit is contained in:
parent
172f632d5f
commit
63aa50262b
3 changed files with 13 additions and 0 deletions
|
|
@ -224,6 +224,14 @@
|
|||
% usage: \title{<title>}
|
||||
\renewcommand*{\title}[1]{\def\@title{#1}}
|
||||
|
||||
% defines one's preferred pronouns (optional)
|
||||
% usage: \pronouns{<pronouns>}
|
||||
\newcommand*{\pronouns}[1]{\def\@pronouns{#1}}
|
||||
|
||||
% defines one's preferred gender icon (optional)
|
||||
% usage: \gendericon{<gendericon>}
|
||||
\newcommand*{\gendericon}[1]{\def\@gendericon{#1}}
|
||||
|
||||
% defines one's address (optional)
|
||||
% usage: \address{<street>}{<city>}{<country>}
|
||||
% where the <city> and <country> arguments can be omitted or provided empty
|
||||
|
|
@ -360,6 +368,7 @@
|
|||
\newcommand*{\listitemsymbol} {\labelitemi~}
|
||||
\newcommand*{\addresssymbol} {}
|
||||
\newcommand*{\bornsymbol} {}
|
||||
\newcommand*{\gendersymbol} {}
|
||||
\newcommand*{\mobilephonesymbol} {}
|
||||
\newcommand*{\fixedphonesymbol} {}
|
||||
\newcommand*{\faxphonesymbol} {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue