summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/academicons/academicons.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/academicons/academicons.tex')
-rw-r--r--Master/texmf-dist/doc/fonts/academicons/academicons.tex26
1 files changed, 15 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/fonts/academicons/academicons.tex b/Master/texmf-dist/doc/fonts/academicons/academicons.tex
index 532f1fdfdd6..05fbd322baa 100644
--- a/Master/texmf-dist/doc/fonts/academicons/academicons.tex
+++ b/Master/texmf-dist/doc/fonts/academicons/academicons.tex
@@ -1,4 +1,4 @@
-% Copyright 2016 Diogo A. B. Fernandes
+% Copyright 2015-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,
@@ -23,28 +23,29 @@
\CodelineIndex
\RecordChanges
+\changes{v1.8.1}{2018/03/27}{Enhancement release: adjusted \texttt{\textbackslash{}newfontfamily} to account for the font installed via \texttt{tlmgr}.}
+\changes{v1.8.0}{2017/05/15}{Major release of v1.8.0.}
+\changes{v1.7.2}{2016/06/12}{Fix release: corrected a bug in the style file.}
+\changes{v1.7.1}{2016/06/12}{Fix release: corrected a bug in the style file.}
+\changes{v1.7.0}{2016/05/16}{Major release of v1.7.0.}
+\changes{v1.6.0-1}{2016/03/02}{Better documentation.}
+\changes{v1.6.0}{2016/01/30}{Major release of v1.6.0.}
+\changes{v1.4.0-1}{2015/05/30}{Fix release: corrected a few typos and errors in the manual.}
+\changes{v1.4.0}{2015/05/28}{First public release (version number set to match the included \texttt{academicons.ttf} font version).}
+
\begin{document}
\title{The \textsf{\jobname} package\\
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.0, released on May 15, 2017}
+\date{v1.8.1, released on 27 March 2018}
\maketitle
\begin{abstract}
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.8.0}{2017/05/15}{Major release of v1.8.0.}
-\changes{v1.7.2}{2016/06/12}{Fix release: corrected a bug in the style file.}
-\changes{v1.7.1}{2016/06/12}{Fix release: corrected a bug in the style file.}
-\changes{v1.7.0}{2016/05/16}{Major release of v1.7.0.}
-\changes{v1.6.0-1}{2016/03/02}{Better documentation.}
-\changes{v1.6.0}{2016/01/30}{Major release of v1.6.0.}
-\changes{v1.4.0-1}{2015/05/30}{Fix release: corrected a few typos and errors in the manual.}
-\changes{v1.4.0}{2015/05/28}{First public release (version number set to match the included \texttt{academicons.ttf} font version).}
-
\bigskip
\section{Description}
@@ -60,16 +61,19 @@ The \textsf{\jobname} package provides the generic \cs{aiicon} command to access
{%
\begin{longtable}{cp{3.5cm}p{4.5cm}}
\cmidrule[\heavyrulewidth]{1-3}% \toprule
+ % \bfseries \#&\bfseries Icon&{\bfseries Name} (\meta{name})&\bfseries Direct Command\\
\bfseries Icon&{\bfseries Name} (\meta{name})&\bfseries Direct Command\\
\cmidrule{1-3}\endhead}
{\cmidrule[\heavyrulewidth]{1-3}% \bottomrule
\end{longtable}}
\newcommand{\icon}[2]{%
\stepcounter{IconsCounter}%
+% \arabic{IconsCounter}&%
\aiicon{#1}&%
\itshape #1&%
\ttfamily\textbackslash #2\index{\ttfamily\textbackslash #2}\\%
\stepcounter{IconsCounter}%
+% \arabic{IconsCounter}&%
\aiicon{#1-square}&%
\itshape #1-square&%
\ttfamily\textbackslash #2Square\index{\ttfamily\textbackslash #2Square}\\%