summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/academicons/academicons.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-06-16 22:41:18 +0000
committerKarl Berry <karl@freefriends.org>2015-06-16 22:41:18 +0000
commit428e79a48f8e31eab93f621bec58059e07959511 (patch)
tree52a4afd39afebbbe0a3f9637932021dcfac34039 /Master/texmf-dist/tex/latex/academicons/academicons.sty
parentc503311d0761d89aad2df2f14cec502d09aff82f (diff)
academicons (30may15)
git-svn-id: svn://tug.org/texlive/trunk@37577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/academicons/academicons.sty')
-rw-r--r--Master/texmf-dist/tex/latex/academicons/academicons.sty107
1 files changed, 107 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/academicons/academicons.sty b/Master/texmf-dist/tex/latex/academicons/academicons.sty
new file mode 100644
index 00000000000..05244027413
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/academicons/academicons.sty
@@ -0,0 +1,107 @@
+% Copyright 2015 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/.
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{academicons}[2015/05/28 v1.4 Academicons Icons]
+
+\usepackage{fontspec}
+
+\newfontfamily{\AI}{academicons}
+
+\newcommand*{\aiicon}[1]
+ {\AI\csname aiicon@#1\endcsname}
+
+\expandafter\def\csname%
+ aiicon@googlescholar\endcsname{\symbol{"E600}}
+\def\aiGoogleScholar{{\AI\csname%
+ aiicon@googlescholar\endcsname}}
+\expandafter\def\csname%
+ aiicon@googlescholar-square\endcsname{\symbol{"E601}}
+\def\aiGoogleScholarSquare{{\AI\csname%
+ aiicon@googlescholar-square\endcsname}}
+
+\expandafter\def\csname%
+ aiicon@researchgate\endcsname{\symbol{"E602}}
+\def\aiResearchGate{{\AI\csname%
+ aiicon@researchgate\endcsname}}
+\expandafter\def\csname%
+ aiicon@researchgate-square\endcsname{\symbol{"E603}}
+\def\aiResearchGateSquare{{\AI\csname%
+ aiicon@researchgate-square\endcsname}}
+
+\expandafter\def\csname%
+ aiicon@mendeley\endcsname{\symbol{"E604}}
+\def\aiMendeley{{\AI\csname%
+ aiicon@mendeley\endcsname}}
+\expandafter\def\csname%
+ aiicon@mendeley-square\endcsname{\symbol{"E605}}
+\def\aiMendeleySquare{{\AI\csname%
+ aiicon@mendeley-square\endcsname}}
+
+\expandafter\def\csname%
+ aiicon@orcid\endcsname{\symbol{"E606}}
+\def\aiOrcid{{\AI\csname%
+ aiicon@orcid\endcsname}}
+\expandafter\def\csname%
+ aiicon@orcid-square\endcsname{\symbol{"E607}}
+\def\aiOrcidSquare{{\AI\csname%
+ aiicon@orcid-square\endcsname}}
+
+\expandafter\def\csname%
+ aiicon@impactstory\endcsname{\symbol{"E608}}
+\def\aiImpactstory{{\AI\csname%
+ aiicon@impactstory\endcsname}}
+\expandafter\def\csname%
+ aiicon@impactstory-square\endcsname{\symbol{"E609}}
+\def\aiImpactstorySquare{{\AI\csname%
+ aiicon@impactstory-square\endcsname}}
+
+\expandafter\def\csname%
+ aiicon@academia\endcsname{\symbol{"E60A}}
+\def\aiAcademia{{\AI\csname%
+ aiicon@academia\endcsname}}
+\expandafter\def\csname%
+ aiicon@academia-square\endcsname{\symbol{"E60B}}
+\def\aiAcademiaSquare{{\AI\csname%
+ aiicon@academia-square\endcsname}}
+
+\expandafter\def\csname%
+ aiicon@zotero\endcsname{\symbol{"E60C}}
+\def\aiZotero{{\AI\csname%
+ aiicon@zotero\endcsname}}
+\expandafter\def\csname%
+ aiicon@zotero-square\endcsname{\symbol{"E60D}}
+\def\aiZoteroSquare{{\AI\csname%
+ aiicon@zotero-square\endcsname}}
+
+\expandafter\def\csname%
+ aiicon@figshare\endcsname{\symbol{"E60E}}
+\def\aiFigshare{{\AI\csname%
+ aiicon@figshare\endcsname}}
+\expandafter\def\csname%
+ aiicon@figshare-square\endcsname{\symbol{"E60F}}
+\def\aiFigshareSquare{{\AI\csname%
+ aiicon@figshare-square\endcsname}}
+
+\expandafter\def\csname%
+ aiicon@dryad\endcsname{\symbol{"E610}}
+\def\aiDryad{{\AI\csname%
+ aiicon@dryad\endcsname}}
+\expandafter\def\csname%
+ aiicon@dryad-square\endcsname{\symbol{"E611}}
+\def\aiDryadSquare{{\AI\csname%
+ aiicon@dryad-square\endcsname}}
+
+\expandafter\def\csname%
+ aiicon@arxiv\endcsname{\symbol{"E612}}
+\def\aiArxiv{{\AI\csname%
+ aiicon@arxiv\endcsname}}
+\expandafter\def\csname%
+ aiicon@arxiv-square\endcsname{\symbol{"E613}}
+\def\aiArxivSquare{{\AI\csname%
+ aiicon@arxiv-square\endcsname}}
+
+\endinput