From e22d1154fa90f2598c02f089f5a99ef68fcc382e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Dobrowolski?= Date: Thu, 6 Nov 2025 12:24:12 +0100 Subject: [PATCH] Update manual --- manual/moderncv_userguide.tex | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/manual/moderncv_userguide.tex b/manual/moderncv_userguide.tex index 84fa732..9bd46ea 100644 --- a/manual/moderncv_userguide.tex +++ b/manual/moderncv_userguide.tex @@ -305,19 +305,6 @@ A command for a three-lined street address. \address{}{}{} \end{lstlisting} -\paragraph{\code{\\phone}} -A command for a phone number. Takes the phone type as an optional argument. -\begin{lstlisting} - \phone[]{} -\end{lstlisting} -The allowed values for \code{} are \code{fax}, \code{fixed} and \code{mobile}. - -\paragraph{\code{\\email}} -A command for an email address. -\begin{lstlisting} - \email{} -\end{lstlisting} - \paragraph{\code{\\homepage}} A command for a personal website. \begin{lstlisting} @@ -325,14 +312,18 @@ A command for a personal website. \end{lstlisting} \paragraph{\code{\\social}} -A command for a social media account. -Takes the platform as an optional argument. +A command for a social media accounts. +Takes comma separated list of platforms as an optional argument. \begin{lstlisting} - \social[]{} + \social[]{} \end{lstlisting} -The following values are supported for \code{}: +The following values are supported: \begin{itemize} \begin{multicols}{4} + \item \code{email} + \item \code{mobilephone} + \item \code{fixedphone} + \item \code{faxphone} \item \code{arxiv} \item \code{battlenet} \item \code{bitbucket} @@ -367,6 +358,10 @@ The following values are supported for \code{}: \item \code{youtube} \end{multicols} \end{itemize} +\begin{lstlisting} + % Example: + \social[codeberg,github]{superuser} +\end{lstlisting} \paragraph{\code{\\extrainfo}} A command for any extra information.