summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fontawesome/fontawesome.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fontawesome/fontawesome.sty')
-rw-r--r--Master/texmf-dist/tex/latex/fontawesome/fontawesome.sty12
1 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/fontawesome/fontawesome.sty b/Master/texmf-dist/tex/latex/fontawesome/fontawesome.sty
index 22cafcddd7c..a5e6ae06901 100644
--- a/Master/texmf-dist/tex/latex/fontawesome/fontawesome.sty
+++ b/Master/texmf-dist/tex/latex/fontawesome/fontawesome.sty
@@ -1,5 +1,5 @@
%% start of file `fontawesome.sty'.
-%% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com).
+%% Copyright 2013-2016 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
@@ -10,7 +10,7 @@
% identification
%-------------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fontawesome}[2015/07/30 v4.4.0 font awesome icons]
+\ProvidesPackage{fontawesome}[2016/05/15 v4.6.3.1 font awesome icons]
%-------------------------------------------------------------------------------
@@ -61,6 +61,14 @@
\fi
+%-------------------------------------------------------------------------------
+% fix for FontAwesome icon names containing numerals
+%-------------------------------------------------------------------------------
+\renewcommand{\faHourglass}[1][]{%
+ \faicon{hourglass\if\relax\detokenize{#1}\relax\else-#1\fi}}
+\renewcommand{\faBattery}[1][4]{%
+ \faicon{battery-#1}}
+
\endinput