summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/academicons
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/doc/fonts/academicons
parentc503311d0761d89aad2df2f14cec502d09aff82f (diff)
academicons (30may15)
git-svn-id: svn://tug.org/texlive/trunk@37577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/academicons')
-rw-r--r--Master/texmf-dist/doc/fonts/academicons/README24
-rw-r--r--Master/texmf-dist/doc/fonts/academicons/academicons.pdfbin0 -> 76193 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/academicons/academicons.tex89
3 files changed, 113 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/academicons/README b/Master/texmf-dist/doc/fonts/academicons/README
new file mode 100644
index 00000000000..4d10ea2cc82
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/academicons/README
@@ -0,0 +1,24 @@
+academicons -- high quality icons of online academic profiles
+
+The "academicons" package provides access in (La)TeX to 20 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 included "academicons.ttf" font.
+
+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 font
+Author: James Walsh
+Licence: SIL Open Font License, version 1.1 \ No newline at end of file
diff --git a/Master/texmf-dist/doc/fonts/academicons/academicons.pdf b/Master/texmf-dist/doc/fonts/academicons/academicons.pdf
new file mode 100644
index 00000000000..9a50888eba9
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/academicons/academicons.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/academicons/academicons.tex b/Master/texmf-dist/doc/fonts/academicons/academicons.tex
new file mode 100644
index 00000000000..8aa8ab16aca
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/academicons/academicons.tex
@@ -0,0 +1,89 @@
+% 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/.
+
+\documentclass{ltxdoc}
+
+\usepackage[numbered]{hypdoc}
+\usepackage{hologo}
+\usepackage{hyperref,xcolor}
+\usepackage{longtable,booktabs}
+\usepackage{\jobname}
+
+\definecolor{blue}{rgb}{0.19,0.31,0.54}
+\hypersetup{colorlinks=true, linkcolor=blue, urlcolor=blue, hyperindex}
+
+\EnableCrossrefs
+\CodelineIndex
+\RecordChanges
+
+\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{Version 1.4, released on May 28, 2015}
+\maketitle
+
+\begin{abstract}
+The \textsf{\jobname} package provides specific \hologo{(La)TeX} bindings with the free \emph{Academicons} font, allowing to access 20 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.}
+\changes{v1.4}{2015/05/28}{First public release (version number set to match the included \texttt{academicons.ttf} font version).}
+
+\bigskip
+
+\section{Description}
+The \textsf{\jobname} package provides access in \hologo{(La)TeX} to 20 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 included \texttt{academicons.ttf} font.
+
+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.
+
+\section{Usage}
+\DescribeMacro{\aiicon}
+The \textsf{\jobname} package provides the generic \cs{aiicon} command to access icons, which takes as mandatory argument the \meta{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 below. For example, \cs{aiicon\{googlescholar\}} yields the same result as \cs{aiGoogleScholar}.
+
+\newenvironment{showcase}%
+ {%
+ \begin{longtable}{cp{3.5cm}p{4cm}}
+ \cmidrule[\heavyrulewidth]{1-3}% \toprule
+ \bfseries Icon&{\bfseries Name} (\meta{name})&\bfseries Direct Command\\
+ \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}\\}
+
+\newpage
+\subsection{Academicons Icons}
+\label{sec:icons}
+
+\begin{showcase}
+ \icon{googlescholar}{aiGoogleScholar}
+ \icon{googlescholar-square}{aiGoogleScholarSquare}
+ \icon{researchgate}{aiResearchGate}
+ \icon{researchgate-square}{aiResearchGateSquare}
+ \icon{mendeley}{aiMendeley}
+ \icon{mendeley-square}{aiMendeleySquare}
+ \icon{orcid}{aiOrcid}
+ \icon{orcid-square}{aiOrcidSquare}
+ \icon{impactstory}{aiImpactstory}
+ \icon{impactstory-square}{aiImpactstorySquare}
+ \icon{academia}{aiAcademia}
+ \icon{academia-square}{aiAcademiaSquare}
+ \icon{zotero}{aiZotero}
+ \icon{zotero-square}{aiZoteroSquare}
+ \icon{figshare}{aiFigshare}
+ \icon{figshare-square}{aiFigshareSquare}
+ \icon{dryad}{aiDryad}
+ \icon{dryad-square}{aiDryadSquare}
+ \icon{arxiv}{aiArxiv}
+ \icon{arxiv-square}{aiArxivSquare}
+\end{showcase}
+
+\PrintChanges
+\PrintIndex
+\end{document}
+