diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-04 20:19:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-04 20:19:03 +0000 |
commit | bc1cf504905de3a2eaccd42628b1b8ec251eb6d1 (patch) | |
tree | 15e66916ec459730fa5e22ca7fec6aafd4e1d7be /Master/texmf-dist/tex/latex/academicons/academicons.sty | |
parent | 01ff252228c328be5750044baea8343d08737c93 (diff) |
academicons (4apr18)
git-svn-id: svn://tug.org/texlive/trunk@47288 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/academicons/academicons.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/academicons/academicons.sty | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/academicons/academicons.sty b/Master/texmf-dist/tex/latex/academicons/academicons.sty index 4e6964181a9..ab9c6dd627a 100644 --- a/Master/texmf-dist/tex/latex/academicons/academicons.sty +++ b/Master/texmf-dist/tex/latex/academicons/academicons.sty @@ -5,7 +5,7 @@ % available at http://www.latex-project.org/lppl/. \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{academicons}[2018/03/27 v1.8.1 Academicons Icons] +\ProvidesPackage{academicons}[2018/04/03 v1.8.3 Academicons Icons] \usepackage{fontspec} @@ -302,4 +302,22 @@ \def\aiZoteroSquare{{\AI\csname% aiicon@zotero-square\endcsname}} +\expandafter\def\csname% + aiicon@mathoverflow\endcsname{\symbol{"E901}} +\def\aiMathOverflow{{\AI\csname% + aiicon@mathoverflow\endcsname}} +\expandafter\def\csname% + aiicon@mathoverflow-square\endcsname{\symbol{"E900}} +\def\aiMathOverflowSquare{{\AI\csname% + aiicon@mathoverflow-square\endcsname}} + +\expandafter\def\csname% + aiicon@cv\endcsname{\symbol{"E903}} +\def\aiCV{{\AI\csname% + aiicon@cv\endcsname}} +\expandafter\def\csname% + aiicon@cv-square\endcsname{\symbol{"E902}} +\def\aiCVSquare{{\AI\csname% + aiicon@cv-square\endcsname}} + \endinput |