mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Merge branch 'master' into upgrade-to-fontawesome6
Solved conflicts in: - manual/moderncv_userguide.pdf - moderncviconsawesome.sty (due to new medium social)
This commit is contained in:
commit
6b6fbd9859
53 changed files with 275 additions and 144 deletions
Binary file not shown.
|
|
@ -1,5 +1,5 @@
|
|||
%% moderncv_userguide.tex as shipped with 2024-07-18 v2.4.1 modern curriculum vitae and letter document class (moderncv)
|
||||
%% 2021 David Seus, cryptointerest@posteo.de
|
||||
%% moderncv_userguide.tex as shipped with 2026-01-31 v2.5.1 modern curriculum vitae and letter document class (moderncv)
|
||||
%% 2021 David Seus (cryptointerest@posteo.de), 2021-2026 moderncv maintainers (github.com/moderncv).
|
||||
%
|
||||
% This work may be distributed and/or modified under the
|
||||
% conditions of the LaTeX Project Public License version 1.3c,
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
\title{%
|
||||
\texttt{moderncv} User Guide\\
|
||||
{\small Package v2.4.1}%
|
||||
{\small Package v2.5.1}%
|
||||
}
|
||||
% Cristina Sambo,
|
||||
\author{%
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
moderncv community\\
|
||||
{\small Documentation by David Seus}%
|
||||
}
|
||||
\date{\today}
|
||||
\date{2026-01-31}
|
||||
|
||||
% Language and encoding options
|
||||
\usepackage[english]{babel}
|
||||
|
|
@ -329,6 +329,7 @@ A command for a social media account.
|
|||
Takes the platform as an optional argument.
|
||||
\begin{lstlisting}
|
||||
\social[<platform>]{<username or handle>}
|
||||
\social[<platform>][<link to site>]{<Text shown in document>}
|
||||
\end{lstlisting}
|
||||
The following values are supported for \code{<platform>}:
|
||||
\begin{itemize}
|
||||
|
|
@ -347,6 +348,7 @@ The following values are supported for \code{<platform>}:
|
|||
\item \code{mastodon}
|
||||
\item \code{matrix}
|
||||
\item \code{orcid}
|
||||
\item \code{medium}
|
||||
\item \code{playstation}
|
||||
\item \code{researcherid}
|
||||
\item \code{researchgate}
|
||||
|
|
@ -405,7 +407,7 @@ In case BibTeX is used, the bibliography settings are adjusted in the lines
|
|||
% \renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}
|
||||
% \renewcommand{\refname}{Articles}
|
||||
|
||||
% bibliography with mutiple entries
|
||||
% bibliography with multiple entries
|
||||
% \usepackage{multibib}
|
||||
% \newcites{book, misc}{{Books}, {Others}}
|
||||
\end{lstlisting}
|
||||
|
|
@ -492,7 +494,7 @@ This can be combined with the \code{itemize} environment.
|
|||
\cvcolumn[<width>]{<content>}
|
||||
\end{cvcolumns}
|
||||
\end{lstlisting}
|
||||
\code{<width>} is a number between 0 and 1 controling the width of the column.
|
||||
\code{<width>} is a number between 0 and 1 controlling the width of the column.
|
||||
|
||||
\subsubsection{Skill matrix macros}
|
||||
The skill matrix is a table for displaying skills such as computer skills or project management skills graphically.
|
||||
|
|
@ -782,6 +784,7 @@ Currently \Moderncv supports the following commands as \code{<\\symbolcommand>}:
|
|||
\item \code{\\signalsocialsymbol}
|
||||
\item \code{\\matrixsocialsymbol}
|
||||
\item \code{\\orcidsocialsymbol}
|
||||
\item \code{\\mediumsocialsymbol}
|
||||
\item \code{\\researchgatesocialsymbol}
|
||||
\item \code{\\researcheridsocialsymbol}
|
||||
\item \code{\\bitbucketsocialsymbol}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue