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
|
|
@ -328,6 +328,7 @@
|
|||
\ifthenelse{\equal{#1}{inspire}} {\collectionadd[inspire]{socials} {\protect\httpslink[#3]{inspirehep.net/authors/#3}}} {}%
|
||||
\ifthenelse{\equal{#1}{simplex}} {\collectionadd[simplex]{socials} {\protect\httpslink[#3]{simplex.chat/#3}}} {}%
|
||||
\ifthenelse{\equal{#1}{threema}} {\collectionadd[threema]{socials} {\protect\httpslink[#3]{threema.id/#3}}} {}%
|
||||
\ifthenelse{\equal{#1}{medium}} {\collectionadd[medium]{socials} {\protect\httpslink[#3]{medium.com/#3}}} {}%
|
||||
}
|
||||
{\collectionadd[#1]{socials}{\protect\httpslink[#3]{#2}}}}%
|
||||
|
||||
|
|
@ -397,6 +398,10 @@
|
|||
\newcommand*{\inspiresocialsymbol} {}
|
||||
\newcommand*{\simplexsocialsymbol} {}
|
||||
\newcommand*{\threemasocialsymbol} {}
|
||||
\newcommand*{\mediumsocialsymbol} {}
|
||||
|
||||
|
||||
|
||||
|
||||
% other
|
||||
%------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue