diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/fontawesome')
-rw-r--r-- | Master/texmf-dist/doc/latex/fontawesome/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fontawesome/fontawesome.pdf | bin | 136408 -> 147784 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fontawesome/fontawesome.tex | 118 |
3 files changed, 100 insertions, 25 deletions
diff --git a/Master/texmf-dist/doc/latex/fontawesome/README b/Master/texmf-dist/doc/latex/fontawesome/README index f83d5a58c04..1088a088eee 100644 --- a/Master/texmf-dist/doc/latex/fontawesome/README +++ b/Master/texmf-dist/doc/latex/fontawesome/README @@ -1,10 +1,9 @@ fontawesome -- high quality web icons -The "fontawesome" package grants access to 249 web-related icons provided by the +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://fortawesome.github.com/Font-Awesome for more details about the font -itself. +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. @@ -17,7 +16,7 @@ commands is showcased in the manual. Font Awesome font Author: Dave Gandy -Licence: SIL Open Font License +Licence: SIL Open Font License, version 1.1 fontawesome package Author: Xavier Danaux <xdanaux@gmail.com> diff --git a/Master/texmf-dist/doc/latex/fontawesome/fontawesome.pdf b/Master/texmf-dist/doc/latex/fontawesome/fontawesome.pdf Binary files differindex f9409cf4580..d8222fc0111 100644 --- a/Master/texmf-dist/doc/latex/fontawesome/fontawesome.pdf +++ b/Master/texmf-dist/doc/latex/fontawesome/fontawesome.pdf diff --git a/Master/texmf-dist/doc/latex/fontawesome/fontawesome.tex b/Master/texmf-dist/doc/latex/fontawesome/fontawesome.tex index 37e5c214f6b..d8f6747cb36 100644 --- a/Master/texmf-dist/doc/latex/fontawesome/fontawesome.tex +++ b/Master/texmf-dist/doc/latex/fontawesome/fontawesome.tex @@ -7,8 +7,8 @@ \documentclass{ltxdoc} %\GetFileInfo{\jobname.sty} -\def\fileversion{3.0.2-1} -\def\filedate{March 23, 2013} +\def\fileversion{3.1.1} +\def\filedate{May 10, 2013} \usepackage{lmodern} \usepackage[numbered]{hypdoc} \usepackage{hologo} @@ -16,6 +16,8 @@ \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 @@ -30,12 +32,14 @@ \maketitle \begin{abstract} -The \textsf{\jobname} package grants access to 249 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}.}. +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.0.2}{2013/03/21}{First public release (version number set to match the included FontAwesome.otf font version).} +\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 @@ -43,10 +47,10 @@ This package requires the \textsf{fontspec} package and either the \hologo{Xe}\h \let\PrintMacroName\@gobble %\let\PrintEnvName\@gobble \begin{macro}{\faTextHeight} -\changes{v3.0.2-1}{2013/03/23}{Corrected the bindings icons of \cs{text-height} and \cs{text-width}, which were inverted.} +\changes{v3.0.2-1}{2013/03/23}{Corrected binding.} \end{macro} \begin{macro}{\faTextWidth} -\changes{v3.0.2-1}{2013/03/23}{Corrected the bindings icons of \cs{text-height} and \cs{text-width}, which were inverted.} +\changes{v3.0.2-1}{2013/03/23}{Corrected binding.} \end{macro} \let\PrintMacroName\PrintMacroName@original \makeatother @@ -71,23 +75,37 @@ The \textsf{\jobname} package requires the \textsf{fontspec} package and either \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} +\newenvironment{showcase}% {% -% \begin{longtable}{ccp{2.8cm}p{3.5cm}}% debug: shows icons with both generic and specific commands - \begin{longtable}{cp{2.8cm}p{3.5cm}} - \toprule -% \bfseries Icon& \bfseries Icon& \bfseries Name& \bfseries Direct command\\% debug - \bfseries Icon& \bfseries Name& \bfseries Direct command\\ - \midrule\endhead} - {\bottomrule +% \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}} -\newcommand*{\showcaseicon}[2]{% -% \faicon{#1}& \csname#2\endcsname& \itshape #1& \ttfamily \textbackslash #2\index{\ttfamily \textbackslash #2}\\}% debug - \faicon{#1}& \itshape #1& \ttfamily \textbackslash #2\index{\ttfamily \textbackslash #2}\\} +\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} @@ -102,35 +120,49 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \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} @@ -138,12 +170,17 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \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} @@ -154,20 +191,33 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \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} @@ -177,13 +227,17 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \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} @@ -194,20 +248,28 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \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} @@ -215,12 +277,16 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \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} @@ -263,8 +329,12 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \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} @@ -294,6 +364,10 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \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} @@ -312,8 +386,9 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \subsection{Video player icons\label{section:video_player}} \begin{showcase} - \showcaseicon{play-circle}{faPlayCircle} \showcaseicon{play}{faPlay} + \showcaseicon{play-circle}{faPlayCircle} + \showcaseicon{play-sign}{faPlaySign}{new} \showcaseicon{pause}{faPause} \showcaseicon{stop}{faStop} \showcaseicon{step-backward}{faStepBackward} @@ -330,17 +405,18 @@ Once the \textsf{\jobname} package loaded, icons can be accessed through the gen \subsection{Social icons\label{section:social}} \begin{showcase} - \showcaseicon{phone}{faPhone} - \showcaseicon{phone-sign}{faPhoneSign} + \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} + \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} |