texlive[48086] Master/texmf-dist: academicons (25jun18)

commits+karl at tug.org commits+karl at tug.org
Mon Jun 25 22:55:50 CEST 2018


Revision: 48086
          http://tug.org/svn/texlive?view=revision&revision=48086
Author:   karl
Date:     2018-06-25 22:55:50 +0200 (Mon, 25 Jun 2018)
Log Message:
-----------
academicons (25jun18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/academicons/README
    trunk/Master/texmf-dist/doc/fonts/academicons/academicons.pdf
    trunk/Master/texmf-dist/doc/fonts/academicons/academicons.tex
    trunk/Master/texmf-dist/tex/latex/academicons/academicons.sty

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/fonts/academicons/README.md
    trunk/Master/texmf-dist/tex/latex/academicons/tuacademicons.fd

Modified: trunk/Master/texmf-dist/doc/fonts/academicons/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/academicons/README	2018-06-25 00:23:59 UTC (rev 48085)
+++ trunk/Master/texmf-dist/doc/fonts/academicons/README	2018-06-25 20:55:50 UTC (rev 48086)
@@ -2,12 +2,11 @@
 
 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 "fontspec" package and 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.
+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.
 
 The "Academicons" font was designed by James Walsh and released (see
 http://jpswalsh.github.io/academicons/) under the open SIL Open Font License
@@ -25,7 +24,7 @@
 
 academicons (La)TeX package
 https://www.ctan.org/pkg/academicons
-Version: 1.8.6
+Version: 1.8.6-1
 Author: Diogo A. B. Fernandes, diogoabfernandes at gmail.com
 License: LaTeX Project Public License, version 1.3c
 

Added: trunk/Master/texmf-dist/doc/fonts/academicons/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/academicons/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/fonts/academicons/README.md	2018-06-25 20:55:50 UTC (rev 48086)
@@ -0,0 +1,29 @@
+# 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


Property changes on: trunk/Master/texmf-dist/doc/fonts/academicons/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/fonts/academicons/academicons.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/fonts/academicons/academicons.tex
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/academicons/academicons.tex	2018-06-25 00:23:59 UTC (rev 48085)
+++ trunk/Master/texmf-dist/doc/fonts/academicons/academicons.tex	2018-06-25 20:55:50 UTC (rev 48086)
@@ -10,8 +10,8 @@
 \usepackage{hologo}
 \usepackage{hyperref,xcolor}
 \usepackage{longtable,booktabs}
-\usepackage{\jobname}
-%\usepackage{./academicons}
+%\usepackage{\jobname}
+\usepackage{./academicons}
 
 \definecolor{blue}{rgb}{0.19,0.31,0.54}
 \hypersetup{colorlinks=true, linkcolor=blue, urlcolor=blue, hyperindex}
@@ -24,6 +24,7 @@
 \CodelineIndex
 \RecordChanges
 
+\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.}
 \changes{v1.8.0-1}{2018/03/27}{Enhancement release: adjusted \texttt{\textbackslash{}newfontfamily} to account for the font installed via \texttt{tlmgr}.}
@@ -42,7 +43,7 @@
 \author{%
   Diogo A. B. Fernandes\thanks{Email: \href{mailto:diogoabfernandes at gmail.com}{\tt diogoabfernandes at gmail.com}}~~(\hologo{LaTeX} code)\\%
   James Walsh (font and icons design)}
-\date{v1.8.6, released on 16 April 2018}
+\date{v1.8.6-1, released on 25 June 2018}
 \maketitle
 
 \begin{abstract}
@@ -52,7 +53,7 @@
 \bigskip
 
 \section{Description}
-The \textsf{\jobname} package provides access in \hologo{(La)TeX} to \total{IconsCounter} high quality icons of online academic profiles included in the free \emph{Academicons} font. This package requires the \textsf{fontspec} package and either the \hologo{Xe}\hologo{(La)TeX} or Lua\hologo{(La)TeX} engine to load the \emph{Academicons} font from the system, which requires installing the bundled \texttt{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 \textsf{\jobname} package provides access in \hologo{(La)TeX} to \total{IconsCounter} high quality icons of online academic profiles included in the free \emph{Academicons} font. This package requires either the \hologo{Xe}\hologo{(La)TeX} or Lua\hologo{(La)TeX} engine to load the \emph{Academicons} font from the system, which requires installing the bundled \texttt{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 \emph{Academicons} font was designed by James Walsh and released\footnote{See \url{http://jpswalsh.github.io/academicons/}.} under the open SIL Open Font License\footnote{Available at \url{http://scripts.sil.org/OFL}.}. This package is a redistribution of the free \emph{Academicons} font with specific bindings for \hologo{(La)TeX}. It is inspired and based on the \textsf{fontawesome}\footnote{Available at \url{http://www.ctan.org/pkg/fontawesome}.} package.
 

Modified: trunk/Master/texmf-dist/tex/latex/academicons/academicons.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/academicons/academicons.sty	2018-06-25 00:23:59 UTC (rev 48085)
+++ trunk/Master/texmf-dist/tex/latex/academicons/academicons.sty	2018-06-25 20:55:50 UTC (rev 48086)
@@ -5,12 +5,10 @@
 % 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}
+\newcommand\AI{\usefont{TU}{academicons}{m}{n}}
 
-\newfontfamily{\AI}{Academicons}
-
 \newcommand*{\aiicon}[1]
   {\AI\csname aiicon@#1\endcsname}
 

Added: trunk/Master/texmf-dist/tex/latex/academicons/tuacademicons.fd
===================================================================
--- trunk/Master/texmf-dist/tex/latex/academicons/tuacademicons.fd	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/academicons/tuacademicons.fd	2018-06-25 20:55:50 UTC (rev 48086)
@@ -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}{}}{}


Property changes on: trunk/Master/texmf-dist/tex/latex/academicons/tuacademicons.fd
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the tex-live-commits mailing list