summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-07-10 22:37:50 +0000
committerKarl Berry <karl@freefriends.org>2015-07-10 22:37:50 +0000
commit91384b8beac142e5e28f8500be3aeca976d47a88 (patch)
tree105a357aeac501e70054632fec7aecd80c46110e /Master/texmf-dist/doc
parent29257ccc28919fcb506e6582fa5078ed0e542f70 (diff)
fontawesome (10jul15)
git-svn-id: svn://tug.org/texlive/trunk@37825 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/fonts/fontawesome/README.md26
-rw-r--r--Master/texmf-dist/doc/fonts/fontawesome/doc/fontawesome.pdfbin0 -> 173175 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/fontawesome/doc/fontawesome.tex731
-rw-r--r--Master/texmf-dist/doc/fonts/fontawesome/fontawesomesymbols-generic.tex594
-rw-r--r--Master/texmf-dist/doc/fonts/fontawesome/fontawesomesymbols-pdftex.tex519
-rw-r--r--Master/texmf-dist/doc/fonts/fontawesome/fontawesomesymbols-xeluatex.tex519
-rw-r--r--Master/texmf-dist/doc/fonts/fontawesome/fonts/enc/fontawesomeone.enc258
-rw-r--r--Master/texmf-dist/doc/fonts/fontawesome/fonts/enc/fontawesomethree.enc258
-rw-r--r--Master/texmf-dist/doc/fonts/fontawesome/fonts/enc/fontawesometwo.enc258
-rw-r--r--Master/texmf-dist/doc/fonts/fontawesome/fonts/opentype/FontAwesome.otfbin0 -> 93888 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/fontawesome/fonts/tfm/FontAwesome--fontawesomeone.tfmbin0 -> 1356 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/fontawesome/fonts/tfm/FontAwesome--fontawesomethree.tfmbin0 -> 208 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/fontawesome/fonts/tfm/FontAwesome--fontawesometwo.tfmbin0 -> 1340 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/fontawesome/fonts/type1/FontAwesome.pfbbin0 -> 144033 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fontawesome/README23
-rw-r--r--Master/texmf-dist/doc/latex/fontawesome/fontawesome.pdfbin147784 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fontawesome/fontawesome.tex446
17 files changed, 3163 insertions, 469 deletions
diff --git a/Master/texmf-dist/doc/fonts/fontawesome/README.md b/Master/texmf-dist/doc/fonts/fontawesome/README.md
new file mode 100644
index 00000000000..ecdceb35ea0
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/fontawesome/README.md
@@ -0,0 +1,26 @@
+#fontawesome -- high quality web icons#
+
+The **fontawesome** package grants access to 519 web-related icons provided by
+the included _Font Awesome_ free font, designed by Dave Gandy and released under
+the open SIL Open Font License (available at http://scripts.sil.org/OFL).
+See http://www.fontawesome.io for more details about the font itself.
+
+This package works both with Xe(La)TeX and Lua(La)TeX (using _fontspec_ to load
+the included original otf font), as well as pdf(La)TeX (using an included
+type1 conversion and character mapping of the font).
+
+Once the package is loaded, icons can be accessed through the general `\faicon`
+command, which takes as argument the name of the desired icon, or through direct
+commands specific to each icon. The full list of icon designs, names and direct
+commands is showcased in the manual.
+
+
+Font Awesome font<br/>
+Author: Dave Gandy<br/>
+Licence: SIL Open Font License, version 1.1
+URL: http://www.fontawesome.io
+
+fontawesome LaTeX package<br/>
+Author: Xavier Danaux <xdanaux@gmail.com><br/>
+Licence: The LaTeX Project Public LiĀ­cense, version 1.3c
+URL: https://github.com/xdanaux/fontawesome-latex
diff --git a/Master/texmf-dist/doc/fonts/fontawesome/doc/fontawesome.pdf b/Master/texmf-dist/doc/fonts/fontawesome/doc/fontawesome.pdf
new file mode 100644
index 00000000000..4dc3bb09345
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/fontawesome/doc/fontawesome.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/fontawesome/doc/fontawesome.tex b/Master/texmf-dist/doc/fonts/fontawesome/doc/fontawesome.tex
new file mode 100644
index 00000000000..106e31410f8
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/fontawesome/doc/fontawesome.tex
@@ -0,0 +1,731 @@
+%% start of file `fontawesome.tex'.
+%% Copyright 2015 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,
+% available at http://www.latex-project.org/lppl/.
+
+\documentclass{ltxdoc}
+%\GetFileInfo{\jobname.sty}
+\def\fileversion{4.3.0}
+\def\filedate{July 07, 2015}
+\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, hyperindex}
+\usepackage{longtable, booktabs}
+\usepackage{tikz}
+\usepackage{xparse, ifthen}
+\usepackage{\jobname}
+\EnableCrossrefs
+\CodelineIndex
+\RecordChanges
+
+\begin{document}
+\title{The \textsf{\jobname} package\\High quality web icons}
+\author{%
+ Xavier Danaux\thanks{E-mail: \href{mailto:xdanaux@gmail.com}{\tt xdanaux@gmail.com}} (\hologo{LaTeX} code)\\%
+ Dave Gandy (font and icons design)}
+\date{Version \fileversion, released on \filedate}
+\maketitle
+
+\begin{abstract}
+The \textsf{\jobname} package grants access to 519 web-related icons provided by the included \emph{Font Awesome} free font, designed by Dave Gandy and released\footnote{See \url{http://fortawesome.github.com/Font-Awesome} for more details about the font itself} under the open SIL Open Font License\footnote{Available at \url{http://scripts.sil.org/OFL}.}.
+
+This package works both with \hologo{Xe}\hologo{(La)TeX} and Lua\hologo{(La)TeX} (using \textsf{fontspec} to load the included original \textsf{otf} font), as well as pdf\hologo{(La)TeX} (using an included \textsf{type1} conversion and character mapping of the font).
+\end{abstract}
+
+\changes{v4.3.0} {2015/07/07}{Update to match Font Awesome version 4.3.0, with a total of 519 icons.}
+\changes{v3.1.1} {2013/05/10}{Update to match Font Awesome version 3.1.1, with 53 new icons.}
+\changes{v3.0.2-1}{2013/03/23}{Bigfix release: corrected the swap of the \cs{text-height} and \cs{text-width} icons.}
+\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 binding.}
+\end{macro}
+\begin{macro}{\faTextWidth}
+\changes{v3.0.2-1}{2013/03/23}{Corrected binding.}
+\end{macro}
+\let\PrintMacroName\PrintMacroName@original
+\makeatother
+
+\bigskip
+
+\section{Introduction}
+The \textsf{\jobname} package aims to enable easy access in \hologo{(La)TeX} to high quality icons covering
+web application,
+transportation,
+gender,
+file type,
+spinner,
+form control,
+payment,
+chart,
+currency,
+text editor,
+directional,
+video player,
+brand and
+medical
+pictograms.
+%\hyperref[section:web_application]{web application},
+%\hyperref[section:transportation]{transportation},
+%\hyperref[section:gender]{gender},
+%\hyperref[section:file_type]{file type},
+%\hyperref[section:spinner]{spinner},
+%\hyperref[section:form_control]{form control},
+%\hyperref[section:payment]{payment},
+%\hyperref[section:chart]{chart},
+%\hyperref[section:currency]{currency},
+%\hyperref[section:text_editor]{text editor},
+%\hyperref[section:directional]{directional},
+%\hyperref[section:video_player]{video player},
+%\hyperref[section:brand]{brand} and
+%\hyperref[section:medical]{medical}
+%pictograms.
+It is a redistribution of the free (as in beer) \emph{Font Awesome} font with specific bindings for \hologo{(La)TeX}.
+
+\section{Requirements}
+The \textsf{\jobname} package requires the \textsf{fontspec} package when using the \hologo{Xe}\hologo{(La)TeX} or Lua\hologo{(La)TeX} engines to load the included otf font. When using the pdf\hologo{(La)TeX} engine, the \textsf{\jobname} package doesn't require any external package.
+
+\section{Usage}
+\DescribeMacro{\faicon}
+Once the \textsf{\jobname} package loaded, icons can be accessed through the general \cs{faicon}, which takes as mandatory argument the \meta{name} of the desired icon, or through a direct command specific to each icon. The full list of icon designs, names and direct commands are showcased next.
+
+\newenvironment{showcase}%
+ {%
+% \begin{longtable}{ccp{3cm}p{3.5cm}p{1cm}}% debug: shows icons with both generic and specific commands
+ \begin{longtable}{clll}
+ \cmidrule[\heavyrulewidth]{1-3}% \toprule
+% \bfseries Icon& \bfseries Icon& \bfseries Name& \bfseries Direct command& \\% debug
+ \bfseries Icon& \bfseries Name& \bfseries Direct command& \\
+ \cmidrule{1-3}\endhead}
+ {\cmidrule[\heavyrulewidth]{1-3}% \bottomrule
+ \end{longtable}}
+\NewDocumentCommand{\showcaseicon}{mmg}{%
+% \faicon{#1}& \csname#2\endcsname& \itshape #1& \ttfamily \textbackslash #2\index{\ttfamily \textbackslash #2}& \IfNoValueTF{#3}{}{\tag{#3}}\\}% debug
+ \faicon{#1}& \itshape #1& \ttfamily \textbackslash #2\index{\ttfamily \textbackslash #2}& \IfNoValueTF{#3}{}{\tag{#3}}\\}
+\newcommand{\tag}[1]{{%
+ \small\sffamily%
+ \ifthenelse{\equal{#1}{new}}{%
+ \tikz[baseline={(TAG.base)}]{
+ \node[white, fill=myblue, rounded corners=3pt, inner sep=1.5pt] (TAG) {new!\vphantom{Ay!}};
+ }}{}%
+ \ifthenelse{\equal{#1}{gone}}{%
+ \tikz[baseline={(TAG.base)}]{
+ \node[black!50, fill=black!25, rounded corners=3pt, inner sep=1.5pt] (TAG) {gone (?)\vphantom{Ay!}};
+ }}{}%
+ \ifthenelse{\equal{#1}{alias}}{%
+ \textcolor{black!50}{(alias)}}{}%
+ }}
+
+\subsection{Web application icons\label{section:web_application}}
+\begin{showcase}
+ \showcaseicon{adjust}{faAdjust}{}
+ \showcaseicon{adn}{faAdn}{}
+ \showcaseicon{align-center}{faAlignCenter}{}
+ \showcaseicon{align-justify}{faAlignJustify}{}
+ \showcaseicon{align-left}{faAlignLeft}{}
+ \showcaseicon{align-right}{faAlignRight}{}
+ \showcaseicon{ambulance}{faAmbulance}{}
+ \showcaseicon{anchor}{faAnchor}{}
+ \showcaseicon{android}{faAndroid}{}
+ \showcaseicon{angellist}{faAngellist}{}
+ \showcaseicon{angle-double-down}{faAngleDoubleDown}{}
+ \showcaseicon{angle-double-left}{faAngleDoubleLeft}{}
+ \showcaseicon{angle-double-right}{faAngleDoubleRight}{}
+ \showcaseicon{angle-double-up}{faAngleDoubleUp}{}
+ \showcaseicon{angle-down}{faAngleDown}{}
+ \showcaseicon{angle-left}{faAngleLeft}{}
+ \showcaseicon{angle-right}{faAngleRight}{}
+ \showcaseicon{angle-up}{faAngleUp}{}
+ \showcaseicon{apple}{faApple}{}
+ \showcaseicon{archive}{faArchive}{}
+ \showcaseicon{area-chart}{faAreaChart}{}
+ \showcaseicon{arrow-circle-down}{faArrowCircleDown}{}
+ \showcaseicon{arrow-circle-left}{faArrowCircleLeft}{}
+ \showcaseicon{arrow-circle-o-down}{faArrowCircleODown}{}
+ \showcaseicon{arrow-circle-o-left}{faArrowCircleOLeft}{}
+ \showcaseicon{arrow-circle-o-right}{faArrowCircleORight}{}
+ \showcaseicon{arrow-circle-o-up}{faArrowCircleOUp}{}
+ \showcaseicon{arrow-circle-right}{faArrowCircleRight}{}
+ \showcaseicon{arrow-circle-up}{faArrowCircleUp}{}
+ \showcaseicon{arrow-down}{faArrowDown}{}
+ \showcaseicon{arrow-left}{faArrowLeft}{}
+ \showcaseicon{arrow-right}{faArrowRight}{}
+ \showcaseicon{arrow-up}{faArrowUp}{}
+ \showcaseicon{arrows}{faArrows}{}
+ \showcaseicon{arrows-alt}{faArrowsAlt}{}
+ \showcaseicon{arrows-h}{faArrowsH}{}
+ \showcaseicon{arrows-v}{faArrowsV}{}
+ \showcaseicon{asterisk}{faAsterisk}{}
+ \showcaseicon{at}{faAt}{}
+ \showcaseicon{automobile}{faAutomobile}{alias}
+ \showcaseicon{backward}{faBackward}{}
+ \showcaseicon{ban}{faBan}{}
+ \showcaseicon{bank}{faBank}{alias}
+ \showcaseicon{bar-chart}{faBarChart}{}
+ \showcaseicon{bar-chart-o}{faBarChartO}{alias}
+ \showcaseicon{barcode}{faBarcode}{}
+ \showcaseicon{bars}{faBars}{}
+ \showcaseicon{bed}{faBed}{}
+ \showcaseicon{beer}{faBeer}{}
+ \showcaseicon{behance}{faBehance}{}
+ \showcaseicon{behance-square}{faBehanceSquare}{}
+ \showcaseicon{bell}{faBell}{}
+ \showcaseicon{bell-o}{faBellO}{}
+ \showcaseicon{bell-slash}{faBellSlash}{}
+ \showcaseicon{bell-slash-o}{faBellSlashO}{}
+ \showcaseicon{bicycle}{faBicycle}{}
+ \showcaseicon{binoculars}{faBinoculars}{}
+ \showcaseicon{birthday-cake}{faBirthdayCake}{}
+ \showcaseicon{bitbucket}{faBitbucket}{}
+ \showcaseicon{bitbucket-square}{faBitbucketSquare}{}
+ \showcaseicon{bitcoin}{faBitcoin}{alias}
+ \showcaseicon{bold}{faBold}{}
+ \showcaseicon{bolt}{faBolt}{}
+ \showcaseicon{bomb}{faBomb}{}
+ \showcaseicon{book}{faBook}{}
+ \showcaseicon{bookmark}{faBookmark}{}
+ \showcaseicon{bookmark-o}{faBookmarkO}{}
+ \showcaseicon{briefcase}{faBriefcase}{}
+ \showcaseicon{btc}{faBtc}{}
+ \showcaseicon{bug}{faBug}{}
+ \showcaseicon{building}{faBuilding}{}
+ \showcaseicon{building-o}{faBuildingO}{}
+ \showcaseicon{bullhorn}{faBullhorn}{}
+ \showcaseicon{bullseye}{faBullseye}{}
+ \showcaseicon{bus}{faBus}{}
+ \showcaseicon{buysellads}{faBuysellads}{}
+ \showcaseicon{cab}{faCab}{alias}
+ \showcaseicon{calculator}{faCalculator}{}
+ \showcaseicon{calendar}{faCalendar}{}
+ \showcaseicon{calendar-o}{faCalendarO}{}
+ \showcaseicon{camera}{faCamera}{}
+ \showcaseicon{camera-retro}{faCameraRetro}{}
+ \showcaseicon{car}{faCar}{}
+ \showcaseicon{caret-down}{faCaretDown}{}
+ \showcaseicon{caret-left}{faCaretLeft}{}
+ \showcaseicon{caret-right}{faCaretRight}{}
+ \showcaseicon{caret-square-o-down}{faCaretSquareODown}{}
+ \showcaseicon{caret-square-o-left}{faCaretSquareOLeft}{}
+ \showcaseicon{caret-square-o-right}{faCaretSquareORight}{}
+ \showcaseicon{caret-square-o-up}{faCaretSquareOUp}{}
+ \showcaseicon{caret-up}{faCaretUp}{}
+ \showcaseicon{cart-arrow-down}{faCartArrowDown}{}
+ \showcaseicon{cart-plus}{faCartPlus}{}
+ \showcaseicon{cc}{faCc}{}
+ \showcaseicon{cc-amex}{faCcAmex}{}
+ \showcaseicon{cc-discover}{faCcDiscover}{}
+ \showcaseicon{cc-mastercard}{faCcMastercard}{}
+ \showcaseicon{cc-paypal}{faCcPaypal}{}
+ \showcaseicon{cc-stripe}{faCcStripe}{}
+ \showcaseicon{cc-visa}{faCcVisa}{}
+ \showcaseicon{certificate}{faCertificate}{}
+ \showcaseicon{chain}{faChain}{alias}
+ \showcaseicon{chain-broken}{faChainBroken}{}
+ \showcaseicon{check}{faCheck}{}
+ \showcaseicon{check-circle}{faCheckCircle}{}
+ \showcaseicon{check-circle-o}{faCheckCircleO}{}
+ \showcaseicon{check-square}{faCheckSquare}{}
+ \showcaseicon{check-square-o}{faCheckSquareO}{}
+ \showcaseicon{chevron-circle-down}{faChevronCircleDown}{}
+ \showcaseicon{chevron-circle-left}{faChevronCircleLeft}{}
+ \showcaseicon{chevron-circle-right}{faChevronCircleRight}{}
+ \showcaseicon{chevron-circle-up}{faChevronCircleUp}{}
+ \showcaseicon{chevron-down}{faChevronDown}{}
+ \showcaseicon{chevron-left}{faChevronLeft}{}
+ \showcaseicon{chevron-right}{faChevronRight}{}
+ \showcaseicon{chevron-up}{faChevronUp}{}
+ \showcaseicon{child}{faChild}{}
+ \showcaseicon{circle}{faCircle}{}
+ \showcaseicon{circle-o}{faCircleO}{}
+ \showcaseicon{circle-o-notch}{faCircleONotch}{}
+ \showcaseicon{circle-thin}{faCircleThin}{}
+ \showcaseicon{clipboard}{faClipboard}{}
+ \showcaseicon{clock-o}{faClockO}{}
+ \showcaseicon{close}{faClose}{alias}
+ \showcaseicon{cloud}{faCloud}{}
+ \showcaseicon{cloud-download}{faCloudDownload}{}
+ \showcaseicon{cloud-upload}{faCloudUpload}{}
+ \showcaseicon{cny}{faCny}{alias}
+ \showcaseicon{code}{faCode}{}
+ \showcaseicon{code-fork}{faCodeFork}{}
+ \showcaseicon{codepen}{faCodepen}{}
+ \showcaseicon{coffee}{faCoffee}{}
+ \showcaseicon{cog}{faCog}{}
+ \showcaseicon{cogs}{faCogs}{}
+ \showcaseicon{columns}{faColumns}{}
+ \showcaseicon{comment}{faComment}{}
+ \showcaseicon{comment-o}{faCommentO}{}
+ \showcaseicon{comments}{faComments}{}
+ \showcaseicon{comments-o}{faCommentsO}{}
+ \showcaseicon{compass}{faCompass}{}
+ \showcaseicon{compress}{faCompress}{}
+ \showcaseicon{connectdevelop}{faConnectdevelop}{}
+ \showcaseicon{copy}{faCopy}{alias}
+ \showcaseicon{copyright}{faCopyright}{}
+ \showcaseicon{credit-card}{faCreditCard}{}
+ \showcaseicon{crop}{faCrop}{}
+ \showcaseicon{crosshairs}{faCrosshairs}{}
+ \showcaseicon{css3}{faCss3}{}
+ \showcaseicon{cube}{faCube}{}
+ \showcaseicon{cubes}{faCubes}{}
+ \showcaseicon{cut}{faCut}{alias}
+ \showcaseicon{cutlery}{faCutlery}{}
+ \showcaseicon{dashboard}{faDashboard}{alias}
+ \showcaseicon{dashcube}{faDashcube}{}
+ \showcaseicon{database}{faDatabase}{}
+ \showcaseicon{dedent}{faDedent}{alias}
+ \showcaseicon{delicious}{faDelicious}{}
+ \showcaseicon{desktop}{faDesktop}{}
+ \showcaseicon{deviantart}{faDeviantart}{}
+ \showcaseicon{diamond}{faDiamond}{}
+ \showcaseicon{digg}{faDigg}{}
+ \showcaseicon{dollar}{faDollar}{alias}
+ \showcaseicon{dot-circle-o}{faDotCircleO}{}
+ \showcaseicon{download}{faDownload}{}
+ \showcaseicon{dribbble}{faDribbble}{}
+ \showcaseicon{dropbox}{faDropbox}{}
+ \showcaseicon{drupal}{faDrupal}{}
+ \showcaseicon{edit}{faEdit}{alias}
+ \showcaseicon{eject}{faEject}{}
+ \showcaseicon{ellipsis-h}{faEllipsisH}{}
+ \showcaseicon{ellipsis-v}{faEllipsisV}{}
+ \showcaseicon{empire}{faEmpire}{}
+ \showcaseicon{envelope}{faEnvelope}{}
+ \showcaseicon{envelope-o}{faEnvelopeO}{}
+ \showcaseicon{envelope-square}{faEnvelopeSquare}{}
+ \showcaseicon{eraser}{faEraser}{}
+ \showcaseicon{eur}{faEur}{}
+ \showcaseicon{euro}{faEuro}{alias}
+ \showcaseicon{exchange}{faExchange}{}
+ \showcaseicon{exclamation}{faExclamation}{}
+ \showcaseicon{exclamation-circle}{faExclamationCircle}{}
+ \showcaseicon{exclamation-triangle}{faExclamationTriangle}{}
+ \showcaseicon{expand}{faExpand}{}
+ \showcaseicon{external-link}{faExternalLink}{}
+ \showcaseicon{external-link-square}{faExternalLinkSquare}{}
+ \showcaseicon{eye}{faEye}{}
+ \showcaseicon{eye-slash}{faEyeSlash}{}
+ \showcaseicon{eyedropper}{faEyedropper}{}
+ \showcaseicon{facebook}{faFacebook}{}
+ \showcaseicon{facebook-f}{faFacebookF}{alias}
+ \showcaseicon{facebook-official}{faFacebookOfficial}{}
+ \showcaseicon{facebook-square}{faFacebookSquare}{}
+ \showcaseicon{fast-backward}{faFastBackward}{}
+ \showcaseicon{fast-forward}{faFastForward}{}
+ \showcaseicon{fax}{faFax}{}
+ \showcaseicon{female}{faFemale}{}
+ \showcaseicon{fighter-jet}{faFighterJet}{}
+ \showcaseicon{file}{faFile}{}
+ \showcaseicon{file-archive-o}{faFileArchiveO}{}
+ \showcaseicon{file-audio-o}{faFileAudioO}{}
+ \showcaseicon{file-code-o}{faFileCodeO}{}
+ \showcaseicon{file-excel-o}{faFileExcelO}{}
+ \showcaseicon{file-image-o}{faFileImageO}{}
+ \showcaseicon{file-movie-o}{faFileMovieO}{alias}
+ \showcaseicon{file-o}{faFileO}{}
+ \showcaseicon{file-pdf-o}{faFilePdfO}{}
+ \showcaseicon{file-photo-o}{faFilePhotoO}{alias}
+ \showcaseicon{file-picture-o}{faFilePictureO}{alias}
+ \showcaseicon{file-powerpoint-o}{faFilePowerpointO}{}
+ \showcaseicon{file-sound-o}{faFileSoundO}{alias}
+ \showcaseicon{file-text}{faFileText}{}
+ \showcaseicon{file-text-o}{faFileTextO}{}
+ \showcaseicon{file-video-o}{faFileVideoO}{}
+ \showcaseicon{file-word-o}{faFileWordO}{}
+ \showcaseicon{file-zip-o}{faFileZipO}{alias}
+ \showcaseicon{files-o}{faFilesO}{}
+ \showcaseicon{film}{faFilm}{}
+ \showcaseicon{filter}{faFilter}{}
+ \showcaseicon{fire}{faFire}{}
+ \showcaseicon{fire-extinguisher}{faFireExtinguisher}{}
+ \showcaseicon{flag}{faFlag}{}
+ \showcaseicon{flag-checkered}{faFlagCheckered}{}
+ \showcaseicon{flag-o}{faFlagO}{}
+ \showcaseicon{flash}{faFlash}{alias}
+ \showcaseicon{flask}{faFlask}{}
+ \showcaseicon{flickr}{faFlickr}{}
+ \showcaseicon{floppy-o}{faFloppyO}{}
+ \showcaseicon{folder}{faFolder}{}
+ \showcaseicon{folder-o}{faFolderO}{}
+ \showcaseicon{folder-open}{faFolderOpen}{}
+ \showcaseicon{folder-open-o}{faFolderOpenO}{}
+ \showcaseicon{font}{faFont}{}
+ \showcaseicon{forumbee}{faForumbee}{}
+ \showcaseicon{forward}{faForward}{}
+ \showcaseicon{foursquare}{faFoursquare}{}
+ \showcaseicon{frown-o}{faFrownO}{}
+ \showcaseicon{futbol-o}{faFutbolO}{}
+ \showcaseicon{gamepad}{faGamepad}{}
+ \showcaseicon{gavel}{faGavel}{}
+ \showcaseicon{gbp}{faGbp}{}
+ \showcaseicon{ge}{faGe}{alias}
+ \showcaseicon{gear}{faGear}{alias}
+ \showcaseicon{gears}{faGears}{alias}
+ \showcaseicon{genderless}{faGenderless}{alias}
+ \showcaseicon{gift}{faGift}{}
+ \showcaseicon{git}{faGit}{}
+ \showcaseicon{git-square}{faGitSquare}{}
+ \showcaseicon{github}{faGithub}{}
+ \showcaseicon{github-alt}{faGithubAlt}{}
+ \showcaseicon{github-square}{faGithubSquare}{}
+ \showcaseicon{gittip}{faGittip}{alias}
+ \showcaseicon{glass}{faGlass}{}
+ \showcaseicon{globe}{faGlobe}{}
+ \showcaseicon{google}{faGoogle}{}
+ \showcaseicon{google-plus}{faGooglePlus}{}
+ \showcaseicon{google-plus-square}{faGooglePlusSquare}{}
+ \showcaseicon{google-wallet}{faGoogleWallet}{}
+ \showcaseicon{graduation-cap}{faGraduationCap}{}
+ \showcaseicon{gratipay}{faGratipay}{}
+ \showcaseicon{group}{faGroup}{alias}
+ \showcaseicon{h-square}{faHSquare}{}
+ \showcaseicon{hacker-news}{faHackerNews}{}
+ \showcaseicon{hand-o-down}{faHandODown}{}
+ \showcaseicon{hand-o-left}{faHandOLeft}{}
+ \showcaseicon{hand-o-right}{faHandORight}{}
+ \showcaseicon{hand-o-up}{faHandOUp}{}
+ \showcaseicon{hdd-o}{faHddO}{}
+ \showcaseicon{header}{faHeader}{}
+ \showcaseicon{headphones}{faHeadphones}{}
+ \showcaseicon{heart}{faHeart}{}
+ \showcaseicon{heart-o}{faHeartO}{}
+ \showcaseicon{heartbeat}{faHeartbeat}{}
+ \showcaseicon{history}{faHistory}{}
+ \showcaseicon{home}{faHome}{}
+ \showcaseicon{hospital-o}{faHospitalO}{}
+ \showcaseicon{hotel}{faHotel}{alias}
+ \showcaseicon{html5}{faHtml5}{}
+ \showcaseicon{ils}{faIls}{}
+ \showcaseicon{image}{faImage}{alias}
+ \showcaseicon{inbox}{faInbox}{}
+ \showcaseicon{indent}{faIndent}{}
+ \showcaseicon{info}{faInfo}{}
+ \showcaseicon{info-circle}{faInfoCircle}{}
+ \showcaseicon{inr}{faInr}{}
+ \showcaseicon{instagram}{faInstagram}{}
+ \showcaseicon{institution}{faInstitution}{alias}
+ \showcaseicon{ioxhost}{faIoxhost}{}
+ \showcaseicon{italic}{faItalic}{}
+ \showcaseicon{joomla}{faJoomla}{}
+ \showcaseicon{jpy}{faJpy}{}
+ \showcaseicon{jsfiddle}{faJsfiddle}{}
+ \showcaseicon{key}{faKey}{}
+ \showcaseicon{keyboard-o}{faKeyboardO}{}
+ \showcaseicon{krw}{faKrw}{}
+ \showcaseicon{language}{faLanguage}{}
+ \showcaseicon{laptop}{faLaptop}{}
+ \showcaseicon{lastfm}{faLastfm}{}
+ \showcaseicon{lastfm-square}{faLastfmSquare}{}
+ \showcaseicon{leaf}{faLeaf}{}
+ \showcaseicon{leanpub}{faLeanpub}{}
+ \showcaseicon{legal}{faLegal}{alias}
+ \showcaseicon{lemon-o}{faLemonO}{}
+ \showcaseicon{level-down}{faLevelDown}{}
+ \showcaseicon{level-up}{faLevelUp}{}
+ \showcaseicon{life-bouy}{faLifeBouy}{alias}
+ \showcaseicon{life-buoy}{faLifeBuoy}{alias}
+ \showcaseicon{life-ring}{faLifeRing}{}
+ \showcaseicon{life-saver}{faLifeSaver}{alias}
+ \showcaseicon{lightbulb-o}{faLightbulbO}{}
+ \showcaseicon{line-chart}{faLineChart}{}
+ \showcaseicon{link}{faLink}{}
+ \showcaseicon{linkedin}{faLinkedin}{}
+ \showcaseicon{linkedin-square}{faLinkedinSquare}{}
+ \showcaseicon{linux}{faLinux}{}
+ \showcaseicon{list}{faList}{}
+ \showcaseicon{list-alt}{faListAlt}{}
+ \showcaseicon{list-ol}{faListOl}{}
+ \showcaseicon{list-ul}{faListUl}{}
+ \showcaseicon{location-arrow}{faLocationArrow}{}
+ \showcaseicon{lock}{faLock}{}
+ \showcaseicon{long-arrow-down}{faLongArrowDown}{}
+ \showcaseicon{long-arrow-left}{faLongArrowLeft}{}
+ \showcaseicon{long-arrow-right}{faLongArrowRight}{}
+ \showcaseicon{long-arrow-up}{faLongArrowUp}{}
+ \showcaseicon{magic}{faMagic}{}
+ \showcaseicon{magnet}{faMagnet}{}
+ \showcaseicon{mail-forward}{faMailForward}{alias}
+ \showcaseicon{mail-reply}{faMailReply}{alias}
+ \showcaseicon{mail-reply-all}{faMailReplyAll}{alias}
+ \showcaseicon{male}{faMale}{}
+ \showcaseicon{map-marker}{faMapMarker}{}
+ \showcaseicon{mars}{faMars}{}
+ \showcaseicon{mars-double}{faMarsDouble}{}
+ \showcaseicon{mars-stroke}{faMarsStroke}{}
+ \showcaseicon{mars-stroke-h}{faMarsStrokeH}{}
+ \showcaseicon{mars-stroke-v}{faMarsStrokeV}{}
+ \showcaseicon{maxcdn}{faMaxcdn}{}
+ \showcaseicon{meanpath}{faMeanpath}{}
+ \showcaseicon{medium}{faMedium}{}
+ \showcaseicon{medkit}{faMedkit}{}
+ \showcaseicon{meh-o}{faMehO}{}
+ \showcaseicon{mercury}{faMercury}{}
+ \showcaseicon{microphone}{faMicrophone}{}
+ \showcaseicon{microphone-slash}{faMicrophoneSlash}{}
+ \showcaseicon{minus}{faMinus}{}
+ \showcaseicon{minus-circle}{faMinusCircle}{}
+ \showcaseicon{minus-square}{faMinusSquare}{}
+ \showcaseicon{minus-square-o}{faMinusSquareO}{}
+ \showcaseicon{mobile}{faMobile}{}
+ \showcaseicon{mobile-phone}{faMobilePhone}{alias}
+ \showcaseicon{money}{faMoney}{}
+ \showcaseicon{moon-o}{faMoonO}{}
+ \showcaseicon{mortar-board}{faMortarBoard}{alias}
+ \showcaseicon{motorcycle}{faMotorcycle}{}
+ \showcaseicon{music}{faMusic}{}
+ \showcaseicon{navicon}{faNavicon}{alias}
+ \showcaseicon{neuter}{faNeuter}{}
+ \showcaseicon{newspaper-o}{faNewspaperO}{}
+ \showcaseicon{openid}{faOpenid}{}
+ \showcaseicon{outdent}{faOutdent}{}
+ \showcaseicon{pagelines}{faPagelines}{}
+ \showcaseicon{paint-brush}{faPaintBrush}{}
+ \showcaseicon{paper-plane}{faPaperPlane}{}
+ \showcaseicon{paper-plane-o}{faPaperPlaneO}{}
+ \showcaseicon{paperclip}{faPaperclip}{}
+ \showcaseicon{paragraph}{faParagraph}{}
+ \showcaseicon{paste}{faPaste}{alias}
+ \showcaseicon{pause}{faPause}{}
+ \showcaseicon{paw}{faPaw}{}
+ \showcaseicon{paypal}{faPaypal}{}
+ \showcaseicon{pencil}{faPencil}{}
+ \showcaseicon{pencil-square}{faPencilSquare}{}
+ \showcaseicon{pencil-square-o}{faPencilSquareO}{}
+ \showcaseicon{phone}{faPhone}{}
+ \showcaseicon{phone-square}{faPhoneSquare}{}
+ \showcaseicon{photo}{faPhoto}{alias}
+ \showcaseicon{picture-o}{faPictureO}{}
+ \showcaseicon{pie-chart}{faPieChart}{}
+ \showcaseicon{pied-piper}{faPiedPiper}{}
+ \showcaseicon{pied-piper-alt}{faPiedPiperAlt}{}
+ \showcaseicon{pinterest}{faPinterest}{}
+ \showcaseicon{pinterest-p}{faPinterestP}{}
+ \showcaseicon{pinterest-square}{faPinterestSquare}{}
+ \showcaseicon{plane}{faPlane}{}
+ \showcaseicon{play}{faPlay}{}
+ \showcaseicon{play-circle}{faPlayCircle}{}
+ \showcaseicon{play-circle-o}{faPlayCircleO}{}
+ \showcaseicon{plug}{faPlug}{}
+ \showcaseicon{plus}{faPlus}{}
+ \showcaseicon{plus-circle}{faPlusCircle}{}
+ \showcaseicon{plus-square}{faPlusSquare}{}
+ \showcaseicon{plus-square-o}{faPlusSquareO}{}
+ \showcaseicon{power-off}{faPowerOff}{}
+ \showcaseicon{print}{faPrint}{}
+ \showcaseicon{puzzle-piece}{faPuzzlePiece}{}
+ \showcaseicon{qq}{faQq}{}
+ \showcaseicon{qrcode}{faQrcode}{}
+ \showcaseicon{question}{faQuestion}{}
+ \showcaseicon{question-circle}{faQuestionCircle}{}
+ \showcaseicon{quote-left}{faQuoteLeft}{}
+ \showcaseicon{quote-right}{faQuoteRight}{}
+ \showcaseicon{ra}{faRa}{alias}
+ \showcaseicon{random}{faRandom}{}
+ \showcaseicon{rebel}{faRebel}{}
+ \showcaseicon{recycle}{faRecycle}{}
+ \showcaseicon{reddit}{faReddit}{}
+ \showcaseicon{reddit-square}{faRedditSquare}{}
+ \showcaseicon{refresh}{faRefresh}{}
+ \showcaseicon{remove}{faRemove}{alias}
+ \showcaseicon{renren}{faRenren}{}
+ \showcaseicon{reorder}{faReorder}{alias}
+ \showcaseicon{repeat}{faRepeat}{}
+ \showcaseicon{reply}{faReply}{}
+ \showcaseicon{reply-all}{faReplyAll}{}
+ \showcaseicon{retweet}{faRetweet}{}
+ \showcaseicon{rmb}{faRmb}{alias}
+ \showcaseicon{road}{faRoad}{}
+ \showcaseicon{rocket}{faRocket}{}
+ \showcaseicon{rotate-left}{faRotateLeft}{alias}
+ \showcaseicon{rotate-right}{faRotateRight}{alias}
+ \showcaseicon{rouble}{faRouble}{alias}
+ \showcaseicon{rss}{faRss}{}
+ \showcaseicon{rss-square}{faRssSquare}{}
+ \showcaseicon{rub}{faRub}{}
+ \showcaseicon{ruble}{faRuble}{alias}
+ \showcaseicon{rupee}{faRupee}{alias}
+ \showcaseicon{save}{faSave}{alias}
+ \showcaseicon{scissors}{faScissors}{}
+ \showcaseicon{search}{faSearch}{}
+ \showcaseicon{search-minus}{faSearchMinus}{}
+ \showcaseicon{search-plus}{faSearchPlus}{}
+ \showcaseicon{sellsy}{faSellsy}{}
+ \showcaseicon{send}{faSend}{alias}
+ \showcaseicon{send-o}{faSendO}{alias}
+ \showcaseicon{server}{faServer}{}
+ \showcaseicon{share}{faShare}{}
+ \showcaseicon{share-alt}{faShareAlt}{}
+ \showcaseicon{share-alt-square}{faShareAltSquare}{}
+ \showcaseicon{share-square}{faShareSquare}{}
+ \showcaseicon{share-square-o}{faShareSquareO}{}
+ \showcaseicon{shekel}{faShekel}{alias}
+ \showcaseicon{sheqel}{faSheqel}{alias}
+ \showcaseicon{shield}{faShield}{}
+ \showcaseicon{ship}{faShip}{}
+ \showcaseicon{shirtsinbulk}{faShirtsinbulk}{}
+ \showcaseicon{shopping-cart}{faShoppingCart}{}
+ \showcaseicon{sign-in}{faSignIn}{}
+ \showcaseicon{sign-out}{faSignOut}{}
+ \showcaseicon{signal}{faSignal}{}
+ \showcaseicon{simplybuilt}{faSimplybuilt}{}
+ \showcaseicon{sitemap}{faSitemap}{}
+ \showcaseicon{skyatlas}{faSkyatlas}{}
+ \showcaseicon{skype}{faSkype}{}
+ \showcaseicon{slack}{faSlack}{}
+ \showcaseicon{sliders}{faSliders}{}
+ \showcaseicon{slideshare}{faSlideshare}{}
+ \showcaseicon{smile-o}{faSmileO}{}
+ \showcaseicon{soccer-ball-o}{faSoccerBallO}{alias}
+ \showcaseicon{sort}{faSort}{}
+ \showcaseicon{sort-alpha-asc}{faSortAlphaAsc}{}
+ \showcaseicon{sort-alpha-desc}{faSortAlphaDesc}{}
+ \showcaseicon{sort-amount-asc}{faSortAmountAsc}{}
+ \showcaseicon{sort-amount-desc}{faSortAmountDesc}{}
+ \showcaseicon{sort-asc}{faSortAsc}{}
+ \showcaseicon{sort-desc}{faSortDesc}{}
+ \showcaseicon{sort-down}{faSortDown}{alias}
+ \showcaseicon{sort-numeric-asc}{faSortNumericAsc}{}
+ \showcaseicon{sort-numeric-desc}{faSortNumericDesc}{}
+ \showcaseicon{sort-up}{faSortUp}{alias}
+ \showcaseicon{soundcloud}{faSoundcloud}{}
+ \showcaseicon{space-shuttle}{faSpaceShuttle}{}
+ \showcaseicon{spinner}{faSpinner}{}
+ \showcaseicon{spoon}{faSpoon}{}
+ \showcaseicon{spotify}{faSpotify}{}
+ \showcaseicon{square}{faSquare}{}
+ \showcaseicon{square-o}{faSquareO}{}
+ \showcaseicon{stack-exchange}{faStackExchange}{}
+ \showcaseicon{stack-overflow}{faStackOverflow}{}
+ \showcaseicon{star}{faStar}{}
+ \showcaseicon{star-half}{faStarHalf}{}
+ \showcaseicon{star-half-empty}{faStarHalfEmpty}{alias}
+ \showcaseicon{star-half-full}{faStarHalfFull}{alias}
+ \showcaseicon{star-half-o}{faStarHalfO}{}
+ \showcaseicon{star-o}{faStarO}{}
+ \showcaseicon{steam}{faSteam}{}
+ \showcaseicon{steam-square}{faSteamSquare}{}
+ \showcaseicon{step-backward}{faStepBackward}{}
+ \showcaseicon{step-forward}{faStepForward}{}
+ \showcaseicon{stethoscope}{faStethoscope}{}
+ \showcaseicon{stop}{faStop}{}
+ \showcaseicon{street-view}{faStreetView}{}
+ \showcaseicon{strikethrough}{faStrikethrough}{}
+ \showcaseicon{stumbleupon}{faStumbleupon}{}
+ \showcaseicon{stumbleupon-circle}{faStumbleuponCircle}{}
+ \showcaseicon{subscript}{faSubscript}{}
+ \showcaseicon{subway}{faSubway}{}
+ \showcaseicon{suitcase}{faSuitcase}{}
+ \showcaseicon{sun-o}{faSunO}{}
+ \showcaseicon{superscript}{faSuperscript}{}
+ \showcaseicon{support}{faSupport}{alias}
+ \showcaseicon{table}{faTable}{}
+ \showcaseicon{tablet}{faTablet}{}
+ \showcaseicon{tachometer}{faTachometer}{}
+ \showcaseicon{tag}{faTag}{}
+ \showcaseicon{tags}{faTags}{}
+ \showcaseicon{tasks}{faTasks}{}
+ \showcaseicon{taxi}{faTaxi}{}
+ \showcaseicon{tencent-weibo}{faTencentWeibo}{}
+ \showcaseicon{terminal}{faTerminal}{}
+ \showcaseicon{text-height}{faTextHeight}{}
+ \showcaseicon{text-width}{faTextWidth}{}
+ \showcaseicon{th}{faTh}{}
+ \showcaseicon{th-large}{faThLarge}{}
+ \showcaseicon{th-list}{faThList}{}
+ \showcaseicon{thumb-tack}{faThumbTack}{}
+ \showcaseicon{thumbs-down}{faThumbsDown}{}
+ \showcaseicon{thumbs-o-down}{faThumbsODown}{}
+ \showcaseicon{thumbs-o-up}{faThumbsOUp}{}
+ \showcaseicon{thumbs-up}{faThumbsUp}{}
+ \showcaseicon{ticket}{faTicket}{}
+ \showcaseicon{times}{faTimes}{}
+ \showcaseicon{times-circle}{faTimesCircle}{}
+ \showcaseicon{times-circle-o}{faTimesCircleO}{}
+ \showcaseicon{tint}{faTint}{}
+ \showcaseicon{toggle-down}{faToggleDown}{alias}
+ \showcaseicon{toggle-left}{faToggleLeft}{alias}
+ \showcaseicon{toggle-off}{faToggleOff}{}
+ \showcaseicon{toggle-on}{faToggleOn}{}
+ \showcaseicon{toggle-right}{faToggleRight}{alias}
+ \showcaseicon{toggle-up}{faToggleUp}{alias}
+ \showcaseicon{train}{faTrain}{}
+ \showcaseicon{transgender}{faTransgender}{}
+ \showcaseicon{transgender-alt}{faTransgenderAlt}{}
+ \showcaseicon{trash}{faTrash}{}
+ \showcaseicon{trash-o}{faTrashO}{}
+ \showcaseicon{tree}{faTree}{}
+ \showcaseicon{trello}{faTrello}{}
+ \showcaseicon{trophy}{faTrophy}{}
+ \showcaseicon{truck}{faTruck}{}
+ \showcaseicon{try}{faTry}{}
+ \showcaseicon{tty}{faTty}{}
+ \showcaseicon{tumblr}{faTumblr}{}
+ \showcaseicon{tumblr-square}{faTumblrSquare}{}
+ \showcaseicon{turkish-lira}{faTurkishLira}{alias}
+ \showcaseicon{twitch}{faTwitch}{}
+ \showcaseicon{twitter}{faTwitter}{}
+ \showcaseicon{twitter-square}{faTwitterSquare}{}
+ \showcaseicon{umbrella}{faUmbrella}{}
+ \showcaseicon{underline}{faUnderline}{}
+ \showcaseicon{undo}{faUndo}{}
+ \showcaseicon{university}{faUniversity}{}
+ \showcaseicon{unlink}{faUnlink}{alias}
+ \showcaseicon{unlock}{faUnlock}{}
+ \showcaseicon{unlock-alt}{faUnlockAlt}{}
+ \showcaseicon{unsorted}{faUnsorted}{alias}
+ \showcaseicon{upload}{faUpload}{}
+ \showcaseicon{usd}{faUsd}{}
+ \showcaseicon{user}{faUser}{}
+ \showcaseicon{user-md}{faUserMd}{}
+ \showcaseicon{user-plus}{faUserPlus}{}
+ \showcaseicon{user-secret}{faUserSecret}{}
+ \showcaseicon{user-times}{faUserTimes}{}
+ \showcaseicon{users}{faUsers}{}
+ \showcaseicon{venus}{faVenus}{}
+ \showcaseicon{venus-double}{faVenusDouble}{}
+ \showcaseicon{venus-mars}{faVenusMars}{}
+ \showcaseicon{viacoin}{faViacoin}{}
+ \showcaseicon{video-camera}{faVideoCamera}{}
+ \showcaseicon{vimeo-square}{faVimeoSquare}{}
+ \showcaseicon{vine}{faVine}{}
+ \showcaseicon{vk}{faVk}{}
+ \showcaseicon{volume-down}{faVolumeDown}{}
+ \showcaseicon{volume-off}{faVolumeOff}{}
+ \showcaseicon{volume-up}{faVolumeUp}{}
+ \showcaseicon{warning}{faWarning}{alias}
+ \showcaseicon{wechat}{faWechat}{alias}
+ \showcaseicon{weibo}{faWeibo}{}
+ \showcaseicon{weixin}{faWeixin}{}
+ \showcaseicon{whatsapp}{faWhatsapp}{}
+ \showcaseicon{wheelchair}{faWheelchair}{}
+ \showcaseicon{wifi}{faWifi}{}
+ \showcaseicon{windows}{faWindows}{}
+ \showcaseicon{won}{faWon}{alias}
+ \showcaseicon{wordpress}{faWordpress}{}
+ \showcaseicon{wrench}{faWrench}{}
+ \showcaseicon{xing}{faXing}{}
+ \showcaseicon{xing-square}{faXingSquare}{}
+ \showcaseicon{yahoo}{faYahoo}{}
+ \showcaseicon{yelp}{faYelp}{}
+ \showcaseicon{yen}{faYen}{alias}
+ \showcaseicon{youtube}{faYoutube}{}
+ \showcaseicon{youtube-play}{faYoutubePlay}{}
+ \showcaseicon{youtube-square}{faYoutubeSquare}{}
+\end{showcase}
+
+\PrintChanges
+\PrintIndex
+\end{document}
+
+
+%% end of file `fontawesome.tex'.
diff --git a/Master/texmf-dist/doc/fonts/fontawesome/fontawesomesymbols-generic.tex b/Master/texmf-dist/doc/fonts/fontawesome/fontawesomesymbols-generic.tex
new file mode 100644
index 00000000000..c163a8a6d6f
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/fontawesome/fontawesomesymbols-generic.tex
@@ -0,0 +1,594 @@
+\def\faGlass{\faicon{glass}}
+\def\faMusic{\faicon{music}}
+\def\faSearch{\faicon{search}}
+\def\faEnvelopeO{\faicon{envelope-o}}
+\def\faHeart{\faicon{heart}}
+\def\faStar{\faicon{star}}
+\def\faStarO{\faicon{star-o}}
+\def\faUser{\faicon{user}}
+\def\faFilm{\faicon{film}}
+\def\faThLarge{\faicon{th-large}}
+\def\faTh{\faicon{th}}
+\def\faThList{\faicon{th-list}}
+\def\faCheck{\faicon{check}}
+\def\faTimes{\faicon{times}}
+\def\faSearchPlus{\faicon{search-plus}}
+\def\faSearchMinus{\faicon{search-minus}}
+\def\faPowerOff{\faicon{power-off}}
+\def\faSignal{\faicon{signal}}
+\def\faCog{\faicon{cog}}
+\def\faTrashO{\faicon{trash-o}}
+\def\faHome{\faicon{home}}
+\def\faFileO{\faicon{file-o}}
+\def\faClockO{\faicon{clock-o}}
+\def\faRoad{\faicon{road}}
+\def\faDownload{\faicon{download}}
+\def\faArrowCircleODown{\faicon{arrow-circle-o-down}}
+\def\faArrowCircleOUp{\faicon{arrow-circle-o-up}}
+\def\faInbox{\faicon{inbox}}
+\def\faPlayCircleO{\faicon{play-circle-o}}
+\def\faRepeat{\faicon{repeat}}
+\def\faRefresh{\faicon{refresh}}
+\def\faListAlt{\faicon{list-alt}}
+\def\faLock{\faicon{lock}}
+\def\faFlag{\faicon{flag}}
+\def\faHeadphones{\faicon{headphones}}
+\def\faVolumeOff{\faicon{volume-off}}
+\def\faVolumeDown{\faicon{volume-down}}
+\def\faVolumeUp{\faicon{volume-up}}
+\def\faQrcode{\faicon{qrcode}}
+\def\faBarcode{\faicon{barcode}}
+\def\faTag{\faicon{tag}}
+\def\faTags{\faicon{tags}}
+\def\faBook{\faicon{book}}
+\def\faBookmark{\faicon{bookmark}}
+\def\faPrint{\faicon{print}}
+\def\faCamera{\faicon{camera}}
+\def\faFont{\faicon{font}}
+\def\faBold{\faicon{bold}}
+\def\faItalic{\faicon{italic}}
+\def\faTextHeight{\faicon{text-height}}
+\def\faTextWidth{\faicon{text-width}}
+\def\faAlignLeft{\faicon{align-left}}
+\def\faAlignCenter{\faicon{align-center}}
+\def\faAlignRight{\faicon{align-right}}
+\def\faAlignJustify{\faicon{align-justify}}
+\def\faList{\faicon{list}}
+\def\faOutdent{\faicon{outdent}}
+\def\faIndent{\faicon{indent}}
+\def\faVideoCamera{\faicon{video-camera}}
+\def\faPictureO{\faicon{picture-o}}
+\def\faPencil{\faicon{pencil}}
+\def\faMapMarker{\faicon{map-marker}}
+\def\faAdjust{\faicon{adjust}}
+\def\faTint{\faicon{tint}}
+\def\faPencilSquareO{\faicon{pencil-square-o}}
+\def\faShareSquareO{\faicon{share-square-o}}
+\def\faCheckSquareO{\faicon{check-square-o}}
+\def\faArrows{\faicon{arrows}}
+\def\faStepBackward{\faicon{step-backward}}
+\def\faFastBackward{\faicon{fast-backward}}
+\def\faBackward{\faicon{backward}}
+\def\faPlay{\faicon{play}}
+\def\faPause{\faicon{pause}}
+\def\faStop{\faicon{stop}}
+\def\faForward{\faicon{forward}}
+\def\faFastForward{\faicon{fast-forward}}
+\def\faStepForward{\faicon{step-forward}}
+\def\faEject{\faicon{eject}}
+\def\faChevronLeft{\faicon{chevron-left}}
+\def\faChevronRight{\faicon{chevron-right}}
+\def\faPlusCircle{\faicon{plus-circle}}
+\def\faMinusCircle{\faicon{minus-circle}}
+\def\faTimesCircle{\faicon{times-circle}}
+\def\faCheckCircle{\faicon{check-circle}}
+\def\faQuestionCircle{\faicon{question-circle}}
+\def\faInfoCircle{\faicon{info-circle}}
+\def\faCrosshairs{\faicon{crosshairs}}
+\def\faTimesCircleO{\faicon{times-circle-o}}
+\def\faCheckCircleO{\faicon{check-circle-o}}
+\def\faBan{\faicon{ban}}
+\def\faArrowLeft{\faicon{arrow-left}}
+\def\faArrowRight{\faicon{arrow-right}}
+\def\faArrowUp{\faicon{arrow-up}}
+\def\faArrowDown{\faicon{arrow-down}}
+\def\faShare{\faicon{share}}
+\def\faExpand{\faicon{expand}}
+\def\faCompress{\faicon{compress}}
+\def\faPlus{\faicon{plus}}
+\def\faMinus{\faicon{minus}}
+\def\faAsterisk{\faicon{asterisk}}
+\def\faExclamationCircle{\faicon{exclamation-circle}}
+\def\faGift{\faicon{gift}}
+\def\faLeaf{\faicon{leaf}}
+\def\faFire{\faicon{fire}}
+\def\faEye{\faicon{eye}}
+\def\faEyeSlash{\faicon{eye-slash}}
+\def\faExclamationTriangle{\faicon{exclamation-triangle}}
+\def\faPlane{\faicon{plane}}
+\def\faCalendar{\faicon{calendar}}
+\def\faRandom{\faicon{random}}
+\def\faComment{\faicon{comment}}
+\def\faMagnet{\faicon{magnet}}
+\def\faChevronUp{\faicon{chevron-up}}
+\def\faChevronDown{\faicon{chevron-down}}
+\def\faRetweet{\faicon{retweet}}
+\def\faShoppingCart{\faicon{shopping-cart}}
+\def\faFolder{\faicon{folder}}
+\def\faFolderOpen{\faicon{folder-open}}
+\def\faArrowsV{\faicon{arrows-v}}
+\def\faArrowsH{\faicon{arrows-h}}
+\def\faBarChart{\faicon{bar-chart}}
+\def\faTwitterSquare{\faicon{twitter-square}}
+\def\faFacebookSquare{\faicon{facebook-square}}
+\def\faCameraRetro{\faicon{camera-retro}}
+\def\faKey{\faicon{key}}
+\def\faCogs{\faicon{cogs}}
+\def\faComments{\faicon{comments}}
+\def\faThumbsOUp{\faicon{thumbs-o-up}}
+\def\faThumbsODown{\faicon{thumbs-o-down}}
+\def\faStarHalf{\faicon{star-half}}
+\def\faHeartO{\faicon{heart-o}}
+\def\faSignOut{\faicon{sign-out}}
+\def\faLinkedinSquare{\faicon{linkedin-square}}
+\def\faThumbTack{\faicon{thumb-tack}}
+\def\faExternalLink{\faicon{external-link}}
+\def\faSignIn{\faicon{sign-in}}
+\def\faTrophy{\faicon{trophy}}
+\def\faGithubSquare{\faicon{github-square}}
+\def\faUpload{\faicon{upload}}
+\def\faLemonO{\faicon{lemon-o}}
+\def\faPhone{\faicon{phone}}
+\def\faSquareO{\faicon{square-o}}
+\def\faBookmarkO{\faicon{bookmark-o}}
+\def\faPhoneSquare{\faicon{phone-square}}
+\def\faTwitter{\faicon{twitter}}
+\def\faFacebook{\faicon{facebook}}
+\def\faGithub{\faicon{github}}
+\def\faUnlock{\faicon{unlock}}
+\def\faCreditCard{\faicon{credit-card}}
+\def\faRss{\faicon{rss}}
+\def\faHddO{\faicon{hdd-o}}
+\def\faBullhorn{\faicon{bullhorn}}
+\def\faBell{\faicon{bell}}
+\def\faCertificate{\faicon{certificate}}
+\def\faHandORight{\faicon{hand-o-right}}
+\def\faHandOLeft{\faicon{hand-o-left}}
+\def\faHandOUp{\faicon{hand-o-up}}
+\def\faHandODown{\faicon{hand-o-down}}
+\def\faArrowCircleLeft{\faicon{arrow-circle-left}}
+\def\faArrowCircleRight{\faicon{arrow-circle-right}}
+\def\faArrowCircleUp{\faicon{arrow-circle-up}}
+\def\faArrowCircleDown{\faicon{arrow-circle-down}}
+\def\faGlobe{\faicon{globe}}
+\def\faWrench{\faicon{wrench}}
+\def\faTasks{\faicon{tasks}}
+\def\faFilter{\faicon{filter}}
+\def\faBriefcase{\faicon{briefcase}}
+\def\faArrowsAlt{\faicon{arrows-alt}}
+\def\faUsers{\faicon{users}}
+\def\faLink{\faicon{link}}
+\def\faCloud{\faicon{cloud}}
+\def\faFlask{\faicon{flask}}
+\def\faScissors{\faicon{scissors}}
+\def\faFilesO{\faicon{files-o}}
+\def\faPaperclip{\faicon{paperclip}}
+\def\faFloppyO{\faicon{floppy-o}}
+\def\faSquare{\faicon{square}}
+\def\faBars{\faicon{bars}}
+\def\faListUl{\faicon{list-ul}}
+\def\faListOl{\faicon{list-ol}}
+\def\faStrikethrough{\faicon{strikethrough}}
+\def\faUnderline{\faicon{underline}}
+\def\faTable{\faicon{table}}
+\def\faMagic{\faicon{magic}}
+\def\faTruck{\faicon{truck}}
+\def\faPinterest{\faicon{pinterest}}
+\def\faPinterestSquare{\faicon{pinterest-square}}
+\def\faGooglePlusSquare{\faicon{google-plus-square}}
+\def\faGooglePlus{\faicon{google-plus}}
+\def\faMoney{\faicon{money}}
+\def\faCaretDown{\faicon{caret-down}}
+\def\faCaretUp{\faicon{caret-up}}
+\def\faCaretLeft{\faicon{caret-left}}
+\def\faCaretRight{\faicon{caret-right}}
+\def\faColumns{\faicon{columns}}
+\def\faSort{\faicon{sort}}
+\def\faSortDesc{\faicon{sort-desc}}
+\def\faSortAsc{\faicon{sort-asc}}
+\def\faEnvelope{\faicon{envelope}}
+\def\faLinkedin{\faicon{linkedin}}
+\def\faUndo{\faicon{undo}}
+\def\faGavel{\faicon{gavel}}
+\def\faTachometer{\faicon{tachometer}}
+\def\faCommentO{\faicon{comment-o}}
+\def\faCommentsO{\faicon{comments-o}}
+\def\faBolt{\faicon{bolt}}
+\def\faSitemap{\faicon{sitemap}}
+\def\faUmbrella{\faicon{umbrella}}
+\def\faClipboard{\faicon{clipboard}}
+\def\faLightbulbO{\faicon{lightbulb-o}}
+\def\faExchange{\faicon{exchange}}
+\def\faCloudDownload{\faicon{cloud-download}}
+\def\faCloudUpload{\faicon{cloud-upload}}
+\def\faUserMd{\faicon{user-md}}
+\def\faStethoscope{\faicon{stethoscope}}
+\def\faSuitcase{\faicon{suitcase}}
+\def\faBellO{\faicon{bell-o}}
+\def\faCoffee{\faicon{coffee}}
+\def\faCutlery{\faicon{cutlery}}
+\def\faFileTextO{\faicon{file-text-o}}
+\def\faBuildingO{\faicon{building-o}}
+\def\faHospitalO{\faicon{hospital-o}}
+\def\faAmbulance{\faicon{ambulance}}
+\def\faMedkit{\faicon{medkit}}
+\def\faFighterJet{\faicon{fighter-jet}}
+\def\faBeer{\faicon{beer}}
+\def\faHSquare{\faicon{h-square}}
+\def\faPlusSquare{\faicon{plus-square}}
+\def\faAngleDoubleLeft{\faicon{angle-double-left}}
+\def\faAngleDoubleRight{\faicon{angle-double-right}}
+\def\faAngleDoubleUp{\faicon{angle-double-up}}
+\def\faAngleDoubleDown{\faicon{angle-double-down}}
+\def\faAngleLeft{\faicon{angle-left}}
+\def\faAngleRight{\faicon{angle-right}}
+\def\faAngleUp{\faicon{angle-up}}
+\def\faAngleDown{\faicon{angle-down}}
+\def\faDesktop{\faicon{desktop}}
+\def\faLaptop{\faicon{laptop}}
+\def\faTablet{\faicon{tablet}}
+\def\faMobile{\faicon{mobile}}
+\def\faCircleO{\faicon{circle-o}}
+\def\faQuoteLeft{\faicon{quote-left}}
+\def\faQuoteRight{\faicon{quote-right}}
+\def\faSpinner{\faicon{spinner}}
+\def\faCircle{\faicon{circle}}
+\def\faReply{\faicon{reply}}
+\def\faGithubAlt{\faicon{github-alt}}
+\def\faFolderO{\faicon{folder-o}}
+\def\faFolderOpenO{\faicon{folder-open-o}}
+\def\faSmileO{\faicon{smile-o}}
+\def\faFrownO{\faicon{frown-o}}
+\def\faMehO{\faicon{meh-o}}
+\def\faGamepad{\faicon{gamepad}}
+\def\faKeyboardO{\faicon{keyboard-o}}
+\def\faFlagO{\faicon{flag-o}}
+\def\faFlagCheckered{\faicon{flag-checkered}}
+\def\faTerminal{\faicon{terminal}}
+\def\faCode{\faicon{code}}
+\def\faReplyAll{\faicon{reply-all}}
+\def\faStarHalfO{\faicon{star-half-o}}
+\def\faLocationArrow{\faicon{location-arrow}}
+\def\faCrop{\faicon{crop}}
+\def\faCodeFork{\faicon{code-fork}}
+\def\faChainBroken{\faicon{chain-broken}}
+\def\faQuestion{\faicon{question}}
+\def\faInfo{\faicon{info}}
+\def\faExclamation{\faicon{exclamation}}
+\def\faSuperscript{\faicon{superscript}}
+\def\faSubscript{\faicon{subscript}}
+\def\faEraser{\faicon{eraser}}
+\def\faPuzzlePiece{\faicon{puzzle-piece}}
+\def\faMicrophone{\faicon{microphone}}
+\def\faMicrophoneSlash{\faicon{microphone-slash}}
+\def\faShield{\faicon{shield}}
+\def\faCalendarO{\faicon{calendar-o}}
+\def\faFireExtinguisher{\faicon{fire-extinguisher}}
+\def\faRocket{\faicon{rocket}}
+\def\faMaxcdn{\faicon{maxcdn}}
+\def\faChevronCircleLeft{\faicon{chevron-circle-left}}
+\def\faChevronCircleRight{\faicon{chevron-circle-right}}
+\def\faChevronCircleUp{\faicon{chevron-circle-up}}
+\def\faChevronCircleDown{\faicon{chevron-circle-down}}
+\def\faHtml5{\faicon{html5}}
+\def\faCss3{\faicon{css3}}
+\def\faAnchor{\faicon{anchor}}
+\def\faUnlockAlt{\faicon{unlock-alt}}
+\def\faBullseye{\faicon{bullseye}}
+\def\faEllipsisH{\faicon{ellipsis-h}}
+\def\faEllipsisV{\faicon{ellipsis-v}}
+\def\faRssSquare{\faicon{rss-square}}
+\def\faPlayCircle{\faicon{play-circle}}
+\def\faTicket{\faicon{ticket}}
+\def\faMinusSquare{\faicon{minus-square}}
+\def\faMinusSquareO{\faicon{minus-square-o}}
+\def\faLevelUp{\faicon{level-up}}
+\def\faLevelDown{\faicon{level-down}}
+\def\faCheckSquare{\faicon{check-square}}
+\def\faPencilSquare{\faicon{pencil-square}}
+\def\faExternalLinkSquare{\faicon{external-link-square}}
+\def\faShareSquare{\faicon{share-square}}
+\def\faCompass{\faicon{compass}}
+\def\faCaretSquareODown{\faicon{caret-square-o-down}}
+\def\faCaretSquareOUp{\faicon{caret-square-o-up}}
+\def\faCaretSquareORight{\faicon{caret-square-o-right}}
+\def\faEur{\faicon{eur}}
+\def\faGbp{\faicon{gbp}}
+\def\faUsd{\faicon{usd}}
+\def\faInr{\faicon{inr}}
+\def\faJpy{\faicon{jpy}}
+\def\faRub{\faicon{rub}}
+\def\faKrw{\faicon{krw}}
+\def\faBtc{\faicon{btc}}
+\def\faFile{\faicon{file}}
+\def\faFileText{\faicon{file-text}}
+\def\faSortAlphaAsc{\faicon{sort-alpha-asc}}
+\def\faSortAlphaDesc{\faicon{sort-alpha-desc}}
+\def\faSortAmountAsc{\faicon{sort-amount-asc}}
+\def\faSortAmountDesc{\faicon{sort-amount-desc}}
+\def\faSortNumericAsc{\faicon{sort-numeric-asc}}
+\def\faSortNumericDesc{\faicon{sort-numeric-desc}}
+\def\faThumbsUp{\faicon{thumbs-up}}
+\def\faThumbsDown{\faicon{thumbs-down}}
+\def\faYoutubeSquare{\faicon{youtube-square}}
+\def\faYoutube{\faicon{youtube}}
+\def\faXing{\faicon{xing}}
+\def\faXingSquare{\faicon{xing-square}}
+\def\faYoutubePlay{\faicon{youtube-play}}
+\def\faDropbox{\faicon{dropbox}}
+\def\faStackOverflow{\faicon{stack-overflow}}
+\def\faInstagram{\faicon{instagram}}
+\def\faFlickr{\faicon{flickr}}
+\def\faAdn{\faicon{adn}}
+\def\faBitbucket{\faicon{bitbucket}}
+\def\faBitbucketSquare{\faicon{bitbucket-square}}
+\def\faTumblr{\faicon{tumblr}}
+\def\faTumblrSquare{\faicon{tumblr-square}}
+\def\faLongArrowDown{\faicon{long-arrow-down}}
+\def\faLongArrowUp{\faicon{long-arrow-up}}
+\def\faLongArrowLeft{\faicon{long-arrow-left}}
+\def\faLongArrowRight{\faicon{long-arrow-right}}
+\def\faApple{\faicon{apple}}
+\def\faWindows{\faicon{windows}}
+\def\faAndroid{\faicon{android}}
+\def\faLinux{\faicon{linux}}
+\def\faDribbble{\faicon{dribbble}}
+\def\faSkype{\faicon{skype}}
+\def\faFoursquare{\faicon{foursquare}}
+\def\faTrello{\faicon{trello}}
+\def\faFemale{\faicon{female}}
+\def\faMale{\faicon{male}}
+\def\faGratipay{\faicon{gratipay}}
+\def\faSunO{\faicon{sun-o}}
+\def\faMoonO{\faicon{moon-o}}
+\def\faArchive{\faicon{archive}}
+\def\faBug{\faicon{bug}}
+\def\faVk{\faicon{vk}}
+\def\faWeibo{\faicon{weibo}}
+\def\faRenren{\faicon{renren}}
+\def\faPagelines{\faicon{pagelines}}
+\def\faStackExchange{\faicon{stack-exchange}}
+\def\faArrowCircleORight{\faicon{arrow-circle-o-right}}
+\def\faArrowCircleOLeft{\faicon{arrow-circle-o-left}}
+\def\faCaretSquareOLeft{\faicon{caret-square-o-left}}
+\def\faDotCircleO{\faicon{dot-circle-o}}
+\def\faWheelchair{\faicon{wheelchair}}
+\def\faVimeoSquare{\faicon{vimeo-square}}
+\def\faTry{\faicon{try}}
+\def\faPlusSquareO{\faicon{plus-square-o}}
+\def\faSpaceShuttle{\faicon{space-shuttle}}
+\def\faSlack{\faicon{slack}}
+\def\faEnvelopeSquare{\faicon{envelope-square}}
+\def\faWordpress{\faicon{wordpress}}
+\def\faOpenid{\faicon{openid}}
+\def\faUniversity{\faicon{university}}
+\def\faGraduationCap{\faicon{graduation-cap}}
+\def\faYahoo{\faicon{yahoo}}
+\def\faGoogle{\faicon{google}}
+\def\faReddit{\faicon{reddit}}
+\def\faRedditSquare{\faicon{reddit-square}}
+\def\faStumbleuponCircle{\faicon{stumbleupon-circle}}
+\def\faStumbleupon{\faicon{stumbleupon}}
+\def\faDelicious{\faicon{delicious}}
+\def\faDigg{\faicon{digg}}
+\def\faPiedPiper{\faicon{pied-piper}}
+\def\faPiedPiperAlt{\faicon{pied-piper-alt}}
+\def\faDrupal{\faicon{drupal}}
+\def\faJoomla{\faicon{joomla}}
+\def\faLanguage{\faicon{language}}
+\def\faFax{\faicon{fax}}
+\def\faBuilding{\faicon{building}}
+\def\faChild{\faicon{child}}
+\def\faPaw{\faicon{paw}}
+\def\faSpoon{\faicon{spoon}}
+\def\faCube{\faicon{cube}}
+\def\faCubes{\faicon{cubes}}
+\def\faBehance{\faicon{behance}}
+\def\faBehanceSquare{\faicon{behance-square}}
+\def\faSteam{\faicon{steam}}
+\def\faSteamSquare{\faicon{steam-square}}
+\def\faRecycle{\faicon{recycle}}
+\def\faCar{\faicon{car}}
+\def\faTaxi{\faicon{taxi}}
+\def\faTree{\faicon{tree}}
+\def\faSpotify{\faicon{spotify}}
+\def\faDeviantart{\faicon{deviantart}}
+\def\faSoundcloud{\faicon{soundcloud}}
+\def\faDatabase{\faicon{database}}
+\def\faFilePdfO{\faicon{file-pdf-o}}
+\def\faFileWordO{\faicon{file-word-o}}
+\def\faFileExcelO{\faicon{file-excel-o}}
+\def\faFilePowerpointO{\faicon{file-powerpoint-o}}
+\def\faFileImageO{\faicon{file-image-o}}
+\def\faFileArchiveO{\faicon{file-archive-o}}
+\def\faFileAudioO{\faicon{file-audio-o}}
+\def\faFileVideoO{\faicon{file-video-o}}
+\def\faFileCodeO{\faicon{file-code-o}}
+\def\faVine{\faicon{vine}}
+\def\faCodepen{\faicon{codepen}}
+\def\faJsfiddle{\faicon{jsfiddle}}
+\def\faLifeRing{\faicon{life-ring}}
+\def\faCircleONotch{\faicon{circle-o-notch}}
+\def\faRebel{\faicon{rebel}}
+\def\faEmpire{\faicon{empire}}
+\def\faGitSquare{\faicon{git-square}}
+\def\faGit{\faicon{git}}
+\def\faHackerNews{\faicon{hacker-news}}
+\def\faTencentWeibo{\faicon{tencent-weibo}}
+\def\faQq{\faicon{qq}}
+\def\faWeixin{\faicon{weixin}}
+\def\faPaperPlane{\faicon{paper-plane}}
+\def\faPaperPlaneO{\faicon{paper-plane-o}}
+\def\faHistory{\faicon{history}}
+\def\faCircleThin{\faicon{circle-thin}}
+\def\faHeader{\faicon{header}}
+\def\faParagraph{\faicon{paragraph}}
+\def\faSliders{\faicon{sliders}}
+\def\faShareAlt{\faicon{share-alt}}
+\def\faShareAltSquare{\faicon{share-alt-square}}
+\def\faBomb{\faicon{bomb}}
+\def\faFutbolO{\faicon{futbol-o}}
+\def\faTty{\faicon{tty}}
+\def\faBinoculars{\faicon{binoculars}}
+\def\faPlug{\faicon{plug}}
+\def\faSlideshare{\faicon{slideshare}}
+\def\faTwitch{\faicon{twitch}}
+\def\faYelp{\faicon{yelp}}
+\def\faNewspaperO{\faicon{newspaper-o}}
+\def\faWifi{\faicon{wifi}}
+\def\faCalculator{\faicon{calculator}}
+\def\faPaypal{\faicon{paypal}}
+\def\faGoogleWallet{\faicon{google-wallet}}
+\def\faCcVisa{\faicon{cc-visa}}
+\def\faCcMastercard{\faicon{cc-mastercard}}
+\def\faCcDiscover{\faicon{cc-discover}}
+\def\faCcAmex{\faicon{cc-amex}}
+\def\faCcPaypal{\faicon{cc-paypal}}
+\def\faCcStripe{\faicon{cc-stripe}}
+\def\faBellSlash{\faicon{bell-slash}}
+\def\faBellSlashO{\faicon{bell-slash-o}}
+\def\faTrash{\faicon{trash}}
+\def\faCopyright{\faicon{copyright}}
+\def\faAt{\faicon{at}}
+\def\faEyedropper{\faicon{eyedropper}}
+\def\faPaintBrush{\faicon{paint-brush}}
+\def\faBirthdayCake{\faicon{birthday-cake}}
+\def\faAreaChart{\faicon{area-chart}}
+\def\faPieChart{\faicon{pie-chart}}
+\def\faLineChart{\faicon{line-chart}}
+\def\faLastfm{\faicon{lastfm}}
+\def\faLastfmSquare{\faicon{lastfm-square}}
+\def\faToggleOff{\faicon{toggle-off}}
+\def\faToggleOn{\faicon{toggle-on}}
+\def\faBicycle{\faicon{bicycle}}
+\def\faBus{\faicon{bus}}
+\def\faIoxhost{\faicon{ioxhost}}
+\def\faAngellist{\faicon{angellist}}
+\def\faCc{\faicon{cc}}
+\def\faIls{\faicon{ils}}
+\def\faMeanpath{\faicon{meanpath}}
+\def\faBuysellads{\faicon{buysellads}}
+\def\faConnectdevelop{\faicon{connectdevelop}}
+\def\faDashcube{\faicon{dashcube}}
+\def\faForumbee{\faicon{forumbee}}
+\def\faLeanpub{\faicon{leanpub}}
+\def\faSellsy{\faicon{sellsy}}
+\def\faShirtsinbulk{\faicon{shirtsinbulk}}
+\def\faSimplybuilt{\faicon{simplybuilt}}
+\def\faSkyatlas{\faicon{skyatlas}}
+\def\faCartPlus{\faicon{cart-plus}}
+\def\faCartArrowDown{\faicon{cart-arrow-down}}
+\def\faDiamond{\faicon{diamond}}
+\def\faShip{\faicon{ship}}
+\def\faUserSecret{\faicon{user-secret}}
+\def\faMotorcycle{\faicon{motorcycle}}
+\def\faStreetView{\faicon{street-view}}
+\def\faHeartbeat{\faicon{heartbeat}}
+\def\faVenus{\faicon{venus}}
+\def\faMars{\faicon{mars}}
+\def\faMercury{\faicon{mercury}}
+\def\faTransgender{\faicon{transgender}}
+\def\faTransgenderAlt{\faicon{transgender-alt}}
+\def\faVenusDouble{\faicon{venus-double}}
+\def\faMarsDouble{\faicon{mars-double}}
+\def\faVenusMars{\faicon{venus-mars}}
+\def\faMarsStroke{\faicon{mars-stroke}}
+\def\faMarsStrokeV{\faicon{mars-stroke-v}}
+\def\faMarsStrokeH{\faicon{mars-stroke-h}}
+\def\faNeuter{\faicon{neuter}}
+\def\faFacebookOfficial{\faicon{facebook-official}}
+\def\faPinterestP{\faicon{pinterest-p}}
+\def\faWhatsapp{\faicon{whatsapp}}
+\def\faServer{\faicon{server}}
+\def\faUserPlus{\faicon{user-plus}}
+\def\faUserTimes{\faicon{user-times}}
+\def\faBed{\faicon{bed}}
+\def\faViacoin{\faicon{viacoin}}
+\def\faTrain{\faicon{train}}
+\def\faSubway{\faicon{subway}}
+\def\faMedium{\faicon{medium}}
+% aliases
+\def\faToggleRight{\faicon{toggle-right}}\expandafter\def\csname faicon@toggle-right\endcsname{\faicon{caret-square-o-right}}
+\def\faRouble{\faicon{rouble}}\expandafter\def\csname faicon@rouble\endcsname{\faicon{rub}}
+\def\faGears{\faicon{gears}}\expandafter\def\csname faicon@gears\endcsname{\faicon{cogs}}
+\def\faCut{\faicon{cut}}\expandafter\def\csname faicon@cut\endcsname{\faicon{scissors}}
+\def\faHotel{\faicon{hotel}}\expandafter\def\csname faicon@hotel\endcsname{\faicon{bed}}
+\def\faNavicon{\faicon{navicon}}\expandafter\def\csname faicon@navicon\endcsname{\faicon{bars}}
+\def\faFilePhotoO{\faicon{file-photo-o}}\expandafter\def\csname faicon@file-photo-o\endcsname{\faicon{file-image-o}}
+\def\faFileZipO{\faicon{file-zip-o}}\expandafter\def\csname faicon@file-zip-o\endcsname{\faicon{file-archive-o}}
+\def\faFileSoundO{\faicon{file-sound-o}}\expandafter\def\csname faicon@file-sound-o\endcsname{\faicon{file-audio-o}}
+\def\faSortUp{\faicon{sort-up}}\expandafter\def\csname faicon@sort-up\endcsname{\faicon{sort-asc}}
+\def\faToggleLeft{\faicon{toggle-left}}\expandafter\def\csname faicon@toggle-left\endcsname{\faicon{caret-square-o-left}}
+\def\faMailReplyAll{\faicon{mail-reply-all}}\expandafter\def\csname faicon@mail-reply-all\endcsname{\faicon{reply-all}}
+\def\faPhoto{\faicon{photo}}\expandafter\def\csname faicon@photo\endcsname{\faicon{picture-o}}
+\def\faPaste{\faicon{paste}}\expandafter\def\csname faicon@paste\endcsname{\faicon{clipboard}}
+\def\faReorder{\faicon{reorder}}\expandafter\def\csname faicon@reorder\endcsname{\faicon{bars}}
+\def\faDashboard{\faicon{dashboard}}\expandafter\def\csname faicon@dashboard\endcsname{\faicon{tachometer}}
+\def\faSortDown{\faicon{sort-down}}\expandafter\def\csname faicon@sort-down\endcsname{\faicon{sort-desc}}
+\def\faImage{\faicon{image}}\expandafter\def\csname faicon@image\endcsname{\faicon{picture-o}}
+\def\faRuble{\faicon{ruble}}\expandafter\def\csname faicon@ruble\endcsname{\faicon{rub}}
+\def\faCny{\faicon{cny}}\expandafter\def\csname faicon@cny\endcsname{\faicon{jpy}}
+\def\faSend{\faicon{send}}\expandafter\def\csname faicon@send\endcsname{\faicon{paper-plane}}
+\def\faFilePictureO{\faicon{file-picture-o}}\expandafter\def\csname faicon@file-picture-o\endcsname{\faicon{file-image-o}}
+\def\faCab{\faicon{cab}}\expandafter\def\csname faicon@cab\endcsname{\faicon{taxi}}
+\def\faChain{\faicon{chain}}\expandafter\def\csname faicon@chain\endcsname{\faicon{link}}
+\def\faLifeBuoy{\faicon{life-buoy}}\expandafter\def\csname faicon@life-buoy\endcsname{\faicon{life-ring}}
+\def\faGear{\faicon{gear}}\expandafter\def\csname faicon@gear\endcsname{\faicon{cog}}
+\def\faWechat{\faicon{wechat}}\expandafter\def\csname faicon@wechat\endcsname{\faicon{weixin}}
+\def\faWon{\faicon{won}}\expandafter\def\csname faicon@won\endcsname{\faicon{krw}}
+\def\faFlash{\faicon{flash}}\expandafter\def\csname faicon@flash\endcsname{\faicon{bolt}}
+\def\faFileMovieO{\faicon{file-movie-o}}\expandafter\def\csname faicon@file-movie-o\endcsname{\faicon{file-video-o}}
+\def\faSave{\faicon{save}}\expandafter\def\csname faicon@save\endcsname{\faicon{floppy-o}}
+\def\faBarChartO{\faicon{bar-chart-o}}\expandafter\def\csname faicon@bar-chart-o\endcsname{\faicon{bar-chart}}
+\def\faBank{\faicon{bank}}\expandafter\def\csname faicon@bank\endcsname{\faicon{university}}
+\def\faSheqel{\faicon{sheqel}}\expandafter\def\csname faicon@sheqel\endcsname{\faicon{ils}}
+\def\faRupee{\faicon{rupee}}\expandafter\def\csname faicon@rupee\endcsname{\faicon{inr}}
+\def\faGroup{\faicon{group}}\expandafter\def\csname faicon@group\endcsname{\faicon{users}}
+\def\faGittip{\faicon{gittip}}\expandafter\def\csname faicon@gittip\endcsname{\faicon{gratipay}}
+\def\faStarHalfEmpty{\faicon{star-half-empty}}\expandafter\def\csname faicon@star-half-empty\endcsname{\faicon{star-half-o}}
+\def\faEdit{\faicon{edit}}\expandafter\def\csname faicon@edit\endcsname{\faicon{pencil-square-o}}
+\def\faRemove{\faicon{remove}}\expandafter\def\csname faicon@remove\endcsname{\faicon{times}}
+\def\faAutomobile{\faicon{automobile}}\expandafter\def\csname faicon@automobile\endcsname{\faicon{car}}
+\def\faMailReply{\faicon{mail-reply}}\expandafter\def\csname faicon@mail-reply\endcsname{\faicon{reply}}
+\def\faUnlink{\faicon{unlink}}\expandafter\def\csname faicon@unlink\endcsname{\faicon{chain-broken}}
+\def\faGenderless{\faicon{genderless}}\expandafter\def\csname faicon@genderless\endcsname{\faicon{circle-thin}}
+\def\faClose{\faicon{close}}\expandafter\def\csname faicon@close\endcsname{\faicon{times}}
+\def\faRotateRight{\faicon{rotate-right}}\expandafter\def\csname faicon@rotate-right\endcsname{\faicon{repeat}}
+\def\faSupport{\faicon{support}}\expandafter\def\csname faicon@support\endcsname{\faicon{life-ring}}
+\def\faRa{\faicon{ra}}\expandafter\def\csname faicon@ra\endcsname{\faicon{rebel}}
+\def\faEuro{\faicon{euro}}\expandafter\def\csname faicon@euro\endcsname{\faicon{eur}}
+\def\faLifeSaver{\faicon{life-saver}}\expandafter\def\csname faicon@life-saver\endcsname{\faicon{life-ring}}
+\def\faMobilePhone{\faicon{mobile-phone}}\expandafter\def\csname faicon@mobile-phone\endcsname{\faicon{mobile}}
+\def\faGe{\faicon{ge}}\expandafter\def\csname faicon@ge\endcsname{\faicon{empire}}
+\def\faSendO{\faicon{send-o}}\expandafter\def\csname faicon@send-o\endcsname{\faicon{paper-plane-o}}
+\def\faLifeBouy{\faicon{life-bouy}}\expandafter\def\csname faicon@life-bouy\endcsname{\faicon{life-ring}}
+\def\faSoccerBallO{\faicon{soccer-ball-o}}\expandafter\def\csname faicon@soccer-ball-o\endcsname{\faicon{futbol-o}}
+\def\faToggleUp{\faicon{toggle-up}}\expandafter\def\csname faicon@toggle-up\endcsname{\faicon{caret-square-o-up}}
+\def\faUnsorted{\faicon{unsorted}}\expandafter\def\csname faicon@unsorted\endcsname{\faicon{sort}}
+\def\faTurkishLira{\faicon{turkish-lira}}\expandafter\def\csname faicon@turkish-lira\endcsname{\faicon{try}}
+\def\faLegal{\faicon{legal}}\expandafter\def\csname faicon@legal\endcsname{\faicon{gavel}}
+\def\faToggleDown{\faicon{toggle-down}}\expandafter\def\csname faicon@toggle-down\endcsname{\faicon{caret-square-o-down}}
+\def\faStarHalfFull{\faicon{star-half-full}}\expandafter\def\csname faicon@star-half-full\endcsname{\faicon{star-half-o}}
+\def\faShekel{\faicon{shekel}}\expandafter\def\csname faicon@shekel\endcsname{\faicon{ils}}
+\def\faYen{\faicon{yen}}\expandafter\def\csname faicon@yen\endcsname{\faicon{jpy}}
+\def\faMailForward{\faicon{mail-forward}}\expandafter\def\csname faicon@mail-forward\endcsname{\faicon{share}}
+\def\faRotateLeft{\faicon{rotate-left}}\expandafter\def\csname faicon@rotate-left\endcsname{\faicon{undo}}
+\def\faWarning{\faicon{warning}}\expandafter\def\csname faicon@warning\endcsname{\faicon{exclamation-triangle}}
+\def\faCopy{\faicon{copy}}\expandafter\def\csname faicon@copy\endcsname{\faicon{files-o}}
+\def\faBitcoin{\faicon{bitcoin}}\expandafter\def\csname faicon@bitcoin\endcsname{\faicon{btc}}
+\def\faDollar{\faicon{dollar}}\expandafter\def\csname faicon@dollar\endcsname{\faicon{usd}}
+\def\faFacebookF{\faicon{facebook-f}}\expandafter\def\csname faicon@facebook-f\endcsname{\faicon{facebook}}
+\def\faRmb{\faicon{rmb}}\expandafter\def\csname faicon@rmb\endcsname{\faicon{jpy}}
+\def\faMortarBoard{\faicon{mortar-board}}\expandafter\def\csname faicon@mortar-board\endcsname{\faicon{graduation-cap}}
+\def\faInstitution{\faicon{institution}}\expandafter\def\csname faicon@institution\endcsname{\faicon{university}}
+\def\faDedent{\faicon{dedent}}\expandafter\def\csname faicon@dedent\endcsname{\faicon{outdent}}
diff --git a/Master/texmf-dist/doc/fonts/fontawesome/fontawesomesymbols-pdftex.tex b/Master/texmf-dist/doc/fonts/fontawesome/fontawesomesymbols-pdftex.tex
new file mode 100644
index 00000000000..3ace7e92b05
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/fontawesome/fontawesomesymbols-pdftex.tex
@@ -0,0 +1,519 @@
+\expandafter\def\csname faicon@info\endcsname{{\FAone\symbol{0}}}
+\expandafter\def\csname faicon@eraser\endcsname{{\FAone\symbol{1}}}
+\expandafter\def\csname faicon@rss-square\endcsname{{\FAone\symbol{2}}}
+\expandafter\def\csname faicon@external-link-square\endcsname{{\FAone\symbol{3}}}
+\expandafter\def\csname faicon@caret-square-o-right\endcsname{{\FAone\symbol{4}}}
+\expandafter\def\csname faicon@sort-alpha-desc\endcsname{{\FAone\symbol{5}}}
+\expandafter\def\csname faicon@thumbs-up\endcsname{{\FAone\symbol{6}}}
+\expandafter\def\csname faicon@thumbs-down\endcsname{{\FAone\symbol{7}}}
+\expandafter\def\csname faicon@moon-o\endcsname{{\FAone\symbol{8}}}
+\expandafter\def\csname faicon@pagelines\endcsname{{\FAone\symbol{9}}}
+\expandafter\def\csname faicon@arrow-circle-o-right\endcsname{{\FAone\symbol{10}}}
+\expandafter\def\csname faicon@caret-square-o-left\endcsname{{\FAone\symbol{11}}}
+\expandafter\def\csname faicon@wheelchair\endcsname{{\FAone\symbol{12}}}
+\expandafter\def\csname faicon@try\endcsname{{\FAone\symbol{13}}}
+\expandafter\def\csname faicon@space-shuttle\endcsname{{\FAone\symbol{14}}}
+\expandafter\def\csname faicon@slack\endcsname{{\FAone\symbol{15}}}
+\expandafter\def\csname faicon@envelope-square\endcsname{{\FAone\symbol{16}}}
+\expandafter\def\csname faicon@wordpress\endcsname{{\FAone\symbol{17}}}
+\expandafter\def\csname faicon@openid\endcsname{{\FAone\symbol{18}}}
+\expandafter\def\csname faicon@university\endcsname{{\FAone\symbol{19}}}
+\expandafter\def\csname faicon@graduation-cap\endcsname{{\FAone\symbol{20}}}
+\expandafter\def\csname faicon@yahoo\endcsname{{\FAone\symbol{21}}}
+\expandafter\def\csname faicon@reddit-square\endcsname{{\FAone\symbol{22}}}
+\expandafter\def\csname faicon@stumbleupon-circle\endcsname{{\FAone\symbol{23}}}
+\expandafter\def\csname faicon@delicious\endcsname{{\FAone\symbol{24}}}
+\expandafter\def\csname faicon@digg\endcsname{{\FAone\symbol{25}}}
+\expandafter\def\csname faicon@pied-piper\endcsname{{\FAone\symbol{26}}}
+\expandafter\def\csname faicon@pied-piper-alt\endcsname{{\FAone\symbol{27}}}
+\expandafter\def\csname faicon@drupal\endcsname{{\FAone\symbol{28}}}
+\expandafter\def\csname faicon@joomla\endcsname{{\FAone\symbol{29}}}
+\expandafter\def\csname faicon@fax\endcsname{{\FAone\symbol{30}}}
+\expandafter\def\csname faicon@building\endcsname{{\FAone\symbol{31}}}
+\expandafter\def\csname faicon@child\endcsname{{\FAone\symbol{32}}}
+\expandafter\def\csname faicon@spoon\endcsname{{\FAone\symbol{33}}}
+\expandafter\def\csname faicon@cube\endcsname{{\FAone\symbol{34}}}
+\expandafter\def\csname faicon@cubes\endcsname{{\FAone\symbol{35}}}
+\expandafter\def\csname faicon@behance\endcsname{{\FAone\symbol{36}}}
+\expandafter\def\csname faicon@behance-square\endcsname{{\FAone\symbol{37}}}
+\expandafter\def\csname faicon@steam\endcsname{{\FAone\symbol{38}}}
+\expandafter\def\csname faicon@steam-square\endcsname{{\FAone\symbol{39}}}
+\expandafter\def\csname faicon@recycle\endcsname{{\FAone\symbol{40}}}
+\expandafter\def\csname faicon@car\endcsname{{\FAone\symbol{41}}}
+\expandafter\def\csname faicon@taxi\endcsname{{\FAone\symbol{42}}}
+\expandafter\def\csname faicon@tree\endcsname{{\FAone\symbol{43}}}
+\expandafter\def\csname faicon@spotify\endcsname{{\FAone\symbol{44}}}
+\expandafter\def\csname faicon@deviantart\endcsname{{\FAone\symbol{45}}}
+\expandafter\def\csname faicon@soundcloud\endcsname{{\FAone\symbol{46}}}
+\expandafter\def\csname faicon@file-word-o\endcsname{{\FAone\symbol{47}}}
+\expandafter\def\csname faicon@file-excel-o\endcsname{{\FAone\symbol{48}}}
+\expandafter\def\csname faicon@file-powerpoint-o\endcsname{{\FAone\symbol{49}}}
+\expandafter\def\csname faicon@file-image-o\endcsname{{\FAone\symbol{50}}}
+\expandafter\def\csname faicon@file-archive-o\endcsname{{\FAone\symbol{51}}}
+\expandafter\def\csname faicon@file-audio-o\endcsname{{\FAone\symbol{52}}}
+\expandafter\def\csname faicon@file-video-o\endcsname{{\FAone\symbol{53}}}
+\expandafter\def\csname faicon@file-code-o\endcsname{{\FAone\symbol{54}}}
+\expandafter\def\csname faicon@vine\endcsname{{\FAone\symbol{55}}}
+\expandafter\def\csname faicon@codepen\endcsname{{\FAone\symbol{56}}}
+\expandafter\def\csname faicon@jsfiddle\endcsname{{\FAone\symbol{57}}}
+\expandafter\def\csname faicon@life-ring\endcsname{{\FAone\symbol{58}}}
+\expandafter\def\csname faicon@circle-o-notch\endcsname{{\FAone\symbol{59}}}
+\expandafter\def\csname faicon@git\endcsname{{\FAone\symbol{60}}}
+\expandafter\def\csname faicon@hacker-news\endcsname{{\FAone\symbol{61}}}
+\expandafter\def\csname faicon@paper-plane\endcsname{{\FAone\symbol{62}}}
+\expandafter\def\csname faicon@paper-plane-o\endcsname{{\FAone\symbol{63}}}
+\expandafter\def\csname faicon@history\endcsname{{\FAone\symbol{64}}}
+\expandafter\def\csname faicon@circle-thin\endcsname{{\FAone\symbol{65}}}
+\expandafter\def\csname faicon@header\endcsname{{\FAone\symbol{66}}}
+\expandafter\def\csname faicon@paragraph\endcsname{{\FAone\symbol{67}}}
+\expandafter\def\csname faicon@sliders\endcsname{{\FAone\symbol{68}}}
+\expandafter\def\csname faicon@share-alt-square\endcsname{{\FAone\symbol{69}}}
+\expandafter\def\csname faicon@bomb\endcsname{{\FAone\symbol{70}}}
+\expandafter\def\csname faicon@futbol-o\endcsname{{\FAone\symbol{71}}}
+\expandafter\def\csname faicon@tty\endcsname{{\FAone\symbol{72}}}
+\expandafter\def\csname faicon@binoculars\endcsname{{\FAone\symbol{73}}}
+\expandafter\def\csname faicon@plug\endcsname{{\FAone\symbol{74}}}
+\expandafter\def\csname faicon@slideshare\endcsname{{\FAone\symbol{75}}}
+\expandafter\def\csname faicon@twitch\endcsname{{\FAone\symbol{76}}}
+\expandafter\def\csname faicon@yelp\endcsname{{\FAone\symbol{77}}}
+\expandafter\def\csname faicon@newspaper-o\endcsname{{\FAone\symbol{78}}}
+\expandafter\def\csname faicon@wifi\endcsname{{\FAone\symbol{79}}}
+\expandafter\def\csname faicon@calculator\endcsname{{\FAone\symbol{80}}}
+\expandafter\def\csname faicon@paypal\endcsname{{\FAone\symbol{81}}}
+\expandafter\def\csname faicon@google-wallet\endcsname{{\FAone\symbol{82}}}
+\expandafter\def\csname faicon@cc-mastercard\endcsname{{\FAone\symbol{83}}}
+\expandafter\def\csname faicon@cc-discover\endcsname{{\FAone\symbol{84}}}
+\expandafter\def\csname faicon@cc-paypal\endcsname{{\FAone\symbol{85}}}
+\expandafter\def\csname faicon@cc-stripe\endcsname{{\FAone\symbol{86}}}
+\expandafter\def\csname faicon@bell-slash\endcsname{{\FAone\symbol{87}}}
+\expandafter\def\csname faicon@bell-slash-o\endcsname{{\FAone\symbol{88}}}
+\expandafter\def\csname faicon@trash\endcsname{{\FAone\symbol{89}}}
+\expandafter\def\csname faicon@copyright\endcsname{{\FAone\symbol{90}}}
+\expandafter\def\csname faicon@at\endcsname{{\FAone\symbol{91}}}
+\expandafter\def\csname faicon@eyedropper\endcsname{{\FAone\symbol{92}}}
+\expandafter\def\csname faicon@birthday-cake\endcsname{{\FAone\symbol{93}}}
+\expandafter\def\csname faicon@area-chart\endcsname{{\FAone\symbol{94}}}
+\expandafter\def\csname faicon@pie-chart\endcsname{{\FAone\symbol{95}}}
+\expandafter\def\csname faicon@line-chart\endcsname{{\FAone\symbol{96}}}
+\expandafter\def\csname faicon@lastfm\endcsname{{\FAone\symbol{97}}}
+\expandafter\def\csname faicon@lastfm-square\endcsname{{\FAone\symbol{98}}}
+\expandafter\def\csname faicon@toggle-off\endcsname{{\FAone\symbol{99}}}
+\expandafter\def\csname faicon@toggle-on\endcsname{{\FAone\symbol{100}}}
+\expandafter\def\csname faicon@bicycle\endcsname{{\FAone\symbol{101}}}
+\expandafter\def\csname faicon@bus\endcsname{{\FAone\symbol{102}}}
+\expandafter\def\csname faicon@ioxhost\endcsname{{\FAone\symbol{103}}}
+\expandafter\def\csname faicon@angellist\endcsname{{\FAone\symbol{104}}}
+\expandafter\def\csname faicon@cc\endcsname{{\FAone\symbol{105}}}
+\expandafter\def\csname faicon@ils\endcsname{{\FAone\symbol{106}}}
+\expandafter\def\csname faicon@meanpath\endcsname{{\FAone\symbol{107}}}
+\expandafter\def\csname faicon@buysellads\endcsname{{\FAone\symbol{108}}}
+\expandafter\def\csname faicon@connectdevelop\endcsname{{\FAone\symbol{109}}}
+\expandafter\def\csname faicon@forumbee\endcsname{{\FAone\symbol{110}}}
+\expandafter\def\csname faicon@sellsy\endcsname{{\FAone\symbol{111}}}
+\expandafter\def\csname faicon@shirtsinbulk\endcsname{{\FAone\symbol{112}}}
+\expandafter\def\csname faicon@simplybuilt\endcsname{{\FAone\symbol{113}}}
+\expandafter\def\csname faicon@skyatlas\endcsname{{\FAone\symbol{114}}}
+\expandafter\def\csname faicon@cart-plus\endcsname{{\FAone\symbol{115}}}
+\expandafter\def\csname faicon@cart-arrow-down\endcsname{{\FAone\symbol{116}}}
+\expandafter\def\csname faicon@diamond\endcsname{{\FAone\symbol{117}}}
+\expandafter\def\csname faicon@ship\endcsname{{\FAone\symbol{118}}}
+\expandafter\def\csname faicon@user-secret\endcsname{{\FAone\symbol{119}}}
+\expandafter\def\csname faicon@motorcycle\endcsname{{\FAone\symbol{120}}}
+\expandafter\def\csname faicon@street-view\endcsname{{\FAone\symbol{121}}}
+\expandafter\def\csname faicon@heartbeat\endcsname{{\FAone\symbol{122}}}
+\expandafter\def\csname faicon@mars\endcsname{{\FAone\symbol{123}}}
+\expandafter\def\csname faicon@mercury\endcsname{{\FAone\symbol{124}}}
+\expandafter\def\csname faicon@transgender\endcsname{{\FAone\symbol{125}}}
+\expandafter\def\csname faicon@transgender-alt\endcsname{{\FAone\symbol{126}}}
+\expandafter\def\csname faicon@venus-double\endcsname{{\FAone\symbol{127}}}
+\expandafter\def\csname faicon@mars-double\endcsname{{\FAone\symbol{128}}}
+\expandafter\def\csname faicon@venus-mars\endcsname{{\FAone\symbol{129}}}
+\expandafter\def\csname faicon@mars-stroke\endcsname{{\FAone\symbol{130}}}
+\expandafter\def\csname faicon@mars-stroke-v\endcsname{{\FAone\symbol{131}}}
+\expandafter\def\csname faicon@mars-stroke-h\endcsname{{\FAone\symbol{132}}}
+\expandafter\def\csname faicon@neuter\endcsname{{\FAone\symbol{133}}}
+\expandafter\def\csname faicon@facebook-official\endcsname{{\FAone\symbol{134}}}
+\expandafter\def\csname faicon@pinterest-p\endcsname{{\FAone\symbol{135}}}
+\expandafter\def\csname faicon@whatsapp\endcsname{{\FAone\symbol{136}}}
+\expandafter\def\csname faicon@server\endcsname{{\FAone\symbol{137}}}
+\expandafter\def\csname faicon@user-plus\endcsname{{\FAone\symbol{138}}}
+\expandafter\def\csname faicon@user-times\endcsname{{\FAone\symbol{139}}}
+\expandafter\def\csname faicon@bed\endcsname{{\FAone\symbol{140}}}
+\expandafter\def\csname faicon@viacoin\endcsname{{\FAone\symbol{141}}}
+\expandafter\def\csname faicon@train\endcsname{{\FAone\symbol{142}}}
+\expandafter\def\csname faicon@subway\endcsname{{\FAone\symbol{143}}}
+\expandafter\def\csname faicon@medium\endcsname{{\FAone\symbol{144}}}
+\expandafter\def\csname faicon@adjust\endcsname{{\FAone\symbol{145}}}
+\expandafter\def\csname faicon@adn\endcsname{{\FAone\symbol{146}}}
+\expandafter\def\csname faicon@align-center\endcsname{{\FAone\symbol{147}}}
+\expandafter\def\csname faicon@align-justify\endcsname{{\FAone\symbol{148}}}
+\expandafter\def\csname faicon@align-left\endcsname{{\FAone\symbol{149}}}
+\expandafter\def\csname faicon@align-right\endcsname{{\FAone\symbol{150}}}
+\expandafter\def\csname faicon@ambulance\endcsname{{\FAone\symbol{151}}}
+\expandafter\def\csname faicon@anchor\endcsname{{\FAone\symbol{152}}}
+\expandafter\def\csname faicon@android\endcsname{{\FAone\symbol{153}}}
+\expandafter\def\csname faicon@angle-down\endcsname{{\FAone\symbol{154}}}
+\expandafter\def\csname faicon@angle-left\endcsname{{\FAone\symbol{155}}}
+\expandafter\def\csname faicon@angle-right\endcsname{{\FAone\symbol{156}}}
+\expandafter\def\csname faicon@angle-up\endcsname{{\FAone\symbol{157}}}
+\expandafter\def\csname faicon@apple\endcsname{{\FAone\symbol{158}}}
+\expandafter\def\csname faicon@archive\endcsname{{\FAone\symbol{159}}}
+\expandafter\def\csname faicon@arrow-circle-o-left\endcsname{{\FAone\symbol{160}}}
+\expandafter\def\csname faicon@arrow-down\endcsname{{\FAone\symbol{161}}}
+\expandafter\def\csname faicon@arrow-left\endcsname{{\FAone\symbol{162}}}
+\expandafter\def\csname faicon@arrow-right\endcsname{{\FAone\symbol{163}}}
+\expandafter\def\csname faicon@arrow-up\endcsname{{\FAone\symbol{164}}}
+\expandafter\def\csname faicon@asterisk\endcsname{{\FAone\symbol{165}}}
+\expandafter\def\csname faicon@backward\endcsname{{\FAone\symbol{166}}}
+\expandafter\def\csname faicon@ban\endcsname{{\FAone\symbol{167}}}
+\expandafter\def\csname faicon@bar-chart\endcsname{{\FAone\symbol{168}}}
+\expandafter\def\csname faicon@barcode\endcsname{{\FAone\symbol{169}}}
+\expandafter\def\csname faicon@flask\endcsname{{\FAone\symbol{170}}}
+\expandafter\def\csname faicon@beer\endcsname{{\FAone\symbol{171}}}
+\expandafter\def\csname faicon@bell-o\endcsname{{\FAone\symbol{172}}}
+\expandafter\def\csname faicon@bell\endcsname{{\FAone\symbol{173}}}
+\expandafter\def\csname faicon@bitbucket-square\endcsname{{\FAone\symbol{174}}}
+\expandafter\def\csname faicon@bold\endcsname{{\FAone\symbol{175}}}
+\expandafter\def\csname faicon@bolt\endcsname{{\FAone\symbol{176}}}
+\expandafter\def\csname faicon@book\endcsname{{\FAone\symbol{177}}}
+\expandafter\def\csname faicon@bookmark\endcsname{{\FAone\symbol{178}}}
+\expandafter\def\csname faicon@bookmark-o\endcsname{{\FAone\symbol{179}}}
+\expandafter\def\csname faicon@briefcase\endcsname{{\FAone\symbol{180}}}
+\expandafter\def\csname faicon@btc\endcsname{{\FAone\symbol{181}}}
+\expandafter\def\csname faicon@bug\endcsname{{\FAone\symbol{182}}}
+\expandafter\def\csname faicon@building-o\endcsname{{\FAone\symbol{183}}}
+\expandafter\def\csname faicon@bullhorn\endcsname{{\FAone\symbol{184}}}
+\expandafter\def\csname faicon@bullseye\endcsname{{\FAone\symbol{185}}}
+\expandafter\def\csname faicon@calendar\endcsname{{\FAone\symbol{186}}}
+\expandafter\def\csname faicon@calendar-o\endcsname{{\FAone\symbol{187}}}
+\expandafter\def\csname faicon@camera\endcsname{{\FAone\symbol{188}}}
+\expandafter\def\csname faicon@camera-retro\endcsname{{\FAone\symbol{189}}}
+\expandafter\def\csname faicon@caret-down\endcsname{{\FAone\symbol{190}}}
+\expandafter\def\csname faicon@caret-left\endcsname{{\FAone\symbol{191}}}
+\expandafter\def\csname faicon@caret-right\endcsname{{\FAone\symbol{192}}}
+\expandafter\def\csname faicon@caret-up\endcsname{{\FAone\symbol{193}}}
+\expandafter\def\csname faicon@certificate\endcsname{{\FAone\symbol{194}}}
+\expandafter\def\csname faicon@check-square-o\endcsname{{\FAone\symbol{195}}}
+\expandafter\def\csname faicon@square-o\endcsname{{\FAone\symbol{196}}}
+\expandafter\def\csname faicon@minus-square-o\endcsname{{\FAone\symbol{197}}}
+\expandafter\def\csname faicon@check-square\endcsname{{\FAone\symbol{198}}}
+\expandafter\def\csname faicon@chevron-down\endcsname{{\FAone\symbol{199}}}
+\expandafter\def\csname faicon@chevron-left\endcsname{{\FAone\symbol{200}}}
+\expandafter\def\csname faicon@chevron-right\endcsname{{\FAone\symbol{201}}}
+\expandafter\def\csname faicon@chevron-circle-down\endcsname{{\FAone\symbol{202}}}
+\expandafter\def\csname faicon@chevron-circle-left\endcsname{{\FAone\symbol{203}}}
+\expandafter\def\csname faicon@chevron-circle-right\endcsname{{\FAone\symbol{204}}}
+\expandafter\def\csname faicon@chevron-circle-up\endcsname{{\FAone\symbol{205}}}
+\expandafter\def\csname faicon@chevron-up\endcsname{{\FAone\symbol{206}}}
+\expandafter\def\csname faicon@circle\endcsname{{\FAone\symbol{207}}}
+\expandafter\def\csname faicon@arrow-circle-down\endcsname{{\FAone\symbol{208}}}
+\expandafter\def\csname faicon@arrow-circle-left\endcsname{{\FAone\symbol{209}}}
+\expandafter\def\csname faicon@arrow-circle-right\endcsname{{\FAone\symbol{210}}}
+\expandafter\def\csname faicon@arrow-circle-up\endcsname{{\FAone\symbol{211}}}
+\expandafter\def\csname faicon@circle-o\endcsname{{\FAone\symbol{212}}}
+\expandafter\def\csname faicon@cloud\endcsname{{\FAone\symbol{213}}}
+\expandafter\def\csname faicon@cloud-download\endcsname{{\FAone\symbol{214}}}
+\expandafter\def\csname faicon@cloud-upload\endcsname{{\FAone\symbol{215}}}
+\expandafter\def\csname faicon@code\endcsname{{\FAone\symbol{216}}}
+\expandafter\def\csname faicon@code-fork\endcsname{{\FAone\symbol{217}}}
+\expandafter\def\csname faicon@coffee\endcsname{{\FAone\symbol{218}}}
+\expandafter\def\csname faicon@cog\endcsname{{\FAone\symbol{219}}}
+\expandafter\def\csname faicon@cogs\endcsname{{\FAone\symbol{220}}}
+\expandafter\def\csname faicon@caret-square-o-down\endcsname{{\FAone\symbol{221}}}
+\expandafter\def\csname faicon@caret-square-o-up\endcsname{{\FAone\symbol{222}}}
+\expandafter\def\csname faicon@columns\endcsname{{\FAone\symbol{223}}}
+\expandafter\def\csname faicon@comment\endcsname{{\FAone\symbol{224}}}
+\expandafter\def\csname faicon@comment-o\endcsname{{\FAone\symbol{225}}}
+\expandafter\def\csname faicon@comments\endcsname{{\FAone\symbol{226}}}
+\expandafter\def\csname faicon@comments-o\endcsname{{\FAone\symbol{227}}}
+\expandafter\def\csname faicon@compass\endcsname{{\FAone\symbol{228}}}
+\expandafter\def\csname faicon@files-o\endcsname{{\FAone\symbol{229}}}
+\expandafter\def\csname faicon@credit-card\endcsname{{\FAone\symbol{230}}}
+\expandafter\def\csname faicon@crop\endcsname{{\FAone\symbol{231}}}
+\expandafter\def\csname faicon@css3\endcsname{{\FAone\symbol{232}}}
+\expandafter\def\csname faicon@scissors\endcsname{{\FAone\symbol{233}}}
+\expandafter\def\csname faicon@tachometer\endcsname{{\FAone\symbol{234}}}
+\expandafter\def\csname faicon@desktop\endcsname{{\FAone\symbol{235}}}
+\expandafter\def\csname faicon@dot-circle-o\endcsname{{\FAone\symbol{236}}}
+\expandafter\def\csname faicon@angle-double-down\endcsname{{\FAone\symbol{237}}}
+\expandafter\def\csname faicon@angle-double-left\endcsname{{\FAone\symbol{238}}}
+\expandafter\def\csname faicon@angle-double-right\endcsname{{\FAone\symbol{239}}}
+\expandafter\def\csname faicon@angle-double-up\endcsname{{\FAone\symbol{240}}}
+\expandafter\def\csname faicon@arrow-circle-o-down\endcsname{{\FAone\symbol{241}}}
+\expandafter\def\csname faicon@download\endcsname{{\FAone\symbol{242}}}
+\expandafter\def\csname faicon@dribbble\endcsname{{\FAone\symbol{243}}}
+\expandafter\def\csname faicon@dropbox\endcsname{{\FAone\symbol{244}}}
+\expandafter\def\csname faicon@pencil-square-o\endcsname{{\FAone\symbol{245}}}
+\expandafter\def\csname faicon@pencil-square\endcsname{{\FAone\symbol{246}}}
+\expandafter\def\csname faicon@eject\endcsname{{\FAone\symbol{247}}}
+\expandafter\def\csname faicon@ellipsis-h\endcsname{{\FAone\symbol{248}}}
+\expandafter\def\csname faicon@ellipsis-v\endcsname{{\FAone\symbol{249}}}
+\expandafter\def\csname faicon@envelope-o\endcsname{{\FAone\symbol{250}}}
+\expandafter\def\csname faicon@envelope\endcsname{{\FAone\symbol{251}}}
+\expandafter\def\csname faicon@eur\endcsname{{\FAone\symbol{252}}}
+\expandafter\def\csname faicon@exchange\endcsname{{\FAone\symbol{253}}}
+\expandafter\def\csname faicon@exclamation\endcsname{{\FAone\symbol{254}}}
+\expandafter\def\csname faicon@exclamation-circle\endcsname{{\FAone\symbol{255}}}
+\expandafter\def\csname faicon@external-link\endcsname{{\FAtwo\symbol{0}}}
+\expandafter\def\csname faicon@eye-slash\endcsname{{\FAtwo\symbol{1}}}
+\expandafter\def\csname faicon@eye\endcsname{{\FAtwo\symbol{2}}}
+\expandafter\def\csname faicon@plus-square\endcsname{{\FAtwo\symbol{3}}}
+\expandafter\def\csname faicon@bitbucket\endcsname{{\FAtwo\symbol{4}}}
+\expandafter\def\csname faicon@reddit\endcsname{{\FAtwo\symbol{5}}}
+\expandafter\def\csname faicon@stumbleupon\endcsname{{\FAtwo\symbol{6}}}
+\expandafter\def\csname faicon@language\endcsname{{\FAtwo\symbol{7}}}
+\expandafter\def\csname faicon@cc-amex\endcsname{{\FAtwo\symbol{8}}}
+\expandafter\def\csname faicon@paint-brush\endcsname{{\FAtwo\symbol{9}}}
+\expandafter\def\csname faicon@dashcube\endcsname{{\FAtwo\symbol{10}}}
+\expandafter\def\csname faicon@leanpub\endcsname{{\FAtwo\symbol{11}}}
+\expandafter\def\csname faicon@facebook\endcsname{{\FAtwo\symbol{12}}}
+\expandafter\def\csname faicon@facebook-square\endcsname{{\FAtwo\symbol{13}}}
+\expandafter\def\csname faicon@video-camera\endcsname{{\FAtwo\symbol{14}}}
+\expandafter\def\csname faicon@fast-backward\endcsname{{\FAtwo\symbol{15}}}
+\expandafter\def\csname faicon@fast-forward\endcsname{{\FAtwo\symbol{16}}}
+\expandafter\def\csname faicon@female\endcsname{{\FAtwo\symbol{17}}}
+\expandafter\def\csname faicon@fighter-jet\endcsname{{\FAtwo\symbol{18}}}
+\expandafter\def\csname faicon@file\endcsname{{\FAtwo\symbol{19}}}
+\expandafter\def\csname faicon@file-o\endcsname{{\FAtwo\symbol{20}}}
+\expandafter\def\csname faicon@file-text\endcsname{{\FAtwo\symbol{21}}}
+\expandafter\def\csname faicon@file-text-o\endcsname{{\FAtwo\symbol{22}}}
+\expandafter\def\csname faicon@film\endcsname{{\FAtwo\symbol{23}}}
+\expandafter\def\csname faicon@filter\endcsname{{\FAtwo\symbol{24}}}
+\expandafter\def\csname faicon@fire\endcsname{{\FAtwo\symbol{25}}}
+\expandafter\def\csname faicon@fire-extinguisher\endcsname{{\FAtwo\symbol{26}}}
+\expandafter\def\csname faicon@flag\endcsname{{\FAtwo\symbol{27}}}
+\expandafter\def\csname faicon@flag-o\endcsname{{\FAtwo\symbol{28}}}
+\expandafter\def\csname faicon@flag-checkered\endcsname{{\FAtwo\symbol{29}}}
+\expandafter\def\csname faicon@flickr\endcsname{{\FAtwo\symbol{30}}}
+\expandafter\def\csname faicon@folder\endcsname{{\FAtwo\symbol{31}}}
+\expandafter\def\csname faicon@folder-o\endcsname{{\FAtwo\symbol{32}}}
+\expandafter\def\csname faicon@folder-open\endcsname{{\FAtwo\symbol{33}}}
+\expandafter\def\csname faicon@folder-open-o\endcsname{{\FAtwo\symbol{34}}}
+\expandafter\def\csname faicon@font\endcsname{{\FAtwo\symbol{35}}}
+\expandafter\def\csname faicon@cutlery\endcsname{{\FAtwo\symbol{36}}}
+\expandafter\def\csname faicon@forward\endcsname{{\FAtwo\symbol{37}}}
+\expandafter\def\csname faicon@foursquare\endcsname{{\FAtwo\symbol{38}}}
+\expandafter\def\csname faicon@frown-o\endcsname{{\FAtwo\symbol{39}}}
+\expandafter\def\csname faicon@arrows-alt\endcsname{{\FAtwo\symbol{40}}}
+\expandafter\def\csname faicon@gamepad\endcsname{{\FAtwo\symbol{41}}}
+\expandafter\def\csname faicon@gbp\endcsname{{\FAtwo\symbol{42}}}
+\expandafter\def\csname faicon@gift\endcsname{{\FAtwo\symbol{43}}}
+\expandafter\def\csname faicon@github\endcsname{{\FAtwo\symbol{44}}}
+\expandafter\def\csname faicon@github-alt\endcsname{{\FAtwo\symbol{45}}}
+\expandafter\def\csname faicon@github-square\endcsname{{\FAtwo\symbol{46}}}
+\expandafter\def\csname faicon@gratipay\endcsname{{\FAtwo\symbol{47}}}
+\expandafter\def\csname faicon@glass\endcsname{{\FAtwo\symbol{48}}}
+\expandafter\def\csname faicon@globe\endcsname{{\FAtwo\symbol{49}}}
+\expandafter\def\csname faicon@google-plus\endcsname{{\FAtwo\symbol{50}}}
+\expandafter\def\csname faicon@google-plus-square\endcsname{{\FAtwo\symbol{51}}}
+\expandafter\def\csname faicon@users\endcsname{{\FAtwo\symbol{52}}}
+\expandafter\def\csname faicon@h-square\endcsname{{\FAtwo\symbol{53}}}
+\expandafter\def\csname faicon@hand-o-down\endcsname{{\FAtwo\symbol{54}}}
+\expandafter\def\csname faicon@hand-o-left\endcsname{{\FAtwo\symbol{55}}}
+\expandafter\def\csname faicon@hand-o-right\endcsname{{\FAtwo\symbol{56}}}
+\expandafter\def\csname faicon@hand-o-up\endcsname{{\FAtwo\symbol{57}}}
+\expandafter\def\csname faicon@hdd-o\endcsname{{\FAtwo\symbol{58}}}
+\expandafter\def\csname faicon@headphones\endcsname{{\FAtwo\symbol{59}}}
+\expandafter\def\csname faicon@heart\endcsname{{\FAtwo\symbol{60}}}
+\expandafter\def\csname faicon@heart-o\endcsname{{\FAtwo\symbol{61}}}
+\expandafter\def\csname faicon@home\endcsname{{\FAtwo\symbol{62}}}
+\expandafter\def\csname faicon@hospital-o\endcsname{{\FAtwo\symbol{63}}}
+\expandafter\def\csname faicon@html5\endcsname{{\FAtwo\symbol{64}}}
+\expandafter\def\csname faicon@inbox\endcsname{{\FAtwo\symbol{65}}}
+\expandafter\def\csname faicon@outdent\endcsname{{\FAtwo\symbol{66}}}
+\expandafter\def\csname faicon@indent\endcsname{{\FAtwo\symbol{67}}}
+\expandafter\def\csname faicon@info-circle\endcsname{{\FAtwo\symbol{68}}}
+\expandafter\def\csname faicon@inr\endcsname{{\FAtwo\symbol{69}}}
+\expandafter\def\csname faicon@instagram\endcsname{{\FAtwo\symbol{70}}}
+\expandafter\def\csname faicon@italic\endcsname{{\FAtwo\symbol{71}}}
+\expandafter\def\csname faicon@jpy\endcsname{{\FAtwo\symbol{72}}}
+\expandafter\def\csname faicon@key\endcsname{{\FAtwo\symbol{73}}}
+\expandafter\def\csname faicon@keyboard-o\endcsname{{\FAtwo\symbol{74}}}
+\expandafter\def\csname faicon@krw\endcsname{{\FAtwo\symbol{75}}}
+\expandafter\def\csname faicon@laptop\endcsname{{\FAtwo\symbol{76}}}
+\expandafter\def\csname faicon@leaf\endcsname{{\FAtwo\symbol{77}}}
+\expandafter\def\csname faicon@gavel\endcsname{{\FAtwo\symbol{78}}}
+\expandafter\def\csname faicon@lemon-o\endcsname{{\FAtwo\symbol{79}}}
+\expandafter\def\csname faicon@level-down\endcsname{{\FAtwo\symbol{80}}}
+\expandafter\def\csname faicon@level-up\endcsname{{\FAtwo\symbol{81}}}
+\expandafter\def\csname faicon@lightbulb-o\endcsname{{\FAtwo\symbol{82}}}
+\expandafter\def\csname faicon@link\endcsname{{\FAtwo\symbol{83}}}
+\expandafter\def\csname faicon@linkedin\endcsname{{\FAtwo\symbol{84}}}
+\expandafter\def\csname faicon@linkedin-square\endcsname{{\FAtwo\symbol{85}}}
+\expandafter\def\csname faicon@linux\endcsname{{\FAtwo\symbol{86}}}
+\expandafter\def\csname faicon@list\endcsname{{\FAtwo\symbol{87}}}
+\expandafter\def\csname faicon@list-alt\endcsname{{\FAtwo\symbol{88}}}
+\expandafter\def\csname faicon@location-arrow\endcsname{{\FAtwo\symbol{89}}}
+\expandafter\def\csname faicon@lock\endcsname{{\FAtwo\symbol{90}}}
+\expandafter\def\csname faicon@long-arrow-down\endcsname{{\FAtwo\symbol{91}}}
+\expandafter\def\csname faicon@long-arrow-left\endcsname{{\FAtwo\symbol{92}}}
+\expandafter\def\csname faicon@long-arrow-right\endcsname{{\FAtwo\symbol{93}}}
+\expandafter\def\csname faicon@long-arrow-up\endcsname{{\FAtwo\symbol{94}}}
+\expandafter\def\csname faicon@magic\endcsname{{\FAtwo\symbol{95}}}
+\expandafter\def\csname faicon@magnet\endcsname{{\FAtwo\symbol{96}}}
+\expandafter\def\csname faicon@male\endcsname{{\FAtwo\symbol{97}}}
+\expandafter\def\csname faicon@map-marker\endcsname{{\FAtwo\symbol{98}}}
+\expandafter\def\csname faicon@maxcdn\endcsname{{\FAtwo\symbol{99}}}
+\expandafter\def\csname faicon@medkit\endcsname{{\FAtwo\symbol{100}}}
+\expandafter\def\csname faicon@meh-o\endcsname{{\FAtwo\symbol{101}}}
+\expandafter\def\csname faicon@microphone\endcsname{{\FAtwo\symbol{102}}}
+\expandafter\def\csname faicon@microphone-slash\endcsname{{\FAtwo\symbol{103}}}
+\expandafter\def\csname faicon@minus\endcsname{{\FAtwo\symbol{104}}}
+\expandafter\def\csname faicon@minus-circle\endcsname{{\FAtwo\symbol{105}}}
+\expandafter\def\csname faicon@minus-square\endcsname{{\FAtwo\symbol{106}}}
+\expandafter\def\csname faicon@mobile\endcsname{{\FAtwo\symbol{107}}}
+\expandafter\def\csname faicon@money\endcsname{{\FAtwo\symbol{108}}}
+\expandafter\def\csname faicon@arrows\endcsname{{\FAtwo\symbol{109}}}
+\expandafter\def\csname faicon@music\endcsname{{\FAtwo\symbol{110}}}
+\expandafter\def\csname faicon@power-off\endcsname{{\FAtwo\symbol{111}}}
+\expandafter\def\csname faicon@check\endcsname{{\FAtwo\symbol{112}}}
+\expandafter\def\csname faicon@check-circle-o\endcsname{{\FAtwo\symbol{113}}}
+\expandafter\def\csname faicon@check-circle\endcsname{{\FAtwo\symbol{114}}}
+\expandafter\def\csname faicon@list-ol\endcsname{{\FAtwo\symbol{115}}}
+\expandafter\def\csname faicon@paperclip\endcsname{{\FAtwo\symbol{116}}}
+\expandafter\def\csname faicon@clipboard\endcsname{{\FAtwo\symbol{117}}}
+\expandafter\def\csname faicon@pause\endcsname{{\FAtwo\symbol{118}}}
+\expandafter\def\csname faicon@pencil\endcsname{{\FAtwo\symbol{119}}}
+\expandafter\def\csname faicon@phone\endcsname{{\FAtwo\symbol{120}}}
+\expandafter\def\csname faicon@phone-square\endcsname{{\FAtwo\symbol{121}}}
+\expandafter\def\csname faicon@picture-o\endcsname{{\FAtwo\symbol{122}}}
+\expandafter\def\csname faicon@pinterest\endcsname{{\FAtwo\symbol{123}}}
+\expandafter\def\csname faicon@pinterest-square\endcsname{{\FAtwo\symbol{124}}}
+\expandafter\def\csname faicon@plane\endcsname{{\FAtwo\symbol{125}}}
+\expandafter\def\csname faicon@play\endcsname{{\FAtwo\symbol{126}}}
+\expandafter\def\csname faicon@play-circle-o\endcsname{{\FAtwo\symbol{127}}}
+\expandafter\def\csname faicon@play-circle\endcsname{{\FAtwo\symbol{128}}}
+\expandafter\def\csname faicon@plus\endcsname{{\FAtwo\symbol{129}}}
+\expandafter\def\csname faicon@plus-circle\endcsname{{\FAtwo\symbol{130}}}
+\expandafter\def\csname faicon@plus-square-o\endcsname{{\FAtwo\symbol{131}}}
+\expandafter\def\csname faicon@print\endcsname{{\FAtwo\symbol{132}}}
+\expandafter\def\csname faicon@thumb-tack\endcsname{{\FAtwo\symbol{133}}}
+\expandafter\def\csname faicon@puzzle-piece\endcsname{{\FAtwo\symbol{134}}}
+\expandafter\def\csname faicon@qrcode\endcsname{{\FAtwo\symbol{135}}}
+\expandafter\def\csname faicon@question\endcsname{{\FAtwo\symbol{136}}}
+\expandafter\def\csname faicon@question-circle\endcsname{{\FAtwo\symbol{137}}}
+\expandafter\def\csname faicon@quote-left\endcsname{{\FAtwo\symbol{138}}}
+\expandafter\def\csname faicon@quote-right\endcsname{{\FAtwo\symbol{139}}}
+\expandafter\def\csname faicon@random\endcsname{{\FAtwo\symbol{140}}}
+\expandafter\def\csname faicon@refresh\endcsname{{\FAtwo\symbol{141}}}
+\expandafter\def\csname faicon@times\endcsname{{\FAtwo\symbol{142}}}
+\expandafter\def\csname faicon@times-circle-o\endcsname{{\FAtwo\symbol{143}}}
+\expandafter\def\csname faicon@times-circle\endcsname{{\FAtwo\symbol{144}}}
+\expandafter\def\csname faicon@renren\endcsname{{\FAtwo\symbol{145}}}
+\expandafter\def\csname faicon@bars\endcsname{{\FAtwo\symbol{146}}}
+\expandafter\def\csname faicon@repeat\endcsname{{\FAtwo\symbol{147}}}
+\expandafter\def\csname faicon@reply\endcsname{{\FAtwo\symbol{148}}}
+\expandafter\def\csname faicon@reply-all\endcsname{{\FAtwo\symbol{149}}}
+\expandafter\def\csname faicon@expand\endcsname{{\FAtwo\symbol{150}}}
+\expandafter\def\csname faicon@arrows-h\endcsname{{\FAtwo\symbol{151}}}
+\expandafter\def\csname faicon@compress\endcsname{{\FAtwo\symbol{152}}}
+\expandafter\def\csname faicon@arrows-v\endcsname{{\FAtwo\symbol{153}}}
+\expandafter\def\csname faicon@retweet\endcsname{{\FAtwo\symbol{154}}}
+\expandafter\def\csname faicon@road\endcsname{{\FAtwo\symbol{155}}}
+\expandafter\def\csname faicon@rocket\endcsname{{\FAtwo\symbol{156}}}
+\expandafter\def\csname faicon@rss\endcsname{{\FAtwo\symbol{157}}}
+\expandafter\def\csname faicon@rub\endcsname{{\FAtwo\symbol{158}}}
+\expandafter\def\csname faicon@floppy-o\endcsname{{\FAtwo\symbol{159}}}
+\expandafter\def\csname faicon@crosshairs\endcsname{{\FAtwo\symbol{160}}}
+\expandafter\def\csname faicon@search\endcsname{{\FAtwo\symbol{161}}}
+\expandafter\def\csname faicon@share-square-o\endcsname{{\FAtwo\symbol{162}}}
+\expandafter\def\csname faicon@share\endcsname{{\FAtwo\symbol{163}}}
+\expandafter\def\csname faicon@share-square\endcsname{{\FAtwo\symbol{164}}}
+\expandafter\def\csname faicon@shield\endcsname{{\FAtwo\symbol{165}}}
+\expandafter\def\csname faicon@shopping-cart\endcsname{{\FAtwo\symbol{166}}}
+\expandafter\def\csname faicon@square\endcsname{{\FAtwo\symbol{167}}}
+\expandafter\def\csname faicon@signal\endcsname{{\FAtwo\symbol{168}}}
+\expandafter\def\csname faicon@sign-in\endcsname{{\FAtwo\symbol{169}}}
+\expandafter\def\csname faicon@sign-out\endcsname{{\FAtwo\symbol{170}}}
+\expandafter\def\csname faicon@sitemap\endcsname{{\FAtwo\symbol{171}}}
+\expandafter\def\csname faicon@skype\endcsname{{\FAtwo\symbol{172}}}
+\expandafter\def\csname faicon@smile-o\endcsname{{\FAtwo\symbol{173}}}
+\expandafter\def\csname faicon@sort\endcsname{{\FAtwo\symbol{174}}}
+\expandafter\def\csname faicon@sort-alpha-asc\endcsname{{\FAtwo\symbol{175}}}
+\expandafter\def\csname faicon@sort-amount-asc\endcsname{{\FAtwo\symbol{176}}}
+\expandafter\def\csname faicon@sort-amount-desc\endcsname{{\FAtwo\symbol{177}}}
+\expandafter\def\csname faicon@sort-numeric-asc\endcsname{{\FAtwo\symbol{178}}}
+\expandafter\def\csname faicon@sort-numeric-desc\endcsname{{\FAtwo\symbol{179}}}
+\expandafter\def\csname faicon@sort-desc\endcsname{{\FAtwo\symbol{180}}}
+\expandafter\def\csname faicon@sort-asc\endcsname{{\FAtwo\symbol{181}}}
+\expandafter\def\csname faicon@spinner\endcsname{{\FAtwo\symbol{182}}}
+\expandafter\def\csname faicon@stack-exchange\endcsname{{\FAtwo\symbol{183}}}
+\expandafter\def\csname faicon@stack-overflow\endcsname{{\FAtwo\symbol{184}}}
+\expandafter\def\csname faicon@star\endcsname{{\FAtwo\symbol{185}}}
+\expandafter\def\csname faicon@star-o\endcsname{{\FAtwo\symbol{186}}}
+\expandafter\def\csname faicon@star-half\endcsname{{\FAtwo\symbol{187}}}
+\expandafter\def\csname faicon@star-half-o\endcsname{{\FAtwo\symbol{188}}}
+\expandafter\def\csname faicon@step-backward\endcsname{{\FAtwo\symbol{189}}}
+\expandafter\def\csname faicon@step-forward\endcsname{{\FAtwo\symbol{190}}}
+\expandafter\def\csname faicon@stethoscope\endcsname{{\FAtwo\symbol{191}}}
+\expandafter\def\csname faicon@stop\endcsname{{\FAtwo\symbol{192}}}
+\expandafter\def\csname faicon@strikethrough\endcsname{{\FAtwo\symbol{193}}}
+\expandafter\def\csname faicon@subscript\endcsname{{\FAtwo\symbol{194}}}
+\expandafter\def\csname faicon@suitcase\endcsname{{\FAtwo\symbol{195}}}
+\expandafter\def\csname faicon@sun-o\endcsname{{\FAtwo\symbol{196}}}
+\expandafter\def\csname faicon@superscript\endcsname{{\FAtwo\symbol{197}}}
+\expandafter\def\csname faicon@table\endcsname{{\FAtwo\symbol{198}}}
+\expandafter\def\csname faicon@tablet\endcsname{{\FAtwo\symbol{199}}}
+\expandafter\def\csname faicon@tag\endcsname{{\FAtwo\symbol{200}}}
+\expandafter\def\csname faicon@tags\endcsname{{\FAtwo\symbol{201}}}
+\expandafter\def\csname faicon@tasks\endcsname{{\FAtwo\symbol{202}}}
+\expandafter\def\csname faicon@terminal\endcsname{{\FAtwo\symbol{203}}}
+\expandafter\def\csname faicon@text-height\endcsname{{\FAtwo\symbol{204}}}
+\expandafter\def\csname faicon@text-width\endcsname{{\FAtwo\symbol{205}}}
+\expandafter\def\csname faicon@th\endcsname{{\FAtwo\symbol{206}}}
+\expandafter\def\csname faicon@th-large\endcsname{{\FAtwo\symbol{207}}}
+\expandafter\def\csname faicon@th-list\endcsname{{\FAtwo\symbol{208}}}
+\expandafter\def\csname faicon@thumbs-o-down\endcsname{{\FAtwo\symbol{209}}}
+\expandafter\def\csname faicon@thumbs-o-up\endcsname{{\FAtwo\symbol{210}}}
+\expandafter\def\csname faicon@ticket\endcsname{{\FAtwo\symbol{211}}}
+\expandafter\def\csname faicon@clock-o\endcsname{{\FAtwo\symbol{212}}}
+\expandafter\def\csname faicon@tint\endcsname{{\FAtwo\symbol{213}}}
+\expandafter\def\csname faicon@trash-o\endcsname{{\FAtwo\symbol{214}}}
+\expandafter\def\csname faicon@trello\endcsname{{\FAtwo\symbol{215}}}
+\expandafter\def\csname faicon@trophy\endcsname{{\FAtwo\symbol{216}}}
+\expandafter\def\csname faicon@truck\endcsname{{\FAtwo\symbol{217}}}
+\expandafter\def\csname faicon@tumblr\endcsname{{\FAtwo\symbol{218}}}
+\expandafter\def\csname faicon@tumblr-square\endcsname{{\FAtwo\symbol{219}}}
+\expandafter\def\csname faicon@twitter\endcsname{{\FAtwo\symbol{220}}}
+\expandafter\def\csname faicon@twitter-square\endcsname{{\FAtwo\symbol{221}}}
+\expandafter\def\csname faicon@list-ul\endcsname{{\FAtwo\symbol{222}}}
+\expandafter\def\csname faicon@umbrella\endcsname{{\FAtwo\symbol{223}}}
+\expandafter\def\csname faicon@underline\endcsname{{\FAtwo\symbol{224}}}
+\expandafter\def\csname faicon@undo\endcsname{{\FAtwo\symbol{225}}}
+\expandafter\def\csname faicon@google\endcsname{{\FAtwo\symbol{226}}}
+\expandafter\def\csname faicon@paw\endcsname{{\FAtwo\symbol{227}}}
+\expandafter\def\csname faicon@database\endcsname{{\FAtwo\symbol{228}}}
+\expandafter\def\csname faicon@file-pdf-o\endcsname{{\FAtwo\symbol{229}}}
+\expandafter\def\csname faicon@rebel\endcsname{{\FAtwo\symbol{230}}}
+\expandafter\def\csname faicon@empire\endcsname{{\FAtwo\symbol{231}}}
+\expandafter\def\csname faicon@git-square\endcsname{{\FAtwo\symbol{232}}}
+\expandafter\def\csname faicon@tencent-weibo\endcsname{{\FAtwo\symbol{233}}}
+\expandafter\def\csname faicon@qq\endcsname{{\FAtwo\symbol{234}}}
+\expandafter\def\csname faicon@weixin\endcsname{{\FAtwo\symbol{235}}}
+\expandafter\def\csname faicon@share-alt\endcsname{{\FAtwo\symbol{236}}}
+\expandafter\def\csname faicon@cc-visa\endcsname{{\FAtwo\symbol{237}}}
+\expandafter\def\csname faicon@chain-broken\endcsname{{\FAtwo\symbol{238}}}
+\expandafter\def\csname faicon@unlock\endcsname{{\FAtwo\symbol{239}}}
+\expandafter\def\csname faicon@unlock-alt\endcsname{{\FAtwo\symbol{240}}}
+\expandafter\def\csname faicon@arrow-circle-o-up\endcsname{{\FAtwo\symbol{241}}}
+\expandafter\def\csname faicon@upload\endcsname{{\FAtwo\symbol{242}}}
+\expandafter\def\csname faicon@usd\endcsname{{\FAtwo\symbol{243}}}
+\expandafter\def\csname faicon@user\endcsname{{\FAtwo\symbol{244}}}
+\expandafter\def\csname faicon@user-md\endcsname{{\FAtwo\symbol{245}}}
+\expandafter\def\csname faicon@venus\endcsname{{\FAtwo\symbol{246}}}
+\expandafter\def\csname faicon@vimeo-square\endcsname{{\FAtwo\symbol{247}}}
+\expandafter\def\csname faicon@vk\endcsname{{\FAtwo\symbol{248}}}
+\expandafter\def\csname faicon@volume-down\endcsname{{\FAtwo\symbol{249}}}
+\expandafter\def\csname faicon@volume-off\endcsname{{\FAtwo\symbol{250}}}
+\expandafter\def\csname faicon@volume-up\endcsname{{\FAtwo\symbol{251}}}
+\expandafter\def\csname faicon@exclamation-triangle\endcsname{{\FAtwo\symbol{252}}}
+\expandafter\def\csname faicon@weibo\endcsname{{\FAtwo\symbol{253}}}
+\expandafter\def\csname faicon@windows\endcsname{{\FAtwo\symbol{254}}}
+\expandafter\def\csname faicon@wrench\endcsname{{\FAtwo\symbol{255}}}
+\expandafter\def\csname faicon@xing\endcsname{{\FAthree\symbol{0}}}
+\expandafter\def\csname faicon@xing-square\endcsname{{\FAthree\symbol{1}}}
+\expandafter\def\csname faicon@youtube\endcsname{{\FAthree\symbol{2}}}
+\expandafter\def\csname faicon@youtube-play\endcsname{{\FAthree\symbol{3}}}
+\expandafter\def\csname faicon@youtube-square\endcsname{{\FAthree\symbol{4}}}
+\expandafter\def\csname faicon@search-plus\endcsname{{\FAthree\symbol{5}}}
+\expandafter\def\csname faicon@search-minus\endcsname{{\FAthree\symbol{6}}}
diff --git a/Master/texmf-dist/doc/fonts/fontawesome/fontawesomesymbols-xeluatex.tex b/Master/texmf-dist/doc/fonts/fontawesome/fontawesomesymbols-xeluatex.tex
new file mode 100644
index 00000000000..e48a6917fe3
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/fontawesome/fontawesomesymbols-xeluatex.tex
@@ -0,0 +1,519 @@
+\expandafter\def\csname faicon@glass\endcsname{{\FA\symbol{"F000}}}
+\expandafter\def\csname faicon@music\endcsname{{\FA\symbol{"F001}}}
+\expandafter\def\csname faicon@search\endcsname{{\FA\symbol{"F002}}}
+\expandafter\def\csname faicon@envelope-o\endcsname{{\FA\symbol{"F003}}}
+\expandafter\def\csname faicon@heart\endcsname{{\FA\symbol{"F004}}}
+\expandafter\def\csname faicon@star\endcsname{{\FA\symbol{"F005}}}
+\expandafter\def\csname faicon@star-o\endcsname{{\FA\symbol{"F006}}}
+\expandafter\def\csname faicon@user\endcsname{{\FA\symbol{"F007}}}
+\expandafter\def\csname faicon@film\endcsname{{\FA\symbol{"F008}}}
+\expandafter\def\csname faicon@th-large\endcsname{{\FA\symbol{"F009}}}
+\expandafter\def\csname faicon@th\endcsname{{\FA\symbol{"F00A}}}
+\expandafter\def\csname faicon@th-list\endcsname{{\FA\symbol{"F00B}}}
+\expandafter\def\csname faicon@check\endcsname{{\FA\symbol{"F00C}}}
+\expandafter\def\csname faicon@times\endcsname{{\FA\symbol{"F00D}}}
+\expandafter\def\csname faicon@search-plus\endcsname{{\FA\symbol{"F00E}}}
+\expandafter\def\csname faicon@search-minus\endcsname{{\FA\symbol{"F010}}}
+\expandafter\def\csname faicon@power-off\endcsname{{\FA\symbol{"F011}}}
+\expandafter\def\csname faicon@signal\endcsname{{\FA\symbol{"F012}}}
+\expandafter\def\csname faicon@cog\endcsname{{\FA\symbol{"F013}}}
+\expandafter\def\csname faicon@trash-o\endcsname{{\FA\symbol{"F014}}}
+\expandafter\def\csname faicon@home\endcsname{{\FA\symbol{"F015}}}
+\expandafter\def\csname faicon@file-o\endcsname{{\FA\symbol{"F016}}}
+\expandafter\def\csname faicon@clock-o\endcsname{{\FA\symbol{"F017}}}
+\expandafter\def\csname faicon@road\endcsname{{\FA\symbol{"F018}}}
+\expandafter\def\csname faicon@download\endcsname{{\FA\symbol{"F019}}}
+\expandafter\def\csname faicon@arrow-circle-o-down\endcsname{{\FA\symbol{"F01A}}}
+\expandafter\def\csname faicon@arrow-circle-o-up\endcsname{{\FA\symbol{"F01B}}}
+\expandafter\def\csname faicon@inbox\endcsname{{\FA\symbol{"F01C}}}
+\expandafter\def\csname faicon@play-circle-o\endcsname{{\FA\symbol{"F01D}}}
+\expandafter\def\csname faicon@repeat\endcsname{{\FA\symbol{"F01E}}}
+\expandafter\def\csname faicon@refresh\endcsname{{\FA\symbol{"F021}}}
+\expandafter\def\csname faicon@list-alt\endcsname{{\FA\symbol{"F022}}}
+\expandafter\def\csname faicon@lock\endcsname{{\FA\symbol{"F023}}}
+\expandafter\def\csname faicon@flag\endcsname{{\FA\symbol{"F024}}}
+\expandafter\def\csname faicon@headphones\endcsname{{\FA\symbol{"F025}}}
+\expandafter\def\csname faicon@volume-off\endcsname{{\FA\symbol{"F026}}}
+\expandafter\def\csname faicon@volume-down\endcsname{{\FA\symbol{"F027}}}
+\expandafter\def\csname faicon@volume-up\endcsname{{\FA\symbol{"F028}}}
+\expandafter\def\csname faicon@qrcode\endcsname{{\FA\symbol{"F029}}}
+\expandafter\def\csname faicon@barcode\endcsname{{\FA\symbol{"F02A}}}
+\expandafter\def\csname faicon@tag\endcsname{{\FA\symbol{"F02B}}}
+\expandafter\def\csname faicon@tags\endcsname{{\FA\symbol{"F02C}}}
+\expandafter\def\csname faicon@book\endcsname{{\FA\symbol{"F02D}}}
+\expandafter\def\csname faicon@bookmark\endcsname{{\FA\symbol{"F02E}}}
+\expandafter\def\csname faicon@print\endcsname{{\FA\symbol{"F02F}}}
+\expandafter\def\csname faicon@camera\endcsname{{\FA\symbol{"F030}}}
+\expandafter\def\csname faicon@font\endcsname{{\FA\symbol{"F031}}}
+\expandafter\def\csname faicon@bold\endcsname{{\FA\symbol{"F032}}}
+\expandafter\def\csname faicon@italic\endcsname{{\FA\symbol{"F033}}}
+\expandafter\def\csname faicon@text-height\endcsname{{\FA\symbol{"F034}}}
+\expandafter\def\csname faicon@text-width\endcsname{{\FA\symbol{"F035}}}
+\expandafter\def\csname faicon@align-left\endcsname{{\FA\symbol{"F036}}}
+\expandafter\def\csname faicon@align-center\endcsname{{\FA\symbol{"F037}}}
+\expandafter\def\csname faicon@align-right\endcsname{{\FA\symbol{"F038}}}
+\expandafter\def\csname faicon@align-justify\endcsname{{\FA\symbol{"F039}}}
+\expandafter\def\csname faicon@list\endcsname{{\FA\symbol{"F03A}}}
+\expandafter\def\csname faicon@outdent\endcsname{{\FA\symbol{"F03B}}}
+\expandafter\def\csname faicon@indent\endcsname{{\FA\symbol{"F03C}}}
+\expandafter\def\csname faicon@video-camera\endcsname{{\FA\symbol{"F03D}}}
+\expandafter\def\csname faicon@picture-o\endcsname{{\FA\symbol{"F03E}}}
+\expandafter\def\csname faicon@pencil\endcsname{{\FA\symbol{"F040}}}
+\expandafter\def\csname faicon@map-marker\endcsname{{\FA\symbol{"F041}}}
+\expandafter\def\csname faicon@adjust\endcsname{{\FA\symbol{"F042}}}
+\expandafter\def\csname faicon@tint\endcsname{{\FA\symbol{"F043}}}
+\expandafter\def\csname faicon@pencil-square-o\endcsname{{\FA\symbol{"F044}}}
+\expandafter\def\csname faicon@share-square-o\endcsname{{\FA\symbol{"F045}}}
+\expandafter\def\csname faicon@check-square-o\endcsname{{\FA\symbol{"F046}}}
+\expandafter\def\csname faicon@arrows\endcsname{{\FA\symbol{"F047}}}
+\expandafter\def\csname faicon@step-backward\endcsname{{\FA\symbol{"F048}}}
+\expandafter\def\csname faicon@fast-backward\endcsname{{\FA\symbol{"F049}}}
+\expandafter\def\csname faicon@backward\endcsname{{\FA\symbol{"F04A}}}
+\expandafter\def\csname faicon@play\endcsname{{\FA\symbol{"F04B}}}
+\expandafter\def\csname faicon@pause\endcsname{{\FA\symbol{"F04C}}}
+\expandafter\def\csname faicon@stop\endcsname{{\FA\symbol{"F04D}}}
+\expandafter\def\csname faicon@forward\endcsname{{\FA\symbol{"F04E}}}
+\expandafter\def\csname faicon@fast-forward\endcsname{{\FA\symbol{"F050}}}
+\expandafter\def\csname faicon@step-forward\endcsname{{\FA\symbol{"F051}}}
+\expandafter\def\csname faicon@eject\endcsname{{\FA\symbol{"F052}}}
+\expandafter\def\csname faicon@chevron-left\endcsname{{\FA\symbol{"F053}}}
+\expandafter\def\csname faicon@chevron-right\endcsname{{\FA\symbol{"F054}}}
+\expandafter\def\csname faicon@plus-circle\endcsname{{\FA\symbol{"F055}}}
+\expandafter\def\csname faicon@minus-circle\endcsname{{\FA\symbol{"F056}}}
+\expandafter\def\csname faicon@times-circle\endcsname{{\FA\symbol{"F057}}}
+\expandafter\def\csname faicon@check-circle\endcsname{{\FA\symbol{"F058}}}
+\expandafter\def\csname faicon@question-circle\endcsname{{\FA\symbol{"F059}}}
+\expandafter\def\csname faicon@info-circle\endcsname{{\FA\symbol{"F05A}}}
+\expandafter\def\csname faicon@crosshairs\endcsname{{\FA\symbol{"F05B}}}
+\expandafter\def\csname faicon@times-circle-o\endcsname{{\FA\symbol{"F05C}}}
+\expandafter\def\csname faicon@check-circle-o\endcsname{{\FA\symbol{"F05D}}}
+\expandafter\def\csname faicon@ban\endcsname{{\FA\symbol{"F05E}}}
+\expandafter\def\csname faicon@arrow-left\endcsname{{\FA\symbol{"F060}}}
+\expandafter\def\csname faicon@arrow-right\endcsname{{\FA\symbol{"F061}}}
+\expandafter\def\csname faicon@arrow-up\endcsname{{\FA\symbol{"F062}}}
+\expandafter\def\csname faicon@arrow-down\endcsname{{\FA\symbol{"F063}}}
+\expandafter\def\csname faicon@share\endcsname{{\FA\symbol{"F064}}}
+\expandafter\def\csname faicon@expand\endcsname{{\FA\symbol{"F065}}}
+\expandafter\def\csname faicon@compress\endcsname{{\FA\symbol{"F066}}}
+\expandafter\def\csname faicon@plus\endcsname{{\FA\symbol{"F067}}}
+\expandafter\def\csname faicon@minus\endcsname{{\FA\symbol{"F068}}}
+\expandafter\def\csname faicon@asterisk\endcsname{{\FA\symbol{"F069}}}
+\expandafter\def\csname faicon@exclamation-circle\endcsname{{\FA\symbol{"F06A}}}
+\expandafter\def\csname faicon@gift\endcsname{{\FA\symbol{"F06B}}}
+\expandafter\def\csname faicon@leaf\endcsname{{\FA\symbol{"F06C}}}
+\expandafter\def\csname faicon@fire\endcsname{{\FA\symbol{"F06D}}}
+\expandafter\def\csname faicon@eye\endcsname{{\FA\symbol{"F06E}}}
+\expandafter\def\csname faicon@eye-slash\endcsname{{\FA\symbol{"F070}}}
+\expandafter\def\csname faicon@exclamation-triangle\endcsname{{\FA\symbol{"F071}}}
+\expandafter\def\csname faicon@plane\endcsname{{\FA\symbol{"F072}}}
+\expandafter\def\csname faicon@calendar\endcsname{{\FA\symbol{"F073}}}
+\expandafter\def\csname faicon@random\endcsname{{\FA\symbol{"F074}}}
+\expandafter\def\csname faicon@comment\endcsname{{\FA\symbol{"F075}}}
+\expandafter\def\csname faicon@magnet\endcsname{{\FA\symbol{"F076}}}
+\expandafter\def\csname faicon@chevron-up\endcsname{{\FA\symbol{"F077}}}
+\expandafter\def\csname faicon@chevron-down\endcsname{{\FA\symbol{"F078}}}
+\expandafter\def\csname faicon@retweet\endcsname{{\FA\symbol{"F079}}}
+\expandafter\def\csname faicon@shopping-cart\endcsname{{\FA\symbol{"F07A}}}
+\expandafter\def\csname faicon@folder\endcsname{{\FA\symbol{"F07B}}}
+\expandafter\def\csname faicon@folder-open\endcsname{{\FA\symbol{"F07C}}}
+\expandafter\def\csname faicon@arrows-v\endcsname{{\FA\symbol{"F07D}}}
+\expandafter\def\csname faicon@arrows-h\endcsname{{\FA\symbol{"F07E}}}
+\expandafter\def\csname faicon@bar-chart\endcsname{{\FA\symbol{"F080}}}
+\expandafter\def\csname faicon@twitter-square\endcsname{{\FA\symbol{"F081}}}
+\expandafter\def\csname faicon@facebook-square\endcsname{{\FA\symbol{"F082}}}
+\expandafter\def\csname faicon@camera-retro\endcsname{{\FA\symbol{"F083}}}
+\expandafter\def\csname faicon@key\endcsname{{\FA\symbol{"F084}}}
+\expandafter\def\csname faicon@cogs\endcsname{{\FA\symbol{"F085}}}
+\expandafter\def\csname faicon@comments\endcsname{{\FA\symbol{"F086}}}
+\expandafter\def\csname faicon@thumbs-o-up\endcsname{{\FA\symbol{"F087}}}
+\expandafter\def\csname faicon@thumbs-o-down\endcsname{{\FA\symbol{"F088}}}
+\expandafter\def\csname faicon@star-half\endcsname{{\FA\symbol{"F089}}}
+\expandafter\def\csname faicon@heart-o\endcsname{{\FA\symbol{"F08A}}}
+\expandafter\def\csname faicon@sign-out\endcsname{{\FA\symbol{"F08B}}}
+\expandafter\def\csname faicon@linkedin-square\endcsname{{\FA\symbol{"F08C}}}
+\expandafter\def\csname faicon@thumb-tack\endcsname{{\FA\symbol{"F08D}}}
+\expandafter\def\csname faicon@external-link\endcsname{{\FA\symbol{"F08E}}}
+\expandafter\def\csname faicon@sign-in\endcsname{{\FA\symbol{"F090}}}
+\expandafter\def\csname faicon@trophy\endcsname{{\FA\symbol{"F091}}}
+\expandafter\def\csname faicon@github-square\endcsname{{\FA\symbol{"F092}}}
+\expandafter\def\csname faicon@upload\endcsname{{\FA\symbol{"F093}}}
+\expandafter\def\csname faicon@lemon-o\endcsname{{\FA\symbol{"F094}}}
+\expandafter\def\csname faicon@phone\endcsname{{\FA\symbol{"F095}}}
+\expandafter\def\csname faicon@square-o\endcsname{{\FA\symbol{"F096}}}
+\expandafter\def\csname faicon@bookmark-o\endcsname{{\FA\symbol{"F097}}}
+\expandafter\def\csname faicon@phone-square\endcsname{{\FA\symbol{"F098}}}
+\expandafter\def\csname faicon@twitter\endcsname{{\FA\symbol{"F099}}}
+\expandafter\def\csname faicon@facebook\endcsname{{\FA\symbol{"F09A}}}
+\expandafter\def\csname faicon@github\endcsname{{\FA\symbol{"F09B}}}
+\expandafter\def\csname faicon@unlock\endcsname{{\FA\symbol{"F09C}}}
+\expandafter\def\csname faicon@credit-card\endcsname{{\FA\symbol{"F09D}}}
+\expandafter\def\csname faicon@rss\endcsname{{\FA\symbol{"F09E}}}
+\expandafter\def\csname faicon@hdd-o\endcsname{{\FA\symbol{"F0A0}}}
+\expandafter\def\csname faicon@bullhorn\endcsname{{\FA\symbol{"F0A1}}}
+\expandafter\def\csname faicon@bell\endcsname{{\FA\symbol{"F0F3}}}
+\expandafter\def\csname faicon@certificate\endcsname{{\FA\symbol{"F0A3}}}
+\expandafter\def\csname faicon@hand-o-right\endcsname{{\FA\symbol{"F0A4}}}
+\expandafter\def\csname faicon@hand-o-left\endcsname{{\FA\symbol{"F0A5}}}
+\expandafter\def\csname faicon@hand-o-up\endcsname{{\FA\symbol{"F0A6}}}
+\expandafter\def\csname faicon@hand-o-down\endcsname{{\FA\symbol{"F0A7}}}
+\expandafter\def\csname faicon@arrow-circle-left\endcsname{{\FA\symbol{"F0A8}}}
+\expandafter\def\csname faicon@arrow-circle-right\endcsname{{\FA\symbol{"F0A9}}}
+\expandafter\def\csname faicon@arrow-circle-up\endcsname{{\FA\symbol{"F0AA}}}
+\expandafter\def\csname faicon@arrow-circle-down\endcsname{{\FA\symbol{"F0AB}}}
+\expandafter\def\csname faicon@globe\endcsname{{\FA\symbol{"F0AC}}}
+\expandafter\def\csname faicon@wrench\endcsname{{\FA\symbol{"F0AD}}}
+\expandafter\def\csname faicon@tasks\endcsname{{\FA\symbol{"F0AE}}}
+\expandafter\def\csname faicon@filter\endcsname{{\FA\symbol{"F0B0}}}
+\expandafter\def\csname faicon@briefcase\endcsname{{\FA\symbol{"F0B1}}}
+\expandafter\def\csname faicon@arrows-alt\endcsname{{\FA\symbol{"F0B2}}}
+\expandafter\def\csname faicon@users\endcsname{{\FA\symbol{"F0C0}}}
+\expandafter\def\csname faicon@link\endcsname{{\FA\symbol{"F0C1}}}
+\expandafter\def\csname faicon@cloud\endcsname{{\FA\symbol{"F0C2}}}
+\expandafter\def\csname faicon@flask\endcsname{{\FA\symbol{"F0C3}}}
+\expandafter\def\csname faicon@scissors\endcsname{{\FA\symbol{"F0C4}}}
+\expandafter\def\csname faicon@files-o\endcsname{{\FA\symbol{"F0C5}}}
+\expandafter\def\csname faicon@paperclip\endcsname{{\FA\symbol{"F0C6}}}
+\expandafter\def\csname faicon@floppy-o\endcsname{{\FA\symbol{"F0C7}}}
+\expandafter\def\csname faicon@square\endcsname{{\FA\symbol{"F0C8}}}
+\expandafter\def\csname faicon@bars\endcsname{{\FA\symbol{"F0C9}}}
+\expandafter\def\csname faicon@list-ul\endcsname{{\FA\symbol{"F0CA}}}
+\expandafter\def\csname faicon@list-ol\endcsname{{\FA\symbol{"F0CB}}}
+\expandafter\def\csname faicon@strikethrough\endcsname{{\FA\symbol{"F0CC}}}
+\expandafter\def\csname faicon@underline\endcsname{{\FA\symbol{"F0CD}}}
+\expandafter\def\csname faicon@table\endcsname{{\FA\symbol{"F0CE}}}
+\expandafter\def\csname faicon@magic\endcsname{{\FA\symbol{"F0D0}}}
+\expandafter\def\csname faicon@truck\endcsname{{\FA\symbol{"F0D1}}}
+\expandafter\def\csname faicon@pinterest\endcsname{{\FA\symbol{"F0D2}}}
+\expandafter\def\csname faicon@pinterest-square\endcsname{{\FA\symbol{"F0D3}}}
+\expandafter\def\csname faicon@google-plus-square\endcsname{{\FA\symbol{"F0D4}}}
+\expandafter\def\csname faicon@google-plus\endcsname{{\FA\symbol{"F0D5}}}
+\expandafter\def\csname faicon@money\endcsname{{\FA\symbol{"F0D6}}}
+\expandafter\def\csname faicon@caret-down\endcsname{{\FA\symbol{"F0D7}}}
+\expandafter\def\csname faicon@caret-up\endcsname{{\FA\symbol{"F0D8}}}
+\expandafter\def\csname faicon@caret-left\endcsname{{\FA\symbol{"F0D9}}}
+\expandafter\def\csname faicon@caret-right\endcsname{{\FA\symbol{"F0DA}}}
+\expandafter\def\csname faicon@columns\endcsname{{\FA\symbol{"F0DB}}}
+\expandafter\def\csname faicon@sort\endcsname{{\FA\symbol{"F0DC}}}
+\expandafter\def\csname faicon@sort-desc\endcsname{{\FA\symbol{"F0DD}}}
+\expandafter\def\csname faicon@sort-asc\endcsname{{\FA\symbol{"F0DE}}}
+\expandafter\def\csname faicon@envelope\endcsname{{\FA\symbol{"F0E0}}}
+\expandafter\def\csname faicon@linkedin\endcsname{{\FA\symbol{"F0E1}}}
+\expandafter\def\csname faicon@undo\endcsname{{\FA\symbol{"F0E2}}}
+\expandafter\def\csname faicon@gavel\endcsname{{\FA\symbol{"F0E3}}}
+\expandafter\def\csname faicon@tachometer\endcsname{{\FA\symbol{"F0E4}}}
+\expandafter\def\csname faicon@comment-o\endcsname{{\FA\symbol{"F0E5}}}
+\expandafter\def\csname faicon@comments-o\endcsname{{\FA\symbol{"F0E6}}}
+\expandafter\def\csname faicon@bolt\endcsname{{\FA\symbol{"F0E7}}}
+\expandafter\def\csname faicon@sitemap\endcsname{{\FA\symbol{"F0E8}}}
+\expandafter\def\csname faicon@umbrella\endcsname{{\FA\symbol{"F0E9}}}
+\expandafter\def\csname faicon@clipboard\endcsname{{\FA\symbol{"F0EA}}}
+\expandafter\def\csname faicon@lightbulb-o\endcsname{{\FA\symbol{"F0EB}}}
+\expandafter\def\csname faicon@exchange\endcsname{{\FA\symbol{"F0EC}}}
+\expandafter\def\csname faicon@cloud-download\endcsname{{\FA\symbol{"F0ED}}}
+\expandafter\def\csname faicon@cloud-upload\endcsname{{\FA\symbol{"F0EE}}}
+\expandafter\def\csname faicon@user-md\endcsname{{\FA\symbol{"F0F0}}}
+\expandafter\def\csname faicon@stethoscope\endcsname{{\FA\symbol{"F0F1}}}
+\expandafter\def\csname faicon@suitcase\endcsname{{\FA\symbol{"F0F2}}}
+\expandafter\def\csname faicon@bell-o\endcsname{{\FA\symbol{"F0A2}}}
+\expandafter\def\csname faicon@coffee\endcsname{{\FA\symbol{"F0F4}}}
+\expandafter\def\csname faicon@cutlery\endcsname{{\FA\symbol{"F0F5}}}
+\expandafter\def\csname faicon@file-text-o\endcsname{{\FA\symbol{"F0F6}}}
+\expandafter\def\csname faicon@building-o\endcsname{{\FA\symbol{"F0F7}}}
+\expandafter\def\csname faicon@hospital-o\endcsname{{\FA\symbol{"F0F8}}}
+\expandafter\def\csname faicon@ambulance\endcsname{{\FA\symbol{"F0F9}}}
+\expandafter\def\csname faicon@medkit\endcsname{{\FA\symbol{"F0FA}}}
+\expandafter\def\csname faicon@fighter-jet\endcsname{{\FA\symbol{"F0FB}}}
+\expandafter\def\csname faicon@beer\endcsname{{\FA\symbol{"F0FC}}}
+\expandafter\def\csname faicon@h-square\endcsname{{\FA\symbol{"F0FD}}}
+\expandafter\def\csname faicon@plus-square\endcsname{{\FA\symbol{"F0FE}}}
+\expandafter\def\csname faicon@angle-double-left\endcsname{{\FA\symbol{"F100}}}
+\expandafter\def\csname faicon@angle-double-right\endcsname{{\FA\symbol{"F101}}}
+\expandafter\def\csname faicon@angle-double-up\endcsname{{\FA\symbol{"F102}}}
+\expandafter\def\csname faicon@angle-double-down\endcsname{{\FA\symbol{"F103}}}
+\expandafter\def\csname faicon@angle-left\endcsname{{\FA\symbol{"F104}}}
+\expandafter\def\csname faicon@angle-right\endcsname{{\FA\symbol{"F105}}}
+\expandafter\def\csname faicon@angle-up\endcsname{{\FA\symbol{"F106}}}
+\expandafter\def\csname faicon@angle-down\endcsname{{\FA\symbol{"F107}}}
+\expandafter\def\csname faicon@desktop\endcsname{{\FA\symbol{"F108}}}
+\expandafter\def\csname faicon@laptop\endcsname{{\FA\symbol{"F109}}}
+\expandafter\def\csname faicon@tablet\endcsname{{\FA\symbol{"F10A}}}
+\expandafter\def\csname faicon@mobile\endcsname{{\FA\symbol{"F10B}}}
+\expandafter\def\csname faicon@circle-o\endcsname{{\FA\symbol{"F10C}}}
+\expandafter\def\csname faicon@quote-left\endcsname{{\FA\symbol{"F10D}}}
+\expandafter\def\csname faicon@quote-right\endcsname{{\FA\symbol{"F10E}}}
+\expandafter\def\csname faicon@spinner\endcsname{{\FA\symbol{"F110}}}
+\expandafter\def\csname faicon@circle\endcsname{{\FA\symbol{"F111}}}
+\expandafter\def\csname faicon@reply\endcsname{{\FA\symbol{"F112}}}
+\expandafter\def\csname faicon@github-alt\endcsname{{\FA\symbol{"F113}}}
+\expandafter\def\csname faicon@folder-o\endcsname{{\FA\symbol{"F114}}}
+\expandafter\def\csname faicon@folder-open-o\endcsname{{\FA\symbol{"F115}}}
+\expandafter\def\csname faicon@smile-o\endcsname{{\FA\symbol{"F118}}}
+\expandafter\def\csname faicon@frown-o\endcsname{{\FA\symbol{"F119}}}
+\expandafter\def\csname faicon@meh-o\endcsname{{\FA\symbol{"F11A}}}
+\expandafter\def\csname faicon@gamepad\endcsname{{\FA\symbol{"F11B}}}
+\expandafter\def\csname faicon@keyboard-o\endcsname{{\FA\symbol{"F11C}}}
+\expandafter\def\csname faicon@flag-o\endcsname{{\FA\symbol{"F11D}}}
+\expandafter\def\csname faicon@flag-checkered\endcsname{{\FA\symbol{"F11E}}}
+\expandafter\def\csname faicon@terminal\endcsname{{\FA\symbol{"F120}}}
+\expandafter\def\csname faicon@code\endcsname{{\FA\symbol{"F121}}}
+\expandafter\def\csname faicon@reply-all\endcsname{{\FA\symbol{"F122}}}
+\expandafter\def\csname faicon@star-half-o\endcsname{{\FA\symbol{"F123}}}
+\expandafter\def\csname faicon@location-arrow\endcsname{{\FA\symbol{"F124}}}
+\expandafter\def\csname faicon@crop\endcsname{{\FA\symbol{"F125}}}
+\expandafter\def\csname faicon@code-fork\endcsname{{\FA\symbol{"F126}}}
+\expandafter\def\csname faicon@chain-broken\endcsname{{\FA\symbol{"F127}}}
+\expandafter\def\csname faicon@question\endcsname{{\FA\symbol{"F128}}}
+\expandafter\def\csname faicon@info\endcsname{{\FA\symbol{"F129}}}
+\expandafter\def\csname faicon@exclamation\endcsname{{\FA\symbol{"F12A}}}
+\expandafter\def\csname faicon@superscript\endcsname{{\FA\symbol{"F12B}}}
+\expandafter\def\csname faicon@subscript\endcsname{{\FA\symbol{"F12C}}}
+\expandafter\def\csname faicon@eraser\endcsname{{\FA\symbol{"F12D}}}
+\expandafter\def\csname faicon@puzzle-piece\endcsname{{\FA\symbol{"F12E}}}
+\expandafter\def\csname faicon@microphone\endcsname{{\FA\symbol{"F130}}}
+\expandafter\def\csname faicon@microphone-slash\endcsname{{\FA\symbol{"F131}}}
+\expandafter\def\csname faicon@shield\endcsname{{\FA\symbol{"F132}}}
+\expandafter\def\csname faicon@calendar-o\endcsname{{\FA\symbol{"F133}}}
+\expandafter\def\csname faicon@fire-extinguisher\endcsname{{\FA\symbol{"F134}}}
+\expandafter\def\csname faicon@rocket\endcsname{{\FA\symbol{"F135}}}
+\expandafter\def\csname faicon@maxcdn\endcsname{{\FA\symbol{"F136}}}
+\expandafter\def\csname faicon@chevron-circle-left\endcsname{{\FA\symbol{"F137}}}
+\expandafter\def\csname faicon@chevron-circle-right\endcsname{{\FA\symbol{"F138}}}
+\expandafter\def\csname faicon@chevron-circle-up\endcsname{{\FA\symbol{"F139}}}
+\expandafter\def\csname faicon@chevron-circle-down\endcsname{{\FA\symbol{"F13A}}}
+\expandafter\def\csname faicon@html5\endcsname{{\FA\symbol{"F13B}}}
+\expandafter\def\csname faicon@css3\endcsname{{\FA\symbol{"F13C}}}
+\expandafter\def\csname faicon@anchor\endcsname{{\FA\symbol{"F13D}}}
+\expandafter\def\csname faicon@unlock-alt\endcsname{{\FA\symbol{"F13E}}}
+\expandafter\def\csname faicon@bullseye\endcsname{{\FA\symbol{"F140}}}
+\expandafter\def\csname faicon@ellipsis-h\endcsname{{\FA\symbol{"F141}}}
+\expandafter\def\csname faicon@ellipsis-v\endcsname{{\FA\symbol{"F142}}}
+\expandafter\def\csname faicon@rss-square\endcsname{{\FA\symbol{"F143}}}
+\expandafter\def\csname faicon@play-circle\endcsname{{\FA\symbol{"F144}}}
+\expandafter\def\csname faicon@ticket\endcsname{{\FA\symbol{"F145}}}
+\expandafter\def\csname faicon@minus-square\endcsname{{\FA\symbol{"F146}}}
+\expandafter\def\csname faicon@minus-square-o\endcsname{{\FA\symbol{"F147}}}
+\expandafter\def\csname faicon@level-up\endcsname{{\FA\symbol{"F148}}}
+\expandafter\def\csname faicon@level-down\endcsname{{\FA\symbol{"F149}}}
+\expandafter\def\csname faicon@check-square\endcsname{{\FA\symbol{"F14A}}}
+\expandafter\def\csname faicon@pencil-square\endcsname{{\FA\symbol{"F14B}}}
+\expandafter\def\csname faicon@external-link-square\endcsname{{\FA\symbol{"F14C}}}
+\expandafter\def\csname faicon@share-square\endcsname{{\FA\symbol{"F14D}}}
+\expandafter\def\csname faicon@compass\endcsname{{\FA\symbol{"F14E}}}
+\expandafter\def\csname faicon@caret-square-o-down\endcsname{{\FA\symbol{"F150}}}
+\expandafter\def\csname faicon@caret-square-o-up\endcsname{{\FA\symbol{"F151}}}
+\expandafter\def\csname faicon@caret-square-o-right\endcsname{{\FA\symbol{"F152}}}
+\expandafter\def\csname faicon@eur\endcsname{{\FA\symbol{"F153}}}
+\expandafter\def\csname faicon@gbp\endcsname{{\FA\symbol{"F154}}}
+\expandafter\def\csname faicon@usd\endcsname{{\FA\symbol{"F155}}}
+\expandafter\def\csname faicon@inr\endcsname{{\FA\symbol{"F156}}}
+\expandafter\def\csname faicon@jpy\endcsname{{\FA\symbol{"F157}}}
+\expandafter\def\csname faicon@rub\endcsname{{\FA\symbol{"F158}}}
+\expandafter\def\csname faicon@krw\endcsname{{\FA\symbol{"F159}}}
+\expandafter\def\csname faicon@btc\endcsname{{\FA\symbol{"F15A}}}
+\expandafter\def\csname faicon@file\endcsname{{\FA\symbol{"F15B}}}
+\expandafter\def\csname faicon@file-text\endcsname{{\FA\symbol{"F15C}}}
+\expandafter\def\csname faicon@sort-alpha-asc\endcsname{{\FA\symbol{"F15D}}}
+\expandafter\def\csname faicon@sort-alpha-desc\endcsname{{\FA\symbol{"F15E}}}
+\expandafter\def\csname faicon@sort-amount-asc\endcsname{{\FA\symbol{"F160}}}
+\expandafter\def\csname faicon@sort-amount-desc\endcsname{{\FA\symbol{"F161}}}
+\expandafter\def\csname faicon@sort-numeric-asc\endcsname{{\FA\symbol{"F162}}}
+\expandafter\def\csname faicon@sort-numeric-desc\endcsname{{\FA\symbol{"F163}}}
+\expandafter\def\csname faicon@thumbs-up\endcsname{{\FA\symbol{"F164}}}
+\expandafter\def\csname faicon@thumbs-down\endcsname{{\FA\symbol{"F165}}}
+\expandafter\def\csname faicon@youtube-square\endcsname{{\FA\symbol{"F166}}}
+\expandafter\def\csname faicon@youtube\endcsname{{\FA\symbol{"F167}}}
+\expandafter\def\csname faicon@xing\endcsname{{\FA\symbol{"F168}}}
+\expandafter\def\csname faicon@xing-square\endcsname{{\FA\symbol{"F169}}}
+\expandafter\def\csname faicon@youtube-play\endcsname{{\FA\symbol{"F16A}}}
+\expandafter\def\csname faicon@dropbox\endcsname{{\FA\symbol{"F16B}}}
+\expandafter\def\csname faicon@stack-overflow\endcsname{{\FA\symbol{"F16C}}}
+\expandafter\def\csname faicon@instagram\endcsname{{\FA\symbol{"F16D}}}
+\expandafter\def\csname faicon@flickr\endcsname{{\FA\symbol{"F16E}}}
+\expandafter\def\csname faicon@adn\endcsname{{\FA\symbol{"F170}}}
+\expandafter\def\csname faicon@bitbucket\endcsname{{\FA\symbol{"F171}}}
+\expandafter\def\csname faicon@bitbucket-square\endcsname{{\FA\symbol{"F172}}}
+\expandafter\def\csname faicon@tumblr\endcsname{{\FA\symbol{"F173}}}
+\expandafter\def\csname faicon@tumblr-square\endcsname{{\FA\symbol{"F174}}}
+\expandafter\def\csname faicon@long-arrow-down\endcsname{{\FA\symbol{"F175}}}
+\expandafter\def\csname faicon@long-arrow-up\endcsname{{\FA\symbol{"F176}}}
+\expandafter\def\csname faicon@long-arrow-left\endcsname{{\FA\symbol{"F177}}}
+\expandafter\def\csname faicon@long-arrow-right\endcsname{{\FA\symbol{"F178}}}
+\expandafter\def\csname faicon@apple\endcsname{{\FA\symbol{"F179}}}
+\expandafter\def\csname faicon@windows\endcsname{{\FA\symbol{"F17A}}}
+\expandafter\def\csname faicon@android\endcsname{{\FA\symbol{"F17B}}}
+\expandafter\def\csname faicon@linux\endcsname{{\FA\symbol{"F17C}}}
+\expandafter\def\csname faicon@dribbble\endcsname{{\FA\symbol{"F17D}}}
+\expandafter\def\csname faicon@skype\endcsname{{\FA\symbol{"F17E}}}
+\expandafter\def\csname faicon@foursquare\endcsname{{\FA\symbol{"F180}}}
+\expandafter\def\csname faicon@trello\endcsname{{\FA\symbol{"F181}}}
+\expandafter\def\csname faicon@female\endcsname{{\FA\symbol{"F182}}}
+\expandafter\def\csname faicon@male\endcsname{{\FA\symbol{"F183}}}
+\expandafter\def\csname faicon@gratipay\endcsname{{\FA\symbol{"F184}}}
+\expandafter\def\csname faicon@sun-o\endcsname{{\FA\symbol{"F185}}}
+\expandafter\def\csname faicon@moon-o\endcsname{{\FA\symbol{"F186}}}
+\expandafter\def\csname faicon@archive\endcsname{{\FA\symbol{"F187}}}
+\expandafter\def\csname faicon@bug\endcsname{{\FA\symbol{"F188}}}
+\expandafter\def\csname faicon@vk\endcsname{{\FA\symbol{"F189}}}
+\expandafter\def\csname faicon@weibo\endcsname{{\FA\symbol{"F18A}}}
+\expandafter\def\csname faicon@renren\endcsname{{\FA\symbol{"F18B}}}
+\expandafter\def\csname faicon@pagelines\endcsname{{\FA\symbol{"F18C}}}
+\expandafter\def\csname faicon@stack-exchange\endcsname{{\FA\symbol{"F18D}}}
+\expandafter\def\csname faicon@arrow-circle-o-right\endcsname{{\FA\symbol{"F18E}}}
+\expandafter\def\csname faicon@arrow-circle-o-left\endcsname{{\FA\symbol{"F190}}}
+\expandafter\def\csname faicon@caret-square-o-left\endcsname{{\FA\symbol{"F191}}}
+\expandafter\def\csname faicon@dot-circle-o\endcsname{{\FA\symbol{"F192}}}
+\expandafter\def\csname faicon@wheelchair\endcsname{{\FA\symbol{"F193}}}
+\expandafter\def\csname faicon@vimeo-square\endcsname{{\FA\symbol{"F194}}}
+\expandafter\def\csname faicon@try\endcsname{{\FA\symbol{"F195}}}
+\expandafter\def\csname faicon@plus-square-o\endcsname{{\FA\symbol{"F196}}}
+\expandafter\def\csname faicon@space-shuttle\endcsname{{\FA\symbol{"F197}}}
+\expandafter\def\csname faicon@slack\endcsname{{\FA\symbol{"F198}}}
+\expandafter\def\csname faicon@envelope-square\endcsname{{\FA\symbol{"F199}}}
+\expandafter\def\csname faicon@wordpress\endcsname{{\FA\symbol{"F19A}}}
+\expandafter\def\csname faicon@openid\endcsname{{\FA\symbol{"F19B}}}
+\expandafter\def\csname faicon@university\endcsname{{\FA\symbol{"F19C}}}
+\expandafter\def\csname faicon@graduation-cap\endcsname{{\FA\symbol{"F19D}}}
+\expandafter\def\csname faicon@yahoo\endcsname{{\FA\symbol{"F19E}}}
+\expandafter\def\csname faicon@google\endcsname{{\FA\symbol{"F1A0}}}
+\expandafter\def\csname faicon@reddit\endcsname{{\FA\symbol{"F1A1}}}
+\expandafter\def\csname faicon@reddit-square\endcsname{{\FA\symbol{"F1A2}}}
+\expandafter\def\csname faicon@stumbleupon-circle\endcsname{{\FA\symbol{"F1A3}}}
+\expandafter\def\csname faicon@stumbleupon\endcsname{{\FA\symbol{"F1A4}}}
+\expandafter\def\csname faicon@delicious\endcsname{{\FA\symbol{"F1A5}}}
+\expandafter\def\csname faicon@digg\endcsname{{\FA\symbol{"F1A6}}}
+\expandafter\def\csname faicon@pied-piper\endcsname{{\FA\symbol{"F1A7}}}
+\expandafter\def\csname faicon@pied-piper-alt\endcsname{{\FA\symbol{"F1A8}}}
+\expandafter\def\csname faicon@drupal\endcsname{{\FA\symbol{"F1A9}}}
+\expandafter\def\csname faicon@joomla\endcsname{{\FA\symbol{"F1AA}}}
+\expandafter\def\csname faicon@language\endcsname{{\FA\symbol{"F1AB}}}
+\expandafter\def\csname faicon@fax\endcsname{{\FA\symbol{"F1AC}}}
+\expandafter\def\csname faicon@building\endcsname{{\FA\symbol{"F1AD}}}
+\expandafter\def\csname faicon@child\endcsname{{\FA\symbol{"F1AE}}}
+\expandafter\def\csname faicon@paw\endcsname{{\FA\symbol{"F1B0}}}
+\expandafter\def\csname faicon@spoon\endcsname{{\FA\symbol{"F1B1}}}
+\expandafter\def\csname faicon@cube\endcsname{{\FA\symbol{"F1B2}}}
+\expandafter\def\csname faicon@cubes\endcsname{{\FA\symbol{"F1B3}}}
+\expandafter\def\csname faicon@behance\endcsname{{\FA\symbol{"F1B4}}}
+\expandafter\def\csname faicon@behance-square\endcsname{{\FA\symbol{"F1B5}}}
+\expandafter\def\csname faicon@steam\endcsname{{\FA\symbol{"F1B6}}}
+\expandafter\def\csname faicon@steam-square\endcsname{{\FA\symbol{"F1B7}}}
+\expandafter\def\csname faicon@recycle\endcsname{{\FA\symbol{"F1B8}}}
+\expandafter\def\csname faicon@car\endcsname{{\FA\symbol{"F1B9}}}
+\expandafter\def\csname faicon@taxi\endcsname{{\FA\symbol{"F1BA}}}
+\expandafter\def\csname faicon@tree\endcsname{{\FA\symbol{"F1BB}}}
+\expandafter\def\csname faicon@spotify\endcsname{{\FA\symbol{"F1BC}}}
+\expandafter\def\csname faicon@deviantart\endcsname{{\FA\symbol{"F1BD}}}
+\expandafter\def\csname faicon@soundcloud\endcsname{{\FA\symbol{"F1BE}}}
+\expandafter\def\csname faicon@database\endcsname{{\FA\symbol{"F1C0}}}
+\expandafter\def\csname faicon@file-pdf-o\endcsname{{\FA\symbol{"F1C1}}}
+\expandafter\def\csname faicon@file-word-o\endcsname{{\FA\symbol{"F1C2}}}
+\expandafter\def\csname faicon@file-excel-o\endcsname{{\FA\symbol{"F1C3}}}
+\expandafter\def\csname faicon@file-powerpoint-o\endcsname{{\FA\symbol{"F1C4}}}
+\expandafter\def\csname faicon@file-image-o\endcsname{{\FA\symbol{"F1C5}}}
+\expandafter\def\csname faicon@file-archive-o\endcsname{{\FA\symbol{"F1C6}}}
+\expandafter\def\csname faicon@file-audio-o\endcsname{{\FA\symbol{"F1C7}}}
+\expandafter\def\csname faicon@file-video-o\endcsname{{\FA\symbol{"F1C8}}}
+\expandafter\def\csname faicon@file-code-o\endcsname{{\FA\symbol{"F1C9}}}
+\expandafter\def\csname faicon@vine\endcsname{{\FA\symbol{"F1CA}}}
+\expandafter\def\csname faicon@codepen\endcsname{{\FA\symbol{"F1CB}}}
+\expandafter\def\csname faicon@jsfiddle\endcsname{{\FA\symbol{"F1CC}}}
+\expandafter\def\csname faicon@life-ring\endcsname{{\FA\symbol{"F1CD}}}
+\expandafter\def\csname faicon@circle-o-notch\endcsname{{\FA\symbol{"F1CE}}}
+\expandafter\def\csname faicon@rebel\endcsname{{\FA\symbol{"F1D0}}}
+\expandafter\def\csname faicon@empire\endcsname{{\FA\symbol{"F1D1}}}
+\expandafter\def\csname faicon@git-square\endcsname{{\FA\symbol{"F1D2}}}
+\expandafter\def\csname faicon@git\endcsname{{\FA\symbol{"F1D3}}}
+\expandafter\def\csname faicon@hacker-news\endcsname{{\FA\symbol{"F1D4}}}
+\expandafter\def\csname faicon@tencent-weibo\endcsname{{\FA\symbol{"F1D5}}}
+\expandafter\def\csname faicon@qq\endcsname{{\FA\symbol{"F1D6}}}
+\expandafter\def\csname faicon@weixin\endcsname{{\FA\symbol{"F1D7}}}
+\expandafter\def\csname faicon@paper-plane\endcsname{{\FA\symbol{"F1D8}}}
+\expandafter\def\csname faicon@paper-plane-o\endcsname{{\FA\symbol{"F1D9}}}
+\expandafter\def\csname faicon@history\endcsname{{\FA\symbol{"F1DA}}}
+\expandafter\def\csname faicon@circle-thin\endcsname{{\FA\symbol{"F1DB}}}
+\expandafter\def\csname faicon@header\endcsname{{\FA\symbol{"F1DC}}}
+\expandafter\def\csname faicon@paragraph\endcsname{{\FA\symbol{"F1DD}}}
+\expandafter\def\csname faicon@sliders\endcsname{{\FA\symbol{"F1DE}}}
+\expandafter\def\csname faicon@share-alt\endcsname{{\FA\symbol{"F1E0}}}
+\expandafter\def\csname faicon@share-alt-square\endcsname{{\FA\symbol{"F1E1}}}
+\expandafter\def\csname faicon@bomb\endcsname{{\FA\symbol{"F1E2}}}
+\expandafter\def\csname faicon@futbol-o\endcsname{{\FA\symbol{"F1E3}}}
+\expandafter\def\csname faicon@tty\endcsname{{\FA\symbol{"F1E4}}}
+\expandafter\def\csname faicon@binoculars\endcsname{{\FA\symbol{"F1E5}}}
+\expandafter\def\csname faicon@plug\endcsname{{\FA\symbol{"F1E6}}}
+\expandafter\def\csname faicon@slideshare\endcsname{{\FA\symbol{"F1E7}}}
+\expandafter\def\csname faicon@twitch\endcsname{{\FA\symbol{"F1E8}}}
+\expandafter\def\csname faicon@yelp\endcsname{{\FA\symbol{"F1E9}}}
+\expandafter\def\csname faicon@newspaper-o\endcsname{{\FA\symbol{"F1EA}}}
+\expandafter\def\csname faicon@wifi\endcsname{{\FA\symbol{"F1EB}}}
+\expandafter\def\csname faicon@calculator\endcsname{{\FA\symbol{"F1EC}}}
+\expandafter\def\csname faicon@paypal\endcsname{{\FA\symbol{"F1ED}}}
+\expandafter\def\csname faicon@google-wallet\endcsname{{\FA\symbol{"F1EE}}}
+\expandafter\def\csname faicon@cc-visa\endcsname{{\FA\symbol{"F1F0}}}
+\expandafter\def\csname faicon@cc-mastercard\endcsname{{\FA\symbol{"F1F1}}}
+\expandafter\def\csname faicon@cc-discover\endcsname{{\FA\symbol{"F1F2}}}
+\expandafter\def\csname faicon@cc-amex\endcsname{{\FA\symbol{"F1F3}}}
+\expandafter\def\csname faicon@cc-paypal\endcsname{{\FA\symbol{"F1F4}}}
+\expandafter\def\csname faicon@cc-stripe\endcsname{{\FA\symbol{"F1F5}}}
+\expandafter\def\csname faicon@bell-slash\endcsname{{\FA\symbol{"F1F6}}}
+\expandafter\def\csname faicon@bell-slash-o\endcsname{{\FA\symbol{"F1F7}}}
+\expandafter\def\csname faicon@trash\endcsname{{\FA\symbol{"F1F8}}}
+\expandafter\def\csname faicon@copyright\endcsname{{\FA\symbol{"F1F9}}}
+\expandafter\def\csname faicon@at\endcsname{{\FA\symbol{"F1FA}}}
+\expandafter\def\csname faicon@eyedropper\endcsname{{\FA\symbol{"F1FB}}}
+\expandafter\def\csname faicon@paint-brush\endcsname{{\FA\symbol{"F1FC}}}
+\expandafter\def\csname faicon@birthday-cake\endcsname{{\FA\symbol{"F1FD}}}
+\expandafter\def\csname faicon@area-chart\endcsname{{\FA\symbol{"F1FE}}}
+\expandafter\def\csname faicon@pie-chart\endcsname{{\FA\symbol{"F200}}}
+\expandafter\def\csname faicon@line-chart\endcsname{{\FA\symbol{"F201}}}
+\expandafter\def\csname faicon@lastfm\endcsname{{\FA\symbol{"F202}}}
+\expandafter\def\csname faicon@lastfm-square\endcsname{{\FA\symbol{"F203}}}
+\expandafter\def\csname faicon@toggle-off\endcsname{{\FA\symbol{"F204}}}
+\expandafter\def\csname faicon@toggle-on\endcsname{{\FA\symbol{"F205}}}
+\expandafter\def\csname faicon@bicycle\endcsname{{\FA\symbol{"F206}}}
+\expandafter\def\csname faicon@bus\endcsname{{\FA\symbol{"F207}}}
+\expandafter\def\csname faicon@ioxhost\endcsname{{\FA\symbol{"F208}}}
+\expandafter\def\csname faicon@angellist\endcsname{{\FA\symbol{"F209}}}
+\expandafter\def\csname faicon@cc\endcsname{{\FA\symbol{"F20A}}}
+\expandafter\def\csname faicon@ils\endcsname{{\FA\symbol{"F20B}}}
+\expandafter\def\csname faicon@meanpath\endcsname{{\FA\symbol{"F20C}}}
+\expandafter\def\csname faicon@buysellads\endcsname{{\FA\symbol{"F20D}}}
+\expandafter\def\csname faicon@connectdevelop\endcsname{{\FA\symbol{"F20E}}}
+\expandafter\def\csname faicon@dashcube\endcsname{{\FA\symbol{"F210}}}
+\expandafter\def\csname faicon@forumbee\endcsname{{\FA\symbol{"F211}}}
+\expandafter\def\csname faicon@leanpub\endcsname{{\FA\symbol{"F212}}}
+\expandafter\def\csname faicon@sellsy\endcsname{{\FA\symbol{"F213}}}
+\expandafter\def\csname faicon@shirtsinbulk\endcsname{{\FA\symbol{"F214}}}
+\expandafter\def\csname faicon@simplybuilt\endcsname{{\FA\symbol{"F215}}}
+\expandafter\def\csname faicon@skyatlas\endcsname{{\FA\symbol{"F216}}}
+\expandafter\def\csname faicon@cart-plus\endcsname{{\FA\symbol{"F217}}}
+\expandafter\def\csname faicon@cart-arrow-down\endcsname{{\FA\symbol{"F218}}}
+\expandafter\def\csname faicon@diamond\endcsname{{\FA\symbol{"F219}}}
+\expandafter\def\csname faicon@ship\endcsname{{\FA\symbol{"F21A}}}
+\expandafter\def\csname faicon@user-secret\endcsname{{\FA\symbol{"F21B}}}
+\expandafter\def\csname faicon@motorcycle\endcsname{{\FA\symbol{"F21C}}}
+\expandafter\def\csname faicon@street-view\endcsname{{\FA\symbol{"F21D}}}
+\expandafter\def\csname faicon@heartbeat\endcsname{{\FA\symbol{"F21E}}}
+\expandafter\def\csname faicon@venus\endcsname{{\FA\symbol{"F221}}}
+\expandafter\def\csname faicon@mars\endcsname{{\FA\symbol{"F222}}}
+\expandafter\def\csname faicon@mercury\endcsname{{\FA\symbol{"F223}}}
+\expandafter\def\csname faicon@transgender\endcsname{{\FA\symbol{"F224}}}
+\expandafter\def\csname faicon@transgender-alt\endcsname{{\FA\symbol{"F225}}}
+\expandafter\def\csname faicon@venus-double\endcsname{{\FA\symbol{"F226}}}
+\expandafter\def\csname faicon@mars-double\endcsname{{\FA\symbol{"F227}}}
+\expandafter\def\csname faicon@venus-mars\endcsname{{\FA\symbol{"F228}}}
+\expandafter\def\csname faicon@mars-stroke\endcsname{{\FA\symbol{"F229}}}
+\expandafter\def\csname faicon@mars-stroke-v\endcsname{{\FA\symbol{"F22A}}}
+\expandafter\def\csname faicon@mars-stroke-h\endcsname{{\FA\symbol{"F22B}}}
+\expandafter\def\csname faicon@neuter\endcsname{{\FA\symbol{"F22C}}}
+\expandafter\def\csname faicon@facebook-official\endcsname{{\FA\symbol{"F230}}}
+\expandafter\def\csname faicon@pinterest-p\endcsname{{\FA\symbol{"F231}}}
+\expandafter\def\csname faicon@whatsapp\endcsname{{\FA\symbol{"F232}}}
+\expandafter\def\csname faicon@server\endcsname{{\FA\symbol{"F233}}}
+\expandafter\def\csname faicon@user-plus\endcsname{{\FA\symbol{"F234}}}
+\expandafter\def\csname faicon@user-times\endcsname{{\FA\symbol{"F235}}}
+\expandafter\def\csname faicon@bed\endcsname{{\FA\symbol{"F236}}}
+\expandafter\def\csname faicon@viacoin\endcsname{{\FA\symbol{"F237}}}
+\expandafter\def\csname faicon@train\endcsname{{\FA\symbol{"F238}}}
+\expandafter\def\csname faicon@subway\endcsname{{\FA\symbol{"F239}}}
+\expandafter\def\csname faicon@medium\endcsname{{\FA\symbol{"F23A}}}
diff --git a/Master/texmf-dist/doc/fonts/fontawesome/fonts/enc/fontawesomeone.enc b/Master/texmf-dist/doc/fonts/fontawesome/fonts/enc/fontawesomeone.enc
new file mode 100644
index 00000000000..f3325184a18
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/fontawesome/fonts/enc/fontawesomeone.enc
@@ -0,0 +1,258 @@
+/fontawesomeone [
+/_279
+/_283
+/_303
+/_312
+/_317
+/_329
+/_334
+/_335
+/_366
+/_372
+/_374
+/_376
+/_378
+/_380
+/_382
+/_383
+/_384
+/_385
+/_386
+/_387
+/_388
+/_389
+/_392
+/_393
+/_395
+/_396
+/_397
+/_398
+/_399
+/_400
+/_402
+/_403
+/_404
+/_406
+/_407
+/_408
+/_409
+/_410
+/_411
+/_412
+/_413
+/_414
+/_415
+/_416
+/_417
+/_418
+/_419
+/_422
+/_423
+/_424
+/_425
+/_426
+/_427
+/_428
+/_429
+/_430
+/_431
+/_432
+/_433
+/_434
+/_438
+/_439
+/_443
+/_444
+/_445
+/_446
+/_447
+/_448
+/_449
+/_451
+/_452
+/_453
+/_454
+/_455
+/_456
+/_457
+/_458
+/_459
+/_460
+/_461
+/_462
+/_463
+/_464
+/_466
+/_467
+/_469
+/_470
+/_471
+/_472
+/_473
+/_474
+/_475
+/_476
+/_478
+/_479
+/_480
+/_481
+/_482
+/_483
+/_484
+/_485
+/_486
+/_487
+/_488
+/_489
+/_490
+/_491
+/_492
+/_493
+/_494
+/_496
+/_498
+/_499
+/_500
+/_501
+/_502
+/_503
+/_504
+/_505
+/_506
+/_507
+/_508
+/_509
+/_511
+/_512
+/_513
+/_514
+/_515
+/_516
+/_517
+/_518
+/_519
+/_520
+/_521
+/_525
+/_526
+/_527
+/_528
+/_529
+/_530
+/_531
+/_532
+/_533
+/_534
+/_535
+/adjust
+/adn
+/align_center
+/align_justify
+/align_left
+/align_right
+/ambulance
+/anchor
+/android
+/angle_down
+/angle_left
+/angle_right
+/angle_up
+/apple
+/archive
+/arrow_circle_alt_left
+/arrow_down
+/arrow_left
+/arrow_right
+/arrow_up
+/asterisk
+/backward
+/ban_circle
+/bar_chart
+/barcode
+/beaker
+/beer
+/bell
+/bell_alt
+/bitbucket_sign
+/bold
+/bolt
+/book
+/bookmark
+/bookmark_empty
+/briefcase
+/btc
+/bug
+/building
+/bullhorn
+/bullseye
+/calendar
+/calendar_empty
+/camera
+/camera_retro
+/caret_down
+/caret_left
+/caret_right
+/caret_up
+/certificate
+/check
+/check_empty
+/check_minus
+/check_sign
+/chevron_down
+/chevron_left
+/chevron_right
+/chevron_sign_down
+/chevron_sign_left
+/chevron_sign_right
+/chevron_sign_up
+/chevron_up
+/circle
+/circle_arrow_down
+/circle_arrow_left
+/circle_arrow_right
+/circle_arrow_up
+/circle_blank
+/cloud
+/cloud_download
+/cloud_upload
+/code
+/code_fork
+/coffee
+/cog
+/cogs
+/collapse
+/collapse_top
+/columns
+/comment
+/comment_alt
+/comments
+/comments_alt
+/compass
+/copy
+/credit_card
+/crop
+/css3
+/cut
+/dashboard
+/desktop
+/dot_circle_alt
+/double_angle_down
+/double_angle_left
+/double_angle_right
+/double_angle_up
+/download
+/download_alt
+/dribble
+/dropbox
+/edit
+/edit_sign
+/eject
+/ellipsis_horizontal
+/ellipsis_vertical
+/envelope
+/envelope_alt
+/eur
+/exchange
+/exclamation
+/exclamation_sign
+] def
diff --git a/Master/texmf-dist/doc/fonts/fontawesome/fonts/enc/fontawesomethree.enc b/Master/texmf-dist/doc/fonts/fontawesome/fonts/enc/fontawesomethree.enc
new file mode 100644
index 00000000000..0cbe2740198
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/fontawesome/fonts/enc/fontawesomethree.enc
@@ -0,0 +1,258 @@
+/fontawesomethree [
+/xing
+/xing_sign
+/youtube
+/youtube_play
+/youtube_sign
+/zoom_in
+/zoom_out
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+/.notdef
+] def
diff --git a/Master/texmf-dist/doc/fonts/fontawesome/fonts/enc/fontawesometwo.enc b/Master/texmf-dist/doc/fonts/fontawesome/fonts/enc/fontawesometwo.enc
new file mode 100644
index 00000000000..79bf95cd363
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/fontawesome/fonts/enc/fontawesometwo.enc
@@ -0,0 +1,258 @@
+/fontawesometwo [
+/external_link
+/eye_close
+/eye_open
+/f0fe
+/f171
+/f1a1
+/f1a4
+/f1ab
+/f1f3
+/f1fc
+/f210
+/f212
+/facebook
+/facebook_sign
+/facetime_video
+/fast_backward
+/fast_forward
+/female
+/fighter_jet
+/file
+/file_alt
+/file_text
+/file_text_alt
+/film
+/filter
+/fire
+/fire_extinguisher
+/flag
+/flag_alt
+/flag_checkered
+/flickr
+/folder_close
+/folder_close_alt
+/folder_open
+/folder_open_alt
+/font
+/food
+/forward
+/foursquare
+/frown
+/fullscreen
+/gamepad
+/gbp
+/gift
+/github
+/github_alt
+/github_sign
+/gittip
+/glass
+/globe
+/google_plus
+/google_plus_sign
+/group
+/h_sign
+/hand_down
+/hand_left
+/hand_right
+/hand_up
+/hdd
+/headphones
+/heart
+/heart_empty
+/home
+/hospital
+/html5
+/inbox
+/indent_left
+/indent_right
+/info_sign
+/inr
+/instagram
+/italic
+/jpy
+/key
+/keyboard
+/krw
+/laptop
+/leaf
+/legal
+/lemon
+/level_down
+/level_up
+/light_bulb
+/link
+/linkedin
+/linkedin_sign
+/linux
+/list
+/list_alt
+/location_arrow
+/lock
+/long_arrow_down
+/long_arrow_left
+/long_arrow_right
+/long_arrow_up
+/magic
+/magnet
+/male
+/map_marker
+/maxcdn
+/medkit
+/meh
+/microphone
+/microphone_off
+/minus
+/minus_sign
+/minus_sign_alt
+/mobile_phone
+/money
+/move
+/music
+/off
+/ok
+/ok_circle
+/ok_sign
+/ol
+/paper_clip
+/paste
+/pause
+/pencil
+/phone
+/phone_sign
+/picture
+/pinterest
+/pinterest_sign
+/plane
+/play
+/play_circle
+/play_sign
+/plus
+/plus_sign
+/plus_square_o
+/print
+/pushpin
+/puzzle_piece
+/qrcode
+/question
+/question_sign
+/quote_left
+/quote_right
+/random
+/refresh
+/remove
+/remove_circle
+/remove_sign
+/renren
+/reorder
+/repeat
+/reply
+/reply_all
+/resize_full
+/resize_horizontal
+/resize_small
+/resize_vertical
+/retweet
+/road
+/rocket
+/rss
+/rub
+/save
+/screenshot
+/search
+/share
+/share_alt
+/share_sign
+/shield
+/shopping_cart
+/sign_blank
+/signal
+/signin
+/signout
+/sitemap
+/skype
+/smile
+/sort
+/sort_by_alphabet
+/sort_by_attributes
+/sort_by_attributes_alt
+/sort_by_order
+/sort_by_order_alt
+/sort_down
+/sort_up
+/spinner
+/stack_exchange
+/stackexchange
+/star
+/star_empty
+/star_half
+/star_half_empty
+/step_backward
+/step_forward
+/stethoscope
+/stop
+/strikethrough
+/subscript
+/suitcase
+/sun
+/superscript
+/table
+/tablet
+/tag
+/tags
+/tasks
+/terminal
+/text_height
+/text_width
+/th
+/th_large
+/th_list
+/thumbs_down_alt
+/thumbs_up_alt
+/ticket
+/time
+/tint
+/trash
+/trello
+/trophy
+/truck
+/tumblr
+/tumblr_sign
+/twitter
+/twitter_sign
+/ul
+/umbrella
+/underline
+/undo
+/uniF1A0
+/uniF1B1
+/uniF1C0
+/uniF1C1
+/uniF1D0
+/uniF1D1
+/uniF1D2
+/uniF1D5
+/uniF1D6
+/uniF1D7
+/uniF1E0
+/uniF1F0
+/unlink
+/unlock
+/unlock_alt
+/upload
+/upload_alt
+/usd
+/user
+/user_md
+/venus
+/vimeo_square
+/vk
+/volume_down
+/volume_off
+/volume_up
+/warning_sign
+/weibo
+/windows
+/wrench
+] def
diff --git a/Master/texmf-dist/doc/fonts/fontawesome/fonts/opentype/FontAwesome.otf b/Master/texmf-dist/doc/fonts/fontawesome/fonts/opentype/FontAwesome.otf
new file mode 100644
index 00000000000..f7936cc1e78
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/fontawesome/fonts/opentype/FontAwesome.otf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/fontawesome/fonts/tfm/FontAwesome--fontawesomeone.tfm b/Master/texmf-dist/doc/fonts/fontawesome/fonts/tfm/FontAwesome--fontawesomeone.tfm
new file mode 100644
index 00000000000..c0b13f5707d
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/fontawesome/fonts/tfm/FontAwesome--fontawesomeone.tfm
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/fontawesome/fonts/tfm/FontAwesome--fontawesomethree.tfm b/Master/texmf-dist/doc/fonts/fontawesome/fonts/tfm/FontAwesome--fontawesomethree.tfm
new file mode 100644
index 00000000000..9322a1e6116
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/fontawesome/fonts/tfm/FontAwesome--fontawesomethree.tfm
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/fontawesome/fonts/tfm/FontAwesome--fontawesometwo.tfm b/Master/texmf-dist/doc/fonts/fontawesome/fonts/tfm/FontAwesome--fontawesometwo.tfm
new file mode 100644
index 00000000000..14072dd4b58
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/fontawesome/fonts/tfm/FontAwesome--fontawesometwo.tfm
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/fontawesome/fonts/type1/FontAwesome.pfb b/Master/texmf-dist/doc/fonts/fontawesome/fonts/type1/FontAwesome.pfb
new file mode 100644
index 00000000000..12cc2142cc3
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/fontawesome/fonts/type1/FontAwesome.pfb
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fontawesome/README b/Master/texmf-dist/doc/latex/fontawesome/README
deleted file mode 100644
index 1088a088eee..00000000000
--- a/Master/texmf-dist/doc/latex/fontawesome/README
+++ /dev/null
@@ -1,23 +0,0 @@
-fontawesome -- high quality web icons
-
-The "fontawesome" package grants access to 302 web-related icons provided by the
-included "Font Awesome" free font, designed by Dave Gandy and released under
-the open SIL Open Font License (available at http://scripts.sil.org/OFL).
-See http://www.fontawesome.io for more details about the font itself.
-
-This package requires the "fontspec" package and either the Xe(La)TeX or
-Lua(La)TeX engine to load the included otf font.
-
-Once the package is loaded, icons can be accessed through the general \faicon
-command, which takes as argument the name of the desired icon, or through direct
-commands specific to each icon. The full list of icon designs, names and direct
-commands is showcased in the manual.
-
-
-Font Awesome font
-Author: Dave Gandy
-Licence: SIL Open Font License, version 1.1
-
-fontawesome package
-Author: Xavier Danaux <xdanaux@gmail.com>
-Licence: The LaTeX Project Public LiĀ­cense, version 1.3c
diff --git a/Master/texmf-dist/doc/latex/fontawesome/fontawesome.pdf b/Master/texmf-dist/doc/latex/fontawesome/fontawesome.pdf
deleted file mode 100644
index d8222fc0111..00000000000
--- a/Master/texmf-dist/doc/latex/fontawesome/fontawesome.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fontawesome/fontawesome.tex b/Master/texmf-dist/doc/latex/fontawesome/fontawesome.tex
deleted file mode 100644
index d8f6747cb36..00000000000
--- a/Master/texmf-dist/doc/latex/fontawesome/fontawesome.tex
+++ /dev/null
@@ -1,446 +0,0 @@
-%% start of file `fontawesome.tex'.
-%% Copyright 2013 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,
-% available at http://www.latex-project.org/lppl/.
-
-\documentclass{ltxdoc}
-%\GetFileInfo{\jobname.sty}
-\def\fileversion{3.1.1}
-\def\filedate{May 10, 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, hyperindex}
-\usepackage{longtable, booktabs}
-\usepackage{tikz}
-\usepackage{xparse, ifthen}
-\usepackage{\jobname}
-\EnableCrossrefs
-\CodelineIndex
-\RecordChanges
-
-\begin{document}
-\title{The \textsf{\jobname} package\\High quality web icons}
-\author{%
- Xavier Danaux\thanks{E-mail: \href{mailto:xdanaux@gmail.com}{\tt xdanaux@gmail.com}} (\hologo{LaTeX} code)\\%
- Dave Gandy (font and icons design)}
-\date{Version \fileversion, released on \filedate}
-\maketitle
-
-\begin{abstract}
-The \textsf{\jobname} package grants access to 302 web-related icons provided by the included \emph{Font Awesome} free font, designed by Dave Gandy and released\footnote{See \url{http://fortawesome.github.com/Font-Awesome} for more details about the font itself} under the open SIL Open Font License\footnote{Available at \url{http://scripts.sil.org/OFL}.}.
-
-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 otf font.
-\end{abstract}
-
-\changes{v3.1.1} {2013/05/10}{Update to match Font Awesome version 3.1.1, with 53 new icons.}
-\changes{v3.0.2-1}{2013/03/23}{Bigfix release: corrected the swap of the \cs{text-height} and \cs{text-width} icons.}
-\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 binding.}
-\end{macro}
-\begin{macro}{\faTextWidth}
-\changes{v3.0.2-1}{2013/03/23}{Corrected binding.}
-\end{macro}
-\let\PrintMacroName\PrintMacroName@original
-\makeatother
-
-\bigskip
-
-\section{Introduction}
-The \textsf{\jobname} package aims to enable easy access in \hologo{(La)TeX} to high quality icons covering
-\hyperref[section:web_application]{web application},
-\hyperref[section:text_editor]{text editor},
-\hyperref[section:directional]{directional},
-\hyperref[section:video_player]{video player},
-\hyperref[section:social]{social} and
-\hyperref[section:medical]{medical}
-pictograms.
-It is a redistribution of the free (as in beer) \emph{Font Awesome} otf font with specific bindings for \hologo{(La)TeX}.
-
-\section{Requirements}
-The \textsf{\jobname} package requires the \textsf{fontspec} package and either the \hologo{Xe}\hologo{(La)TeX} or Lua\hologo{(La)TeX} engine to load the included otf font.
-
-\section{Usage}
-\DescribeMacro{\faicon}
-Once the \textsf{\jobname} package loaded, icons can be accessed through the general \cs{faicon}, which takes as mandatory argument the \meta{name} of the desired icon, or through a direct command specific to each icon. The full list of icon designs, names and direct commands are showcased next.
-
-\newenvironment{showcase}%
- {%
-% \begin{longtable}{ccp{3cm}p{3.5cm}p{1cm}}% debug: shows icons with both generic and specific commands
- \begin{longtable}{cp{3cm}p{3.5cm}p{1cm}}
- \cmidrule[\heavyrulewidth]{1-3}% \toprule
-% \bfseries Icon& \bfseries Icon& \bfseries Name& \bfseries Direct command& \\% debug
- \bfseries Icon& \bfseries Name& \bfseries Direct command& \\
- \cmidrule{1-3}\endhead}
- {\cmidrule[\heavyrulewidth]{1-3}% \bottomrule
- \end{longtable}}
-\NewDocumentCommand{\showcaseicon}{mmg}{%
-% \faicon{#1}& \csname#2\endcsname& \itshape #1& \ttfamily \textbackslash #2\index{\ttfamily \textbackslash #2}& \IfNoValueTF{#3}{}{\tag{#3}}\\}% debug
- \faicon{#1}& \itshape #1& \ttfamily \textbackslash #2\index{\ttfamily \textbackslash #2}& \IfNoValueTF{#3}{}{\tag{#3}}\\}
-\newcommand{\tag}[1]{{%
- \small\sffamily%
- \ifthenelse{\equal{#1}{new}}{%
- \tikz[baseline={(TAG.base)}]{
- \node[white, fill=myblue, rounded corners=3pt, inner sep=1.5pt] (TAG) {new!\vphantom{Ay!}};
- }}{}%
- \ifthenelse{\equal{#1}{gone}}{%
- \tikz[baseline={(TAG.base)}]{
- \node[black!50, fill=black!25, rounded corners=3pt, inner sep=1.5pt] (TAG) {gone (?)\vphantom{Ay!}};
- }}{}%
- \ifthenelse{\equal{#1}{alias}}{%
- \textcolor{black!50}{(alias)}}{}%
- }}
-
-\subsection{Web application icons\label{section:web_application}}
-\begin{showcase}
- \showcaseicon{adjust}{faAdjust}
- \showcaseicon{anchor}{faAnchor}{new}
- \showcaseicon{asterisk}{faAsterisk}
- \showcaseicon{ban-circle}{faBanCircle}
- \showcaseicon{bar-chart}{faBarChart}
- \showcaseicon{barcode}{faBarcode}
- \showcaseicon{beaker}{faBeaker}
- \showcaseicon{beer}{faBeer}
- \showcaseicon{bell}{faBell}
- \showcaseicon{bell-alt}{faBellAlt}
- \showcaseicon{bolt}{faBolt}
- \showcaseicon{book}{faBook}
- \showcaseicon{bookmark}{faBookmark}
- \showcaseicon{bookmark-empty}{faBookmarkEmpty}
- \showcaseicon{briefcase}{faBriefcase}
- \showcaseicon{bullhorn}{faBullhorn}
- \showcaseicon{bullseye}{faBullseye}{new}
- \showcaseicon{calendar}{faCalendar}
- \showcaseicon{calendar-empty}{faCalendarEmpty}{new}
- \showcaseicon{camera}{faCamera}
- \showcaseicon{camera-retro}{faCameraRetro}
- \showcaseicon{certificate}{faCertificate}
- \showcaseicon{check}{faCheck}
- \showcaseicon{check-empty}{faCheckEmpty}
- \showcaseicon{check-minus}{faCheckMinus}{new}
- \showcaseicon{check-sign}{faCheckSign}{new}
- \showcaseicon{circle}{faCircle}
- \showcaseicon{circle-blank}{faCircleBlank}
- \showcaseicon{cloud}{faCloud}
- \showcaseicon{cloud-download}{faCloudDownload}
- \showcaseicon{cloud-upload}{faCloudUpload}
- \showcaseicon{code}{faCode}{new}
- \showcaseicon{code-fork}{faCodeFork}{new}
- \showcaseicon{coffee}{faCoffee}
- \showcaseicon{cog}{faCog}
- \showcaseicon{cogs}{faCogs}
- \showcaseicon{collapse-alt}{faCollapseAlt}{new}
- \showcaseicon{comment}{faComment}
- \showcaseicon{comment-alt}{faCommentAlt}
- \showcaseicon{comments}{faComments}
- \showcaseicon{comments-alt}{faCommentsAlt}
- \showcaseicon{credit-card}{faCreditCard}
- \showcaseicon{crop}{faCrop}{new}
- \showcaseicon{dashboard}{faDashboard}
- \showcaseicon{desktop}{faDesktop}
- \showcaseicon{download}{faDownload}
- \showcaseicon{download-alt}{faDownloadAlt}
- \showcaseicon{edit}{faEdit}
- \showcaseicon{edit-sign}{faEditSign}{new}
- \showcaseicon{ellipsis-horizontal}{faEllipsisHorizontal}{new}
- \showcaseicon{ellipsis-vertical}{faEllipsisVertical}{new}
- \showcaseicon{envelope}{faEnvelope}
- \showcaseicon{envelope-alt}{faEnvelopeAlt}
- \showcaseicon{exchange}{faExchange}
- \showcaseicon{exclamation}{faExclamation}{new}
- \showcaseicon{exclamation-sign}{faExclamationSign}
- \showcaseicon{expand-alt}{faExpandAlt}{new}
- \showcaseicon{external-link}{faExternalLink}
- \showcaseicon{external-link-sign}{faExternalLinkSign}{new}
- \showcaseicon{eye-close}{faEyeClose}
- \showcaseicon{eye-open}{faEyeOpen}
- \showcaseicon{facetime-video}{faFacetimeVideo}
- \showcaseicon{fighter-jet}{faFighterJet}
- \showcaseicon{film}{faFilm}
- \showcaseicon{filter}{faFilter}
- \showcaseicon{fire}{faFire}
- \showcaseicon{fire-extinguisher}{faFireExtinguisher}{new}
- \showcaseicon{flag}{faFlag}
- \showcaseicon{flag-alt}{faFlagAlt}{new}
- \showcaseicon{flag-checkered}{faFlagCheckered}{new}
- \showcaseicon{folder-open}{faFolderOpen}
- \showcaseicon{folder-close}{faFolderClose}
- \showcaseicon{folder-open-alt}{faFolderOpenAlt}
- \showcaseicon{folder-close-alt}{faFolderCloseAlt}
- \showcaseicon{food}{faFood}
- \showcaseicon{frown}{faFrown}{new}
- \showcaseicon{gamepad}{faGamepad}{new}
- \showcaseicon{gift}{faGift}
- \showcaseicon{glass}{faGlass}
- \showcaseicon{globe}{faGlobe}
- \showcaseicon{group}{faGroup}
- \showcaseicon{hdd}{faHDD}
- \showcaseicon{headphones}{faHeadphones}
- \showcaseicon{heart}{faHeart}
- \showcaseicon{heart-empty}{faHeartEmpty}
- \showcaseicon{home}{faHome}
- \showcaseicon{inbox}{faInbox}
- \showcaseicon{info}{faInfo}{new}
- \showcaseicon{info-sign}{faInfoSign}
- \showcaseicon{key}{faKey}
- \showcaseicon{keyboard}{faKeyboard}{new}
- \showcaseicon{laptop}{faLaptop}
- \showcaseicon{leaf}{faLeaf}
- \showcaseicon{legal}{faLegal}
- \showcaseicon{lemon}{faLemon}
- \showcaseicon{level-up}{faLevelUp}{new}
- \showcaseicon{level-down}{faLevelDown}{new}
- \showcaseicon{lightbulb}{faLightbulb}
- \showcaseicon{location-arrow}{faLocationArrow}{new}
- \showcaseicon{lock}{faLock}
- \showcaseicon{unlock}{faUnlock}
- \showcaseicon{unlock-alt}{faUnlockAlt}{new}
- \showcaseicon{magic}{faMagic}
- \showcaseicon{magnet}{faMagnet}
- \showcaseicon{mail-forward}{faMailForward}{alias}
- \showcaseicon{mail-reply}{faMailReply}{alias}
- \showcaseicon{mail-reply-all}{faMailReplyAll}{alias}
- \showcaseicon{map-marker}{faMapMarker}
- \showcaseicon{meh}{faMeh}{new}
- \showcaseicon{microphone}{faMicrophone}{new}
- \showcaseicon{microphone-off}{faMicrophoneOff}{new}
- \showcaseicon{minus}{faMinus}
- \showcaseicon{minus-sign}{faMinusSign}
- \showcaseicon{minus-sign-alt}{faMinusSignAlt}{new}
- \showcaseicon{mobile-phone}{faMobilePhone}
- \showcaseicon{money}{faMoney}
- \showcaseicon{move}{faMove}
- \showcaseicon{music}{faMusic}
- \showcaseicon{off}{faOff}
- \showcaseicon{ok}{faOk}
- \showcaseicon{ok-circle}{faOkCircle}
- \showcaseicon{ok-sign}{faOkSign}
- \showcaseicon{pencil}{faPencil}
- \showcaseicon{phone}{faPhone}
- \showcaseicon{phone-sign}{faPhoneSign}
- \showcaseicon{picture}{faPicture}
- \showcaseicon{plane}{faPlane}
- \showcaseicon{plus}{faPlus}
- \showcaseicon{plus-sign}{faPlusSign}
- \showcaseicon{print}{faPrint}
- \showcaseicon{pushpin}{faPushpin}
- \showcaseicon{puzzle-piece}{faPuzzlePiece}{new}
- \showcaseicon{qrcode}{faQRcode}
- \showcaseicon{question}{faQuestion}{new}
- \showcaseicon{question-sign}{faQuestionSign}
- \showcaseicon{quote-left}{faQuoteLeft}
- \showcaseicon{quote-right}{faQuoteRight}
- \showcaseicon{random}{faRandom}
- \showcaseicon{refresh}{faRefresh}
- \showcaseicon{remove}{faRemove}
- \showcaseicon{remove-circle}{faRemoveCircle}
- \showcaseicon{remove-sign}{faRemoveSign}
- \showcaseicon{reorder}{faReorder}
- \showcaseicon{reply}{faReply}
- \showcaseicon{reply-all}{faReplyAll}{new}
- \showcaseicon{resize-horizontal}{faResizeHorizontal}
- \showcaseicon{resize-vertical}{faResizeVertical}
- \showcaseicon{retweet}{faRetweet}
- \showcaseicon{road}{faRoad}
- \showcaseicon{rocket}{faRocket}{new}
- \showcaseicon{rotate-left}{faRotateLeft}{alias}
- \showcaseicon{rotate-right}{faRotateRight}{alias}
- \showcaseicon{rss}{faRSS}
- \showcaseicon{rss-sign}{faRSSSign}{new}
- \showcaseicon{screenshot}{faScreenshot}
- \showcaseicon{search}{faSearch}
- \showcaseicon{share}{faShare}
- \showcaseicon{share-alt}{faShareAlt}
- \showcaseicon{share-sign}{faShareSign}{new}
- \showcaseicon{shield}{faShield}{new}
- \showcaseicon{shopping-cart}{faShoppingCart}
- \showcaseicon{signal}{faSignal}
- \showcaseicon{signin}{faSignin}
- \showcaseicon{signout}{faSignout}
- \showcaseicon{sitemap}{faSitemap}
- \showcaseicon{smile}{faSmile}{new}
- \showcaseicon{sort}{faSort}
- \showcaseicon{sort-down}{faSortDown}
- \showcaseicon{sort-up}{faSortUp}
- \showcaseicon{spinner}{faSpinner}
- \showcaseicon{star}{faStar}
- \showcaseicon{star-empty}{faStarEmpty}
- \showcaseicon{star-half}{faStarHalf}
- \showcaseicon{star-half-empty}{faStarHalfEmpty}{new}
- \showcaseicon{star-half-full}{faStarHalfFull}{alias}
- \showcaseicon{tablet}{faTablet}
- \showcaseicon{tag}{faTag}
- \showcaseicon{tags}{faTags}
- \showcaseicon{tasks}{faTasks}
- \showcaseicon{terminal}{faTerminal}{new}
- \showcaseicon{thumbs-down}{faThumbsDown}
- \showcaseicon{thumbs-up}{faThumbsUp}
- \showcaseicon{ticket}{faTicket}{new}
- \showcaseicon{time}{faTime}
- \showcaseicon{tint}{faTint}
- \showcaseicon{trash}{faTrash}
- \showcaseicon{trophy}{faTrophy}
- \showcaseicon{truck}{faTruck}
- \showcaseicon{umbrella}{faUmbrella}
- \showcaseicon{upload}{faUpload}
- \showcaseicon{upload-alt}{faUploadAlt}
- \showcaseicon{user}{faUser}
- \showcaseicon{user-md}{faUserMD}
- \showcaseicon{volume-off}{faVolumeOff}
- \showcaseicon{volume-down}{faVolumeDown}
- \showcaseicon{volume-up}{faVolumeUp}
- \showcaseicon{warning-sign}{faWarningSign}
- \showcaseicon{wrench}{faWrench}
- \showcaseicon{zoom-in}{faZoomIn}
- \showcaseicon{zoom-out}{faZoomOut}
-\end{showcase}
-
-\subsection{Text editor icons\label{section:text_editor}}
-\begin{showcase}
- \showcaseicon{file}{faFile}
- \showcaseicon{file-alt}{faFileAlt}
- \showcaseicon{cut}{faCut}
- \showcaseicon{copy}{faCopy}
- \showcaseicon{paste}{faPaste}
- \showcaseicon{save}{faSave}
- \showcaseicon{undo}{faUndo}
- \showcaseicon{repeat}{faRepeat}
- \showcaseicon{text-height}{faTextHeight}
- \showcaseicon{text-width}{faTextWidth}
- \showcaseicon{align-left}{faAlignLeft}
- \showcaseicon{align-center}{faAlignCenter}
- \showcaseicon{align-right}{faAlignRight}
- \showcaseicon{align-justify}{faAlignJustify}
- \showcaseicon{indent-left}{faIndentLeft}
- \showcaseicon{indent-right}{faIndentRight}
- \showcaseicon{font}{faFont}
- \showcaseicon{bold}{faBold}
- \showcaseicon{italic}{faItalic}
- \showcaseicon{strikethrough}{faStrikethrough}
- \showcaseicon{underline}{faUnderline}
- \showcaseicon{subscript}{faSubscript}{new}
- \showcaseicon{superscript}{faSuperscript}{new}
- \showcaseicon{link}{faLink}
- \showcaseicon{unlink}{faUnlink}{new}
- \showcaseicon{paper-clip}{faPaperClip}
- \showcaseicon{eraser}{faEraser}{new}
- \showcaseicon{columns}{faColumns}
- \showcaseicon{table}{faTable}
- \showcaseicon{thumbnails-large}{faThumbnailsLarge}
- \showcaseicon{thumbnails}{faThumbnails}
- \showcaseicon{thumbnails-list}{faThumbnailsList}
- \showcaseicon{list}{faList}
- \showcaseicon{list-ol}{faListOL}
- \showcaseicon{list-ul}{faListUL}
- \showcaseicon{list-alt}{faListAlt}
-\end{showcase}
-
-\subsection{Directional icons\label{section:directional}}
-\begin{showcase}
- \showcaseicon{angle-left}{faAngleLeft}
- \showcaseicon{angle-right}{faAngleRight}
- \showcaseicon{angle-up}{faAngleUp}
- \showcaseicon{angle-down}{faAngleDown}
- \showcaseicon{arrow-left}{faArrowLeft}
- \showcaseicon{arrow-right}{faArrowRight}
- \showcaseicon{arrow-up}{faArrowUp}
- \showcaseicon{arrow-down}{faArrowDown}
- \showcaseicon{caret-left}{faCaretLeft}
- \showcaseicon{caret-right}{faCaretRight}
- \showcaseicon{caret-up}{faCaretUp}
- \showcaseicon{caret-down}{faCaretDown}
- \showcaseicon{chevron-left}{faChevronLeft}
- \showcaseicon{chevron-right}{faChevronRight}
- \showcaseicon{chevron-up}{faChevronUp}
- \showcaseicon{chevron-down}{faChevronDown}
- \showcaseicon{chevron-sign-left}{faChevronSignLeft}{new}
- \showcaseicon{chevron-sign-right}{faChevronSignRight}{new}
- \showcaseicon{chevron-sign-up}{faChevronSignUp}{new}
- \showcaseicon{chevron-sign-down}{faChevronSignDown}{new}
- \showcaseicon{circle-arrow-left}{faCircleArrowLeft}
- \showcaseicon{circle-arrow-right}{faCircleArrowRight}
- \showcaseicon{circle-arrow-up}{faCircleArrowUp}
- \showcaseicon{circle-arrow-down}{faCircleArrowDown}
- \showcaseicon{double-angle-left}{faDoubleAngleLeft}
- \showcaseicon{double-angle-right}{faDoubleAngleRight}
- \showcaseicon{double-angle-up}{faDoubleAngleUp}
- \showcaseicon{double-angle-down}{faDoubleAngleDown}
- \showcaseicon{hand-left}{faHandLeft}
- \showcaseicon{hand-right}{faHandRight}
- \showcaseicon{hand-up}{faHandUp}
- \showcaseicon{hand-down}{faHandDown}
- \showcaseicon{circle}{faCircle}
- \showcaseicon{circle-blank}{faCircleBlank}
-\end{showcase}
-
-\subsection{Video player icons\label{section:video_player}}
-\begin{showcase}
- \showcaseicon{play}{faPlay}
- \showcaseicon{play-circle}{faPlayCircle}
- \showcaseicon{play-sign}{faPlaySign}{new}
- \showcaseicon{pause}{faPause}
- \showcaseicon{stop}{faStop}
- \showcaseicon{step-backward}{faStepBackward}
- \showcaseicon{fast-backward}{faFastBackward}
- \showcaseicon{backward}{faBackward}
- \showcaseicon{forward}{faForward}
- \showcaseicon{fast-forward}{faFastForward}
- \showcaseicon{step-forward}{faStepForward}
- \showcaseicon{eject}{faEject}
- \showcaseicon{fullscreen}{faFullscreen}
- \showcaseicon{resize-full}{faResizeFull}
- \showcaseicon{resize-small}{faResizeSmall}
-\end{showcase}
-
-\subsection{Social icons\label{section:social}}
-\begin{showcase}
- \showcaseicon{css3}{faCSSthree}{new}
- \showcaseicon{facebook}{faFacebook}
- \showcaseicon{facebook-sign}{faFacebookSign}
- \showcaseicon{twitter}{faTwitter}
- \showcaseicon{twitter-sign}{faTwitterSign}
- \showcaseicon{github}{faGithub}
- \showcaseicon{github-alt}{faGithubAlt}{gone}
- \showcaseicon{github-sign}{faGithubSign}
- \showcaseicon{html5}{faHTMLfive}{new}
- \showcaseicon{linkedin}{faLinkedin}
- \showcaseicon{linkedin-sign}{faLinkedinSign}
- \showcaseicon{maxcdn}{faMaxCDN}{new}
- \showcaseicon{pinterest}{faPinterest}
- \showcaseicon{pinterest-sign}{faPinterestSign}
- \showcaseicon{google-plus}{faGooglePlus}
- \showcaseicon{google-plus-sign}{faGooglePlusSign}
- \showcaseicon{sign-blank}{faSignBlank}
-\end{showcase}
-
-\subsection{Medical icons\label{section:medical}}
-\begin{showcase}
- \showcaseicon{ambulance}{faAmbulance}
- \showcaseicon{beaker}{faBeaker}
- \showcaseicon{building}{faBuilding}
- \showcaseicon{hospital}{faHospital}
- \showcaseicon{hospital-sign}{faHospitalSign}
- \showcaseicon{medical-kit}{faMedicalKit}
- \showcaseicon{medical-sign}{faMedicalSign}
- \showcaseicon{stethoscope}{faStethoscope}
- \showcaseicon{suitcase}{faSuitcase}
- \showcaseicon{user-md}{faUserMD}
-\end{showcase}
-
-\PrintChanges
-\PrintIndex
-\end{document}
-
-
-%% end of file `fontawesome.tex'.