summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/academicons
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-15 22:59:27 +0000
committerKarl Berry <karl@freefriends.org>2016-01-15 22:59:27 +0000
commit931ae69b679e6a7509458ffc2bb54c6ef83d9159 (patch)
tree1626f32f267386ce4ec361ad9994aab1709cbfbc /Master/texmf-dist/doc/fonts/academicons
parentc8e8cc7058d347b56d935ed72ed470df7e78493f (diff)
academicons (15jan16)
git-svn-id: svn://tug.org/texlive/trunk@39393 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/academicons')
-rw-r--r--Master/texmf-dist/doc/fonts/academicons/academicons.pdfbin74916 -> 74915 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/academicons/academicons.tex18
2 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/fonts/academicons/academicons.pdf b/Master/texmf-dist/doc/fonts/academicons/academicons.pdf
index c1b10a46313..ab47b7948b8 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 7d6f4c82f21..b514164c59e 100644
--- a/Master/texmf-dist/doc/fonts/academicons/academicons.tex
+++ b/Master/texmf-dist/doc/fonts/academicons/academicons.tex
@@ -1,4 +1,4 @@
-% Copyright 2015 Diogo A. B. Fernandes
+% Copyright 2016 Diogo A. B. Fernandes
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
@@ -15,6 +15,10 @@
\definecolor{blue}{rgb}{0.19,0.31,0.54}
\hypersetup{colorlinks=true, linkcolor=blue, urlcolor=blue, hyperindex}
+\usepackage{totcount}
+\newtotcounter{IconsCounter}
+\setcounter{IconsCounter}{0}
+
\EnableCrossrefs
\CodelineIndex
\RecordChanges
@@ -25,11 +29,11 @@ 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{Version 1.5, released on July 22, 2015}
+\date{Version 1.6, released on January 14, 2016}
\maketitle
\begin{abstract}
-The \textsf{\jobname} package provides specific \hologo{(La)TeX} bindings with the free \emph{Academicons} font, allowing to access 24 high quality icons of online academic profiles.
+The \textsf{\jobname} package provides specific \hologo{(La)TeX} bindings with the free \emph{Academicons} font, allowing to access \total{IconsCounter} high quality icons of online academic profiles.
\end{abstract}
\changes{v1.4-1}{2015/05/30}{Fix release: corrected a few typos and errors in the manual.}
@@ -54,7 +58,7 @@ The \textsf{\jobname} package provides the generic \cs{aiicon} command to access
\cmidrule{1-3}\endhead}
{\cmidrule[\heavyrulewidth]{1-3}% \bottomrule
\end{longtable}}
-\newcommand{\icon}[2]{\aiicon{#1}& \itshape #1&\ttfamily\textbackslash #2\index{\ttfamily\textbackslash #2}\\}
+\newcommand{\icon}[2]{\stepcounter{IconsCounter}\aiicon{#1}& \itshape #1&\ttfamily\textbackslash #2\index{\ttfamily\textbackslash #2}\\}
\newpage
\subsection{Academicons Icons}
@@ -65,8 +69,8 @@ The \textsf{\jobname} package provides the generic \cs{aiicon} command to access
\icon{googlescholar-square}{aiGoogleScholarSquare}
\icon{researchgate}{aiResearchGate}
\icon{researchgate-square}{aiResearchGateSquare}
- \icon{researchgateold}{aiResearchGateOld}
- \icon{researchgateold-square}{aiResearchGateOldSquare}
+% \icon{researchgateold}{aiResearchGateOld}
+% \icon{researchgateold-square}{aiResearchGateOldSquare}
\icon{mendeley}{aiMendeley}
\icon{mendeley-square}{aiMendeleySquare}
\icon{orcid}{aiOrcid}
@@ -85,6 +89,8 @@ The \textsf{\jobname} package provides the generic \cs{aiicon} command to access
\icon{scirate-square}{aiSciRateSquare}
\icon{arxiv}{aiArxiv}
\icon{arxiv-square}{aiArxivSquare}
+ \icon{open-access}{aiOpenAccess}
+ \icon{open-access-square}{aiOpenAccessSquare}
\end{showcase}
\PrintChanges