TeX rendering knows about Mastodon

This commit is contained in:
Jeffrey Goldberg 2023-11-27 01:50:18 -06:00
parent a36051933d
commit bb65cade3a
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
\mbox{\hrefWithoutArrow{<<url>>}{{\small\faOrcid}\hspace{0.13cm}<<username>>}}
((*- endmacro *))
((* macro Mastodon(username, url) -*))
\mbox{\hrefWithoutArrow{<<url>>}{{\small\faMastodon}\hspace{0.13cm}<<username>>}}
((*- endmacro *))
((* macro phone(number, url) -*))
\mbox{\hrefWithoutArrow{<<url|replace("-","")>>}{{\footnotesize\faPhone*}\hspace{0.13cm}<<number|replace("tel:", "")|replace("-"," ")>>}}
((*- endmacro *))