diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-25 23:28:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-25 23:28:22 +0000 |
commit | 87e15cfee2b1cfdc7c288a09bb189a700314b02f (patch) | |
tree | cfebd119d4ad3517c200ca30db93fceb84a56f90 /Master/texmf-dist/doc | |
parent | db8992f8612acbc4556f85cb145a9ab3847a73e9 (diff) |
fontawesome (24mar13)
git-svn-id: svn://tug.org/texlive/trunk@29498 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/fontawesome/fontawesome.pdf | bin | 135926 -> 136408 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fontawesome/fontawesome.tex | 20 |
2 files changed, 17 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/fontawesome/fontawesome.pdf b/Master/texmf-dist/doc/latex/fontawesome/fontawesome.pdf Binary files differindex cdaf5adb855..f9409cf4580 100644 --- a/Master/texmf-dist/doc/latex/fontawesome/fontawesome.pdf +++ b/Master/texmf-dist/doc/latex/fontawesome/fontawesome.pdf diff --git a/Master/texmf-dist/doc/latex/fontawesome/fontawesome.tex b/Master/texmf-dist/doc/latex/fontawesome/fontawesome.tex index 705d342fce7..37e5c214f6b 100644 --- a/Master/texmf-dist/doc/latex/fontawesome/fontawesome.tex +++ b/Master/texmf-dist/doc/latex/fontawesome/fontawesome.tex @@ -7,14 +7,14 @@ \documentclass{ltxdoc} %\GetFileInfo{\jobname.sty} -\def\fileversion{3.0.2} -\def\filedate{March 21, 2013} +\def\fileversion{3.0.2-1} +\def\filedate{March 23, 2013} \usepackage{lmodern} \usepackage[numbered]{hypdoc} \usepackage{hologo} \usepackage{hyperref, xcolor} \definecolor{myblue}{rgb}{0.22,0.45,0.70}% light blue -\hypersetup{colorlinks=true, linkcolor=myblue, urlcolor=myblue} +\hypersetup{colorlinks=true, linkcolor=myblue, urlcolor=myblue, hyperindex} \usepackage{longtable, booktabs} \usepackage{\jobname} \EnableCrossrefs @@ -36,6 +36,20 @@ This package requires the \textsf{fontspec} package and either the \hologo{Xe}\h \end{abstract} \changes{v3.0.2}{2013/03/21}{First public release (version number set to match the included FontAwesome.otf font version).} +\makeatletter +\let\PrintMacroName@original\PrintMacroName +%\let\PrintDescribeMacro\@gobble +%\let\PrintDescribeEnv\@gobble +\let\PrintMacroName\@gobble +%\let\PrintEnvName\@gobble +\begin{macro}{\faTextHeight} +\changes{v3.0.2-1}{2013/03/23}{Corrected the bindings icons of \cs{text-height} and \cs{text-width}, which were inverted.} +\end{macro} +\begin{macro}{\faTextWidth} +\changes{v3.0.2-1}{2013/03/23}{Corrected the bindings icons of \cs{text-height} and \cs{text-width}, which were inverted.} +\end{macro} +\let\PrintMacroName\PrintMacroName@original +\makeatother \bigskip |