texlive[47288] Master: academicons (4apr18)

commits+karl at tug.org commits+karl at tug.org
Wed Apr 4 22:19:04 CEST 2018


Revision: 47288
          http://tug.org/svn/texlive?view=revision&revision=47288
Author:   karl
Date:     2018-04-04 22:19:03 +0200 (Wed, 04 Apr 2018)
Log Message:
-----------
academicons (4apr18)

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/fonts/truetype/public/academicons/academicons.ttf
    trunk/Master/texmf-dist/tex/latex/academicons/academicons.sty
    trunk/Master/tlpkg/libexec/ctan2tds

Modified: trunk/Master/texmf-dist/doc/fonts/academicons/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/academicons/README	2018-04-04 20:17:44 UTC (rev 47287)
+++ trunk/Master/texmf-dist/doc/fonts/academicons/README	2018-04-04 20:19:03 UTC (rev 47288)
@@ -1,6 +1,6 @@
 academicons -- high quality icons of online academic profiles
 
-The "academicons" package provides access in (La)TeX to 62 high quality icons
+The "academicons" package provides access in (La)TeX to 66 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
@@ -25,7 +25,7 @@
 
 academicons (La)TeX package
 https://www.ctan.org/pkg/academicons
-Version: 1.8.1
+Version: 1.8.3
 Author: Diogo A. B. Fernandes, diogoabfernandes at gmail.com
 License: LaTeX Project Public License, version 1.3c
 

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-04-04 20:17:44 UTC (rev 47287)
+++ trunk/Master/texmf-dist/doc/fonts/academicons/academicons.tex	2018-04-04 20:19:03 UTC (rev 47288)
@@ -11,6 +11,7 @@
 \usepackage{hyperref,xcolor}
 \usepackage{longtable,booktabs}
 \usepackage{\jobname}
+%\usepackage{./academicons}
 
 \definecolor{blue}{rgb}{0.19,0.31,0.54}
 \hypersetup{colorlinks=true, linkcolor=blue, urlcolor=blue, hyperindex}
@@ -23,6 +24,7 @@
 \CodelineIndex
 \RecordChanges
 
+\changes{v1.8.3}{2018/04/03}{Release of v1.8.3.}
 \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.}
@@ -39,7 +41,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.1, released on 27 March 2018}
+\date{v1.8.3, released on 03 April 2018}
 \maketitle
 
 \begin{abstract}
@@ -102,6 +104,7 @@
   \icon{ieee}{aiIEEE}
   \icon{impactstory}{aiImpactstory}
   \icon{inspire}{aiInspire}
+  \icon{mathoverflow}{aiMathOverflow}
   \icon{mendeley}{aiMendeley}
   \icon{open-access}{aiOpenAccess}
   \icon{orcid}{aiOrcid}
@@ -114,6 +117,7 @@
   \icon{researchgate}{aiResearchGate}
   \icon{scirate}{aiSciRate}
   \icon{springer}{aiSpringer}
+  \icon{cv}{aiCV}
   \icon{zotero}{aiZotero}
 \end{showcase}
 

Modified: trunk/Master/texmf-dist/fonts/truetype/public/academicons/academicons.ttf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/academicons/academicons.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/academicons/academicons.sty	2018-04-04 20:17:44 UTC (rev 47287)
+++ trunk/Master/texmf-dist/tex/latex/academicons/academicons.sty	2018-04-04 20:19:03 UTC (rev 47288)
@@ -5,7 +5,7 @@
 % available at http://www.latex-project.org/lppl/.
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{academicons}[2018/03/27 v1.8.1 Academicons Icons]
+\ProvidesPackage{academicons}[2018/04/03 v1.8.3 Academicons Icons]
 
 \usepackage{fontspec}
 
@@ -302,4 +302,22 @@
 \def\aiZoteroSquare{{\AI\csname%
   aiicon at zotero-square\endcsname}}
 
+\expandafter\def\csname%
+  aiicon at mathoverflow\endcsname{\symbol{"E901}}
+\def\aiMathOverflow{{\AI\csname%
+  aiicon at mathoverflow\endcsname}}
+\expandafter\def\csname%
+  aiicon at mathoverflow-square\endcsname{\symbol{"E900}}
+\def\aiMathOverflowSquare{{\AI\csname%
+  aiicon at mathoverflow-square\endcsname}}
+
+\expandafter\def\csname%
+  aiicon at cv\endcsname{\symbol{"E903}}
+\def\aiCV{{\AI\csname%
+  aiicon at cv\endcsname}}
+\expandafter\def\csname%
+  aiicon at cv-square\endcsname{\symbol{"E902}}
+\def\aiCVSquare{{\AI\csname%
+  aiicon at cv-square\endcsname}}
+
 \endinput

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2018-04-04 20:17:44 UTC (rev 47287)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2018-04-04 20:19:03 UTC (rev 47288)
@@ -1210,6 +1210,7 @@
  'wadalab',     "&MAKEwadalab",
  'wasy2',       "die 'skipping, use wasy'",
  'wasy2-ps',	"&MAKEflatten",
+ 'win32-emacs-auctex', "die 'skipping, not for us'",
  'winedt',      "die 'skipping, nonfree license'",
  'winfonts',    "die 'skipping, support for nonfree fonts'",
  'withesis',    "die 'skipping, thesis package ca.2002, wait for request'",



More information about the tex-live-commits mailing list