diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/academicons/academicons.sty | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/academicons/tuacademicons.fd | 13 |
2 files changed, 15 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} diff --git a/Master/texmf-dist/tex/latex/academicons/tuacademicons.fd b/Master/texmf-dist/tex/latex/academicons/tuacademicons.fd new file mode 100644 index 00000000000..f752a56f23a --- /dev/null +++ b/Master/texmf-dist/tex/latex/academicons/tuacademicons.fd @@ -0,0 +1,13 @@ +% Copyright 2018 Diogo A. B. Fernandes +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License version 1.3c, +% available at http://www.latex-project.org/lppl/. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Diogo A. B. Fernandes +% +\DeclareFontFamily{TU}{academicons}{} +\DeclareFontShape{TU}{academicons}{m}{n} + {<-> \UnicodeFontFile{academicons.ttf}{}}{} |