From 931ae69b679e6a7509458ffc2bb54c6ef83d9159 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 15 Jan 2016 22:59:27 +0000 Subject: academicons (15jan16) git-svn-id: svn://tug.org/texlive/trunk@39393 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/fonts/academicons/academicons.tex | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/doc/fonts/academicons/academicons.tex') 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 -- cgit v1.2.3