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
|
|
@ -29,6 +29,8 @@
|
|||
\providecolor{researchgate}{named}{default-socialicon-color}
|
||||
\providecolor{researcherid}{named}{default-socialicon-color}
|
||||
\providecolor{googlescholar}{named}{default-socialicon-color}
|
||||
\providecolor{arxiv}{named}{default-socialicon-color}
|
||||
\providecolor{inspire}{named}{default-socialicon-color}
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% all symbols described in moderncv.cls
|
||||
|
|
@ -57,6 +59,8 @@
|
|||
%\newcommand*{\whatsappsocialsymbol} {}
|
||||
%\newcommand*{\matrixsocialsymbol} {}
|
||||
%\newcommand*{\signalsocialsymbol} {}
|
||||
\renewcommand*{\arxivsocialsymbol}{{\color{arxiv}{\small\aiarXiv}}~}
|
||||
\renewcommand*{\inspiresocialsymbol}{{\color{inspire}{\small\aiInspire}}~}
|
||||
|
||||
|
||||
\endinput
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue