mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Inspire HEP social link bug fix (#242)
* Fixed typo in Inspire HEP social link * Updated CHANGELOG
This commit is contained in:
parent
800b295405
commit
0c18c4286b
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
version next
|
||||
- Fix Inspire HEP social link (#241)
|
||||
- Change moderncvcolors.tex to a .sty file for MikTeX compatibility (#199)
|
||||
- Fix error when omitting the photo in contemporary style (#201)
|
||||
- Fix spacing between first and last name (#204)
|
||||
|
|
|
|||
|
|
@ -325,7 +325,7 @@
|
|||
\ifthenelse{\equal{#1}{playstation}} {\collectionadd[playstation]{socials} {#3}} {}%
|
||||
\ifthenelse{\equal{#1}{battlenet}} {\collectionadd[battlenet]{socials} {#3}} {}%
|
||||
\ifthenelse{\equal{#1}{arxiv}} {\collectionadd[arxiv]{socials} {\protect\httpslink[#3]{arxiv.org/a/#3}}} {}%
|
||||
\ifthenelse{\equal{#1}{inspire}} {\collectionadd[inspire]{socials} {\protect\httpslink[#3]{inspirehep.net/authoris/#3}}} {}%
|
||||
\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}}} {}%
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue