summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/fonts/academicons/README13
-rw-r--r--Master/texmf-dist/doc/fonts/academicons/README.md29
-rw-r--r--Master/texmf-dist/doc/fonts/academicons/academicons.pdfbin99343 -> 99883 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/academicons/academicons.tex9
-rw-r--r--Master/texmf-dist/tex/latex/academicons/academicons.sty10
5 files changed, 18 insertions, 43 deletions
diff --git a/Master/texmf-dist/doc/fonts/academicons/README b/Master/texmf-dist/doc/fonts/academicons/README
index 759016e827e..f6b6b07ecf4 100644
--- a/Master/texmf-dist/doc/fonts/academicons/README
+++ b/Master/texmf-dist/doc/fonts/academicons/README
@@ -2,11 +2,12 @@ academicons -- high quality icons of online academic profiles
The "academicons" package provides access in (La)TeX to 76 high quality icons
of online academic profiles included in the free "Academicons" font. This
-package requires the Xe(La)TeX or Lua(La)TeX engine to load the "Academicons"
-font from the system, which requires installing the bundled "academicons.ttf"
-font file. As new releases come out, it is recommended to install the bundled
-font version as there may be differences between the package and previous font
-versions or newest font versions not yet contemplated in the package.
+package requires either the Xe(La)TeX or Lua(La)TeX engine to load the
+"Academicons" font from the system, which requires installing the bundled
+"academicons.ttf" font file. As new releases come out, it is recommended to
+install the bundled font version as there may be differences between the package
+and previous font versions or newest font versions not yet contemplated in the
+package.
The "Academicons" font was designed by James Walsh and released (see
http://jpswalsh.github.io/academicons/) under the open SIL Open Font License
@@ -24,7 +25,7 @@ manual. For example, "\aiicon{googlescholar}" yields the same result as
academicons (La)TeX package
https://www.ctan.org/pkg/academicons
-Version: 1.8.6-1
+Version: 1.8.6-2
Author: Diogo A. B. Fernandes, diogoabfernandes at gmail.com
License: LaTeX Project Public License, version 1.3c
diff --git a/Master/texmf-dist/doc/fonts/academicons/README.md b/Master/texmf-dist/doc/fonts/academicons/README.md
deleted file mode 100644
index 08079008a39..00000000000
--- a/Master/texmf-dist/doc/fonts/academicons/README.md
+++ /dev/null
@@ -1,29 +0,0 @@
-# academicons
-
-The *academicons* package provides access in (La)TeX to 76 high quality icons
-of online academic profiles included in the free *Academicons* font. This
-package requires either the Xe(La)TeX or Lua(La)TeX engine to load the
-*Academicons* font from the system, which requires installing the bundled
-*academicons.ttf* font file. As new releases come out, it is recommended to
-install the bundled font version as there may be differences between the package
-and previous font versions or newest font versions not yet contemplated in the
-package.
-
-The *Academicons* font was designed by James Walsh and released (see
-<http://jpswalsh.github.io/academicons/>) under the open SIL Open Font License
-(available at <http://scripts.sil.org/OFL>). This package is a redistribution of
-the free *Academicons* font with specific bindings for (La)TeX. It is inspired
-and based on the *fontawesome* package (available at
-<http://www.ctan.org/pkg/fontawesome>).
-
-The academicons package provides the generic `\aiicon` command to access icons,
-which takes as mandatory argument the name of the desired icon. It also
-provides individual direct commands for each specific icon. The full list of
-icons and their respective names and direct commands can be found in the
-manual. For example, `\aiicon{googlescholar}` yields the same result as
-`\aiGoogleScholar`.
-
-academicons (La)TeX package\
-<https://www.ctan.org/pkg/academicons>\
-Version: 1.8.6-1\
-License: LaTeX Project Public License, version 1.3c
diff --git a/Master/texmf-dist/doc/fonts/academicons/academicons.pdf b/Master/texmf-dist/doc/fonts/academicons/academicons.pdf
index 783bcfcb807..11108e9119f 100644
--- a/Master/texmf-dist/doc/fonts/academicons/academicons.pdf
+++ b/Master/texmf-dist/doc/fonts/academicons/academicons.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/academicons/academicons.tex b/Master/texmf-dist/doc/fonts/academicons/academicons.tex
index f965b823302..c8d32d5092c 100644
--- a/Master/texmf-dist/doc/fonts/academicons/academicons.tex
+++ b/Master/texmf-dist/doc/fonts/academicons/academicons.tex
@@ -24,6 +24,7 @@
\CodelineIndex
\RecordChanges
+\changes{v1.8.6-2}{2018/06/27}{Fixed bugs in a few icon commands.}
\changes{v1.8.6-1}{2018/06/25}{Removed \texttt{fontspec} dependency.}
\changes{v1.8.6}{2018/04/03}{Release of v1.8.6.}
\changes{v1.8.3}{2018/04/03}{Release of v1.8.3.}
@@ -43,7 +44,7 @@ High quality icons of online academic profiles}
\author{%
Diogo A. B. Fernandes\thanks{Email: \href{mailto:diogoabfernandes@gmail.com}{\tt diogoabfernandes@gmail.com}}~~(\hologo{LaTeX} code)\\%
James Walsh (font and icons design)}
-\date{v1.8.6-1, released on 25 June 2018}
+\date{v1.8.6-2, released on 27 June 2018}
\maketitle
\begin{abstract}
@@ -73,11 +74,13 @@ The \textsf{\jobname} package provides the generic \cs{aiicon} command to access
\newcommand{\icon}[2]{%
\stepcounter{IconsCounter}%
% \arabic{IconsCounter}&%
+%\csname #2\endcsname%
\aiicon{#1}&%
\itshape #1&%
\ttfamily\textbackslash #2\index{\ttfamily\textbackslash #2}\\%
\stepcounter{IconsCounter}%
% \arabic{IconsCounter}&%
+%\csname #2Square\endcsname%
\aiicon{#1-square}&%
\itshape #1-square&%
\ttfamily\textbackslash #2Square\index{\ttfamily\textbackslash #2Square}\\%
@@ -98,12 +101,12 @@ The \textsf{\jobname} package provides the generic \cs{aiicon} command to access
\icon{ceur}{aiCEUR}
\icon{coursera}{aiCoursera}
\icon{cv}{aiCV}
- \icon{dataverse}{aidataverse}
+ \icon{dataverse}{aiDataverse}
\icon{dblp}{aidblp}
\icon{depsy}{aiDepsy}
\icon{doi}{aiDoi}
\icon{dryad}{aiDryad}
- \icon{ideas-repec}{aiIdeasRepec}
+ \icon{ideas-repec}{aiIDEASRePEc}
\icon{figshare}{aiFigshare}
\icon{googlescholar}{aiGoogleScholar}
\icon{ieee}{aiIEEE}
diff --git a/Master/texmf-dist/tex/latex/academicons/academicons.sty b/Master/texmf-dist/tex/latex/academicons/academicons.sty
index fd17f34023f..50484481614 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/06/25 v1.8.6-1 Academicons Icons]
+\ProvidesPackage{academicons}[2018/06/27 v1.8.6-2 Academicons Icons]
\newcommand\AI{\usefont{TU}{academicons}{m}{n}}
@@ -171,7 +171,7 @@
aiicon@ideas-repec\endcsname}}
\expandafter\def\csname%
aiicon@ideas-repec-square\endcsname{\symbol{"E9F8}}
-\def\aiIDEASRePEc{{\AI\csname%
+\def\aiIDEASRePEcSquare{{\AI\csname%
aiicon@ideas-repec-square\endcsname}}
\expandafter\def\csname%
@@ -207,7 +207,7 @@
aiicon@lattes\endcsname}}
\expandafter\def\csname%
aiicon@lattes-square\endcsname{\symbol{"E99C}}
-\def\aiLattes{{\AI\csname%
+\def\aiLattesSquare{{\AI\csname%
aiicon@lattes-square\endcsname}}
\expandafter\def\csname%
@@ -306,7 +306,7 @@
aiicon@researcherid\endcsname}}
\expandafter\def\csname%
aiicon@researcherid-square\endcsname{\symbol{"E95C}}
-\def\aiResearcherID{{\AI\csname%
+\def\aiResearcherIDSquare{{\AI\csname%
aiicon@researcherid-square\endcsname}}
\expandafter\def\csname%
@@ -333,7 +333,7 @@
aiicon@semantic-scholar\endcsname}}
\expandafter\def\csname%
aiicon@semantic-scholar-square\endcsname{\symbol{"E96C}}
-\def\aiSemanticScholar{{\AI\csname%
+\def\aiSemanticScholarSquare{{\AI\csname%
aiicon@semantic-scholar-square\endcsname}}
\expandafter\def\csname%