mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Added support for "Medium.com" social symbols (#264)
* Added support for "Medium.com" social symbols * Update CHANGELOG Add new version with Medium.com icon support. * Update moderncv_userguide.tex Added "Medium.com" as icon in the manual * Update moderncviconsletters.sty Added "Medium.com" * Update template.tex Added "Medium.com"
This commit is contained in:
parent
d3b648b93e
commit
18430d4884
6 changed files with 18 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
@ -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