diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-25 20:55:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-25 20:55:50 +0000 |
commit | 73a726257fb2fa0afadb64ae36f6267d683cfc63 (patch) | |
tree | a49a236f8a84f3e352254f0ad3dc85fd9345c93c /Master/texmf-dist/tex/latex/academicons/academicons.sty | |
parent | f9916b020206751bfe40a3d5212f44da81fc3c17 (diff) |
academicons (25jun18)
git-svn-id: svn://tug.org/texlive/trunk@48086 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 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/academicons/academicons.sty b/Master/texmf-dist/tex/latex/academicons/academicons.sty index 26712c93f9c..fd17f34023f 100644 --- a/Master/texmf-dist/tex/latex/academicons/academicons.sty +++ b/Master/texmf-dist/tex/latex/academicons/academicons.sty @@ -5,11 +5,9 @@ % available at http://www.latex-project.org/lppl/. \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{academicons}[2018/04/16 v1.8.6 Academicons Icons] +\ProvidesPackage{academicons}[2018/06/25 v1.8.6-1 Academicons Icons] -\usepackage{fontspec} - -\newfontfamily{\AI}{Academicons} +\newcommand\AI{\usefont{TU}{academicons}{m}{n}} \newcommand*{\aiicon}[1] {\AI\csname aiicon@#1\endcsname} |