From d8d69ceefec80b9c4c267e394deff23b2e800062 Mon Sep 17 00:00:00 2001 From: Mazunki Hoksaas Date: Thu, 28 Aug 2025 13:23:08 +0200 Subject: [PATCH] Provide documentation and changelog for pronouns pending render of manual/moderncv_userguide.pdf --- CHANGELOG | 1 + manual/moderncv_userguide.tex | 17 +++++++++++++++-- template.tex | 2 ++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 98aa29d..53bbb69 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,7 @@ version next - Add contemporary CV header style to cover letter, which also makes icons visible (#186) - Fix minor horizontal spacing issue in 'contemporary' style header +- Added optional support for specifying pronouns (#249) version 2.4.1 (18 Jul 2024) - Fix commons/colors.tex not found in package (#194) diff --git a/manual/moderncv_userguide.tex b/manual/moderncv_userguide.tex index ab7ba7f..2b3b366 100644 --- a/manual/moderncv_userguide.tex +++ b/manual/moderncv_userguide.tex @@ -97,7 +97,7 @@ emph={ cvitem, cventry, cvdoubleentry, cvdoubleitem, cvtripleitem, cvlistitem, cvlistdoubleitem, cvcolumns, moderncvstyle, moderncvcolor, cvskill, cvskilllegend, cvskillplainlegend, cvskillhead, cvskillentry, nopagenumbers, - name, born, address, email, link, social, phone, homepage, extrainfo, photo, quote, section, subsection, setlength, NewDocumentCommand, definecolor, colorlet, cvitemwithcomment, + name, born, pronouns, address, email, link, social, phone, homepage, extrainfo, photo, quote, section, subsection, setlength, NewDocumentCommand, definecolor, colorlet, cvitemwithcomment, recipient, subject, opening, closing, signature, enclosure }, emphstyle={\color{cvblue}}, @@ -106,7 +106,7 @@ addresssymbol, mobilephonesymbol, fixedphonesymbol, faxphonesymbol, emailsymbol, homepagesymbol, linkedinsocialsymbol, xingsocialsymbol, twittersocialsymbol, githubsocialsymbol, gitlabsocialsymbol, stackoverflowsocialsymbol, bitbucketsocialsymbol, skypesocialsymbol, orcidsocialsymbol, researchgatesocialsymbol, arxivsocialsymbol, inspiresocialsymbol, - researcheridsocialsymbol, telegramsocialsymbol, whatsappsocialsymbol, signalsocialsymbol, matrixsocialsymbol, googlescholarsocialsymbol, cvstretchability, bornsymbol + researcheridsocialsymbol, telegramsocialsymbol, whatsappsocialsymbol, signalsocialsymbol, matrixsocialsymbol, googlescholarsocialsymbol, cvstretchability, bornsymbol, gendersymbol }, emphstyle={[2]\color{cvblue!60!cvgrey}\bfseries}, literate={{é}{{\'e}}1}, @@ -299,6 +299,18 @@ A command for a birth date. \born{} \end{lstlisting} +\paragraph{\code{\\pronouns}} +A command for your pronouns. +\begin{lstlisting} + \pronouns{} +\end{lstlisting} + +\paragraph{\code{\\gendericon}} +A command for the icon used for your gender. +\begin{lstlisting} + \gendericon{} +\end{lstlisting} + \paragraph{\code{\\address}} A command for a three-lined street address. \begin{lstlisting} @@ -787,6 +799,7 @@ Currently \Moderncv supports the following commands as \code{<\\symbolcommand>}: \item \code{\\bitbucketsocialsymbol} \item \code{\\skypesocialsymbol} \item \code{\\bornsymbol} + \item \code{\\gendersymbol} \item \code{\\arxivsocialsymbol} \item \code{\\inspiresocialsymbol} \end{multicols} diff --git a/template.tex b/template.tex index f08609c..6cd7ed8 100644 --- a/template.tex +++ b/template.tex @@ -56,6 +56,8 @@ \name{John}{Doe} \title{Résumé title} % optional, remove / comment the line if not wanted \born{4 July 1776} % optional, remove / comment the line if not wanted +\pronouns{they/them} % optional, remove / comment the line if not wanted +\gendericon{\faNeuter} % optional, remove / comment the line if not wanted \address{street and number}{postcode city}{country}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty \phone[mobile]{+1~(234)~567~890} % optional, remove / comment the line if not wanted; the optional "type" of the phone can be "mobile" (default), "fixed" or "fax" \phone[fixed]{+2~(345)~678~901}