mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Add \social options: arXiv, INSPIRE (#185)
* Add \social options: arXiv, INSPIRE https://arxiv.org/ and https://inspirehep.net/ are websites on which academics often have profiles that would be linked in a CV (particularly physics and related fields). Add social options through the academicons font. * fixup arxiv and inspirehep socials * fixup arxiv and inspire-hep socials
This commit is contained in:
parent
74e61f8ddf
commit
493742be62
7 changed files with 22 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
|||
familydefault, sfdefault, rmdefault, inputenc, moderncv, document, bibliographyitemlabel,
|
||||
addresssymbol, mobilephonesymbol, fixedphonesymbol, faxphonesymbol, emailsymbol, homepagesymbol, linkedinsocialsymbol,
|
||||
xingsocialsymbol, twittersocialsymbol, githubsocialsymbol, gitlabsocialsymbol,
|
||||
stackoverflowsocialsymbol, bitbucketsocialsymbol, skypesocialsymbol, orcidsocialsymbol, researchgatesocialsymbol,
|
||||
stackoverflowsocialsymbol, bitbucketsocialsymbol, skypesocialsymbol, orcidsocialsymbol, researchgatesocialsymbol, arxivsocialsymbol, inspiresocialsymbol,
|
||||
researcheridsocialsymbol, telegramsocialsymbol, whatsappsocialsymbol, signalsocialsymbol, matrixsocialsymbol, googlescholarsocialsymbol, cvstretchability, bornsymbol
|
||||
},
|
||||
emphstyle={[2]\color{cvblue!60!cvgrey}\bfseries},
|
||||
|
|
@ -330,6 +330,7 @@ Takes the platform as an optional argument.
|
|||
The following values are supported for \code{<platform>}:
|
||||
\begin{itemize}
|
||||
\begin{multicols}{4}
|
||||
\item \code{arxiv}
|
||||
\item \code{battlenet}
|
||||
\item \code{bitbucket}
|
||||
\item \code{codeberg}
|
||||
|
|
@ -337,6 +338,7 @@ The following values are supported for \code{<platform>}:
|
|||
\item \code{github}
|
||||
\item \code{gitlab}
|
||||
\item \code{googlescholar}
|
||||
\item \code{inspire}
|
||||
\item \code{instagram}
|
||||
\item \code{linkedin}
|
||||
\item \code{mastodon}
|
||||
|
|
@ -711,6 +713,8 @@ Currently \Moderncv supports the following commands as \code{<\\symbolcommand>}:
|
|||
\item \code{\\bitbucketsocialsymbol}
|
||||
\item \code{\\skypesocialsymbol}
|
||||
\item \code{\\bornsymbol}
|
||||
\item \code{\\arxivsocialsymbol}
|
||||
\item \code{\\inspiresocialsymbol}
|
||||
\end{multicols}
|
||||
\end{itemize}
|
||||
The possible options for \code{<\\symbol>} depend on the package that is used.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue