From e63fcdfa34c2a5f9818b7d72ebf9a5506069ba99 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 16 Feb 2018 00:08:56 +0000 Subject: fontawesome5 (15feb18) git-svn-id: svn://tug.org/texlive/trunk@46649 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/fontawesome5/README.md | 14 + .../doc/fonts/fontawesome5/fontawesome5.pdf | Bin 0 -> 139388 bytes .../doc/fonts/fontawesome5/fontawesome5.tex | 76 ++ .../fonts/enc/dvips/fontawesome5/fa5brands0.enc | 258 +++++++ .../fonts/enc/dvips/fontawesome5/fa5brands1.enc | 258 +++++++ .../fonts/enc/dvips/fontawesome5/fa5free0.enc | 258 +++++++ .../fonts/enc/dvips/fontawesome5/fa5free1.enc | 258 +++++++ .../fonts/map/dvips/fontawesome5/fontawesome5.map | 6 + .../FontAwesome5Brands-Regular-400.otf | Bin 0 -> 355504 bytes .../fontawesome5/FontAwesome5Free-Regular-400.otf | Bin 0 -> 110032 bytes .../fontawesome5/FontAwesome5Free-Solid-900.otf | Bin 0 -> 360036 bytes .../fonts/tfm/public/fontawesome5/fa5brands0.tfm | Bin 0 -> 1388 bytes .../fonts/tfm/public/fontawesome5/fa5brands1.tfm | Bin 0 -> 644 bytes .../tfm/public/fontawesome5/fa5free0regular.tfm | Bin 0 -> 1200 bytes .../tfm/public/fontawesome5/fa5free0solid.tfm | Bin 0 -> 1320 bytes .../tfm/public/fontawesome5/fa5free1regular.tfm | Bin 0 -> 1056 bytes .../tfm/public/fontawesome5/fa5free1solid.tfm | Bin 0 -> 1204 bytes .../fontawesome5/FontAwesome5BrandsRegular.pfb | Bin 0 -> 305037 bytes .../fontawesome5/FontAwesome5FreeRegular.pfb | Bin 0 -> 98064 bytes .../public/fontawesome5/FontAwesome5FreeSolid.pfb | Bin 0 -> 309430 bytes .../fontawesome5/fontawesome5-generic-helper.sty | 55 ++ .../latex/fontawesome5/fontawesome5-mapping.def | 826 +++++++++++++++++++++ .../fontawesome5/fontawesome5-utex-helper.sty | 88 +++ .../tex/latex/fontawesome5/fontawesome5.lua | 41 + .../tex/latex/fontawesome5/fontawesome5.sty | 82 ++ .../tex/latex/fontawesome5/tufontawesomebrands.fd | 21 + .../tex/latex/fontawesome5/tufontawesomefree.fd | 19 + .../tex/latex/fontawesome5/tufontawesomepro.fd | 21 + .../tex/latex/fontawesome5/ufontawesomebrands0.fd | 21 + .../tex/latex/fontawesome5/ufontawesomebrands1.fd | 21 + .../tex/latex/fontawesome5/ufontawesomefree0.fd | 19 + .../tex/latex/fontawesome5/ufontawesomefree1.fd | 19 + Master/tlpkg/bin/tlpkg-ctan-check | 3 +- Master/tlpkg/libexec/ctan2tds | 2 + Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc | 1 + Master/tlpkg/tlpsrc/fontawesome5.tlpsrc | 0 36 files changed, 2366 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/doc/fonts/fontawesome5/README.md create mode 100644 Master/texmf-dist/doc/fonts/fontawesome5/fontawesome5.pdf create mode 100644 Master/texmf-dist/doc/fonts/fontawesome5/fontawesome5.tex create mode 100644 Master/texmf-dist/fonts/enc/dvips/fontawesome5/fa5brands0.enc create mode 100644 Master/texmf-dist/fonts/enc/dvips/fontawesome5/fa5brands1.enc create mode 100644 Master/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free0.enc create mode 100644 Master/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free1.enc create mode 100644 Master/texmf-dist/fonts/map/dvips/fontawesome5/fontawesome5.map create mode 100644 Master/texmf-dist/fonts/opentype/public/fontawesome5/FontAwesome5Brands-Regular-400.otf create mode 100644 Master/texmf-dist/fonts/opentype/public/fontawesome5/FontAwesome5Free-Regular-400.otf create mode 100644 Master/texmf-dist/fonts/opentype/public/fontawesome5/FontAwesome5Free-Solid-900.otf create mode 100644 Master/texmf-dist/fonts/tfm/public/fontawesome5/fa5brands0.tfm create mode 100644 Master/texmf-dist/fonts/tfm/public/fontawesome5/fa5brands1.tfm create mode 100644 Master/texmf-dist/fonts/tfm/public/fontawesome5/fa5free0regular.tfm create mode 100644 Master/texmf-dist/fonts/tfm/public/fontawesome5/fa5free0solid.tfm create mode 100644 Master/texmf-dist/fonts/tfm/public/fontawesome5/fa5free1regular.tfm create mode 100644 Master/texmf-dist/fonts/tfm/public/fontawesome5/fa5free1solid.tfm create mode 100644 Master/texmf-dist/fonts/type1/public/fontawesome5/FontAwesome5BrandsRegular.pfb create mode 100644 Master/texmf-dist/fonts/type1/public/fontawesome5/FontAwesome5FreeRegular.pfb create mode 100644 Master/texmf-dist/fonts/type1/public/fontawesome5/FontAwesome5FreeSolid.pfb create mode 100644 Master/texmf-dist/tex/latex/fontawesome5/fontawesome5-generic-helper.sty create mode 100644 Master/texmf-dist/tex/latex/fontawesome5/fontawesome5-mapping.def create mode 100644 Master/texmf-dist/tex/latex/fontawesome5/fontawesome5-utex-helper.sty create mode 100644 Master/texmf-dist/tex/latex/fontawesome5/fontawesome5.lua create mode 100644 Master/texmf-dist/tex/latex/fontawesome5/fontawesome5.sty create mode 100644 Master/texmf-dist/tex/latex/fontawesome5/tufontawesomebrands.fd create mode 100644 Master/texmf-dist/tex/latex/fontawesome5/tufontawesomefree.fd create mode 100644 Master/texmf-dist/tex/latex/fontawesome5/tufontawesomepro.fd create mode 100644 Master/texmf-dist/tex/latex/fontawesome5/ufontawesomebrands0.fd create mode 100644 Master/texmf-dist/tex/latex/fontawesome5/ufontawesomebrands1.fd create mode 100644 Master/texmf-dist/tex/latex/fontawesome5/ufontawesomefree0.fd create mode 100644 Master/texmf-dist/tex/latex/fontawesome5/ufontawesomefree1.fd create mode 100644 Master/tlpkg/tlpsrc/fontawesome5.tlpsrc (limited to 'Master') diff --git a/Master/texmf-dist/doc/fonts/fontawesome5/README.md b/Master/texmf-dist/doc/fonts/fontawesome5/README.md new file mode 100644 index 00000000000..f737c98d2eb --- /dev/null +++ b/Master/texmf-dist/doc/fonts/fontawesome5/README.md @@ -0,0 +1,14 @@ +Support files for using Font Awesome 5 with LaTeX + +This package provides LaTeX support for the included "Font Awesome 5 Free" icon set. These icons were designed by Fort Awesome and released under the SIL OTL 1.1 license. +The commercial "Pro" version is also supported, if it is installed and XeLaTeX or LuaLaTeX is used. For this font you need a paid license, for more information visit https://fontawesome.com/pro. +More information about Font Awesome is available at https://fontawesome.com. + +To use an icon after the package is loaded, just enter the name of the icon in camel-case prefixed with \fa, for example `\faAddressBook` for the `address-book` icon. + + +The TeX files are maintained by Marcel Krüger and are released under the LaTeX Project Public License version 1.3c. +All included fonts are provided by @fontawesome -- http://fontawesome.com under the SIL OFL 1.1 license +This package is not an official Font Awesome project. + +For bug reports, please write to tex@2krueger.de. diff --git a/Master/texmf-dist/doc/fonts/fontawesome5/fontawesome5.pdf b/Master/texmf-dist/doc/fonts/fontawesome5/fontawesome5.pdf new file mode 100644 index 00000000000..615aee429ca Binary files /dev/null and b/Master/texmf-dist/doc/fonts/fontawesome5/fontawesome5.pdf differ diff --git a/Master/texmf-dist/doc/fonts/fontawesome5/fontawesome5.tex b/Master/texmf-dist/doc/fonts/fontawesome5/fontawesome5.tex new file mode 100644 index 00000000000..ab3ee051ec2 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/fontawesome5/fontawesome5.tex @@ -0,0 +1,76 @@ +\documentclass{scrartcl} +\usepackage{hyperref} +\usepackage{shortvrb} +\usepackage{metalogo} +\usepackage{fontawesome5} +\usepackage[utf8]{inputenc} +\MakeShortVerb{\|} +\begin{document} +\title{The fontawesome5 package\thanks{This document corresponds to fontawesome5 version 5.0.6, dated 2018/02/08}} +\author{Font Awesome\thanks{More information at \url{https://fontawesome.com}} (The font)\and Marcel Krüger\thanks{E-Mail: \href{mailto:tex@2krueger.de}{\nolinkurl{tex@2krueger.de}}} (The \LaTeX{} package)} +\maketitle +This package provides \LaTeX{} support for the Font Awesome 5 icons. + +To use Font Awesome 5 icons in your document, include the package with +\begin{verbatim} + \usepackage{fontawesome5} +\end{verbatim} +For every icon a macro is provided: Just use the official icon names\footnote{For a full list see \url{https://fontawesome.com/cheatsheet}.} converted to CamelCase with the prefix |\fa|. +For example to use the |hand-point-up| icon, use |\faHandPointUp|. +For icons ending with |-alt|, append a |*| instead. +An optional argument can be added to select the style (|solid| or |regular|). +The default style is |solid|, it can be changed with |\faStyle{...}| + +Every icon can also be accessed with |\faIcon{the-icon-name}| or |\faIcon[style]{...}|. + +\subsection*{Example} +\begin{verbatim} +... +\usepackage{fontawesome5} +... +\begin{document} +... +A simple icon: \faHandPointUp\\ +Multiple versions of the file icon: + \faFile~ + \faFile*~ + \faFile[regular] + \faFile*[regular].\\ +Alternative syntax: + \faIcon{file}~ + \faIcon*{file}~ + \faIcon[regular]{file}~ + \faIcon*[regular]{file}. +... +\end{document} +\end{verbatim} + +A simple icon: \faHandPointUp\\ +Multiple versions of the file icon: \faFile~\faFile*~\faFile[regular]~\faFile*[regular].\\ +Alternative syntax: \faIcon{file}~\faIcon*{file}~\faIcon[regular]{file}~\faIcon*[regular]{file}. + +\subsection*{Font Awesome Pro} +Font Awesome 5 is available in a Free and a Pro version. +This package uses the free version by default. +If you own a Pro license and have the Font Awesome 5 Pro desktop fonts installed in your system font path, you can use Pro instead. +For this, load the package with the |[pro]| option: +\begin{verbatim} + \usepackage[pro]{fontawesome5} +\end{verbatim} +Now additional icons and the |light| style can be used. +Pro is only supported with \XeLaTeX{} and \LuaLaTeX. + +\subsection*{Updates} +This package corresponds to Font Awesome 5.0.6. +In case there is a newer version available on the Font Awesome homepage, check for updates on \url{https://ctan.org/pkg/fontawesome5}. Should there be no corresponding update on CTAN, you can write a mail to \href{mailto:tex@2krueger.de}{\nolinkurl{tex@2krueger.de}}. +If you use \XeLaTeX{} or \LuaLaTeX{}, you can also directly download the new Desktop Fonts from \url{https://fontawesome.com} into your \TeX{} tree. If you save them with the filenames\\ +{\ttfamily\begin{tabular}{l} + FontAwesome5Brands-Regular-400.otf\\ + FontAwesome5Free-Regular-400.otf\\ + FontAwesome5Free-Solid-900.otf +\end{tabular}}\\ +you can start using the new files right away. + +\subsection*{Bugs} +For bug reports and feature requests, write to \href{mailto:tex@2krueger.de}{\nolinkurl{tex@2krueger.de}}. +\end{document} diff --git a/Master/texmf-dist/fonts/enc/dvips/fontawesome5/fa5brands0.enc b/Master/texmf-dist/fonts/enc/dvips/fontawesome5/fa5brands0.enc new file mode 100644 index 00000000000..15fbb35244c --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/fontawesome5/fa5brands0.enc @@ -0,0 +1,258 @@ +/fa5brands0 [ +/twitter-square +/facebook-square +/linkedin +/github-square +/twitter +/facebook +/github +/pinterest +/pinterest-square +/google-plus-square +/google-plus-g +/linkedin-in +/github-alt +/maxcdn +/html5 +/css3 +/btc +/youtube +/xing +/xing-square +/dropbox +/stack-overflow +/instagram +/flickr +/adn +/bitbucket +/tumblr +/tumblr-square +/apple +/windows +/android +/linux +/dribbble +/skype +/foursquare +/trello +/gratipay +/vk +/weibo +/renren +/pagelines +/stack-exchange +/vimeo-square +/slack +/wordpress +/openid +/yahoo +/google +/reddit +/reddit-square +/stumbleupon-circle +/stumbleupon +/delicious +/digg +/pied-piper-pp +/pied-piper-alt +/drupal +/joomla +/behance +/behance-square +/steam +/steam-square +/spotify +/deviantart +/soundcloud +/vine +/codepen +/jsfiddle +/rebel +/empire +/git-square +/git +/hacker-news +/tencent-weibo +/qq +/weixin +/slideshare +/twitch +/yelp +/paypal +/google-wallet +/cc-visa +/cc-mastercard +/cc-discover +/cc-amex +/cc-paypal +/cc-stripe +/lastfm +/lastfm-square +/ioxhost +/angellist +/buysellads +/connectdevelop +/dashcube +/forumbee +/leanpub +/sellsy +/shirtsinbulk +/simplybuilt +/skyatlas +/pinterest-p +/whatsapp +/viacoin +/medium +/y-combinator +/optin-monster +/opencart +/expeditedssl +/cc-jcb +/cc-diners-club +/creative-commons +/gg +/gg-circle +/tripadvisor +/odnoklassniki +/odnoklassniki-square +/get-pocket +/wikipedia-w +/safari +/chrome +/firefox +/opera +/internet-explorer +/contao +/500px +/amazon +/houzz +/vimeo-v +/black-tie +/fonticons +/reddit-alien +/edge +/codiepie +/modx +/fort-awesome +/usb +/product-hunt +/mixcloud +/scribd +/bluetooth +/bluetooth-b +/gitlab +/wpbeginner +/wpforms +/envira +/glide +/glide-g +/viadeo +/viadeo-square +/snapchat +/snapchat-ghost +/snapchat-square +/pied-piper +/first-order +/yoast +/themeisle +/google-plus +/font-awesome +/linode +/quora +/free-code-camp +/telegram +/bandcamp +/grav +/etsy +/imdb +/ravelry +/sellcast +/superpowers +/wpexplorer +/meetup +/font-awesome-alt +/accessible-icon +/accusoft +/adversal +/affiliatetheme +/algolia +/amilia +/angrycreative +/app-store +/app-store-ios +/apper +/asymmetrik +/audible +/avianex +/aws +/bimobject +/bitcoin +/bity +/blackberry +/blogger +/blogger-b +/buromobelexperte +/centercode +/cloudscale +/cloudsmith +/cloudversify +/cpanel +/css3-alt +/cuttlefish +/d-and-d +/deploydog +/deskpro +/digital-ocean +/discord +/discourse +/dochub +/docker +/draft2digital +/dribbble-square +/dyalog +/earlybirds +/erlang +/facebook-f +/facebook-messenger +/firstdraft +/fonticons-fi +/fort-awesome-alt +/freebsd +/gitkraken +/gofore +/goodreads +/goodreads-g +/google-drive +/google-play +/gripfire +/grunt +/gulp +/hacker-news-square +/hire-a-helper +/hotjar +/hubspot +/itunes +/itunes-note +/jenkins +/joget +/js +/js-square +/keycdn +/kickstarter +/kickstarter-k +/laravel +/line +/lyft +/magento +/medapps +/medium-m +/medrt +/microsoft +/mix +/mizuni +/monero +/napster +/node-js +/npm +/ns8 +] def diff --git a/Master/texmf-dist/fonts/enc/dvips/fontawesome5/fa5brands1.enc b/Master/texmf-dist/fonts/enc/dvips/fontawesome5/fa5brands1.enc new file mode 100644 index 00000000000..be3a518dab7 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/fontawesome5/fa5brands1.enc @@ -0,0 +1,258 @@ +/fa5brands1 [ +/nutritionix +/page4 +/palfed +/patreon +/periscope +/phabricator +/phoenix-framework +/playstation +/pushed +/python +/red-river +/rendact +/replyd +/resolving +/rocketchat +/rockrms +/schlix +/searchengin +/servicestack +/sistrix +/slack-hash +/speakap +/staylinked +/steam-symbol +/sticker-mule +/studiovinari +/supple +/telegram-plane +/uber +/uikit +/uniregistry +/untappd +/ussunnah +/vaadin +/viber +/vimeo +/vnv +/whatsapp-square +/whmcs +/wordpress-simple +/xbox +/yandex +/yandex-international +/apple-pay +/cc-apple-pay +/fly +/nintendo-switch +/node +/osi +/react +/autoprefixer +/less +/sass +/vuejs +/angular +/aviato +/ember +/font-awesome-flag +/gitter +/hooli +/strava +/stripe +/stripe-s +/typo3 +/amazon-pay +/cc-amazon-pay +/ethereum +/korvue +/elementor +/youtube-square +/flipboard +/hips +/php +/quinscape +/.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/fonts/enc/dvips/fontawesome5/fa5free0.enc b/Master/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free0.enc new file mode 100644 index 00000000000..c788bc1921d --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free0.enc @@ -0,0 +1,258 @@ +/fa5free0 [ +/glass-martini +/music +/search +/heart +/star +/user +/film +/th-large +/th +/th-list +/check +/times +/search-plus +/search-minus +/power-off +/signal +/cog +/home +/clock +/road +/download +/inbox +/redo +/sync +/list-alt +/lock +/flag +/headphones +/volume-off +/volume-down +/volume-up +/qrcode +/barcode +/tag +/tags +/book +/bookmark +/print +/camera +/font +/bold +/italic +/text-height +/text-width +/align-left +/align-center +/align-right +/align-justify +/list +/outdent +/indent +/video +/image +/map-marker +/adjust +/tint +/edit +/step-backward +/fast-backward +/backward +/play +/pause +/square +/forward +/fast-forward +/step-forward +/eject +/chevron-left +/chevron-right +/plus-circle +/minus-circle +/times-circle +/check-circle +/question-circle +/info-circle +/crosshairs +/ban +/arrow-left +/arrow-right +/arrow-up +/arrow-down +/share +/expand +/compress +/plus +/minus +/asterisk +/exclamation-circle +/gift +/leaf +/fire +/eye +/eye-slash +/exclamation-triangle +/plane +/calendar-alt +/random +/comment +/magnet +/chevron-up +/chevron-down +/retweet +/shopping-cart +/folder +/folder-open +/chart-bar +/camera-retro +/key +/cogs +/comments +/star-half +/thumbtack +/trophy +/upload +/lemon +/phone +/phone-square +/unlock +/credit-card +/rss +/hdd +/bullhorn +/certificate +/hand-point-right +/hand-point-left +/hand-point-up +/hand-point-down +/arrow-circle-left +/arrow-circle-right +/arrow-circle-up +/arrow-circle-down +/globe +/wrench +/tasks +/filter +/briefcase +/arrows-alt +/users +/link +/cloud +/flask +/cut +/copy +/paperclip +/save +/bars +/list-ul +/list-ol +/strikethrough +/underline +/table +/magic +/truck +/caret-down +/caret-up +/caret-left +/caret-right +/columns +/sort +/sort-down +/sort-up +/envelope +/undo +/gavel +/bolt +/sitemap +/umbrella +/paste +/lightbulb +/user-md +/stethoscope +/suitcase +/bell +/coffee +/hospital +/ambulance +/medkit +/fighter-jet +/beer +/h-square +/plus-square +/angle-double-left +/angle-double-right +/angle-double-up +/angle-double-down +/angle-left +/angle-right +/angle-up +/angle-down +/desktop +/laptop +/tablet +/mobile +/quote-left +/quote-right +/spinner +/circle +/smile +/frown +/meh +/gamepad +/keyboard +/flag-checkered +/terminal +/code +/reply-all +/location-arrow +/crop +/code-branch +/unlink +/question +/info +/exclamation +/superscript +/subscript +/eraser +/puzzle-piece +/microphone +/microphone-slash +/calendar +/fire-extinguisher +/rocket +/chevron-circle-left +/chevron-circle-right +/chevron-circle-up +/chevron-circle-down +/anchor +/unlock-alt +/bullseye +/ellipsis-h +/ellipsis-v +/rss-square +/play-circle +/minus-square +/check-square +/pen-square +/share-square +/compass +/caret-square-down +/caret-square-up +/caret-square-right +/euro-sign +/pound-sign +/dollar-sign +/rupee-sign +/yen-sign +/ruble-sign +/won-sign +/file +/file-alt +/sort-alpha-down +/sort-alpha-up +/sort-amount-down +/sort-amount-up +/sort-numeric-down +/sort-numeric-up +] def diff --git a/Master/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free1.enc b/Master/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free1.enc new file mode 100644 index 00000000000..6b8f2a48764 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/fontawesome5/fa5free1.enc @@ -0,0 +1,258 @@ +/fa5free1 [ +/thumbs-up +/thumbs-down +/female +/male +/sun +/moon +/archive +/bug +/caret-square-left +/dot-circle +/wheelchair +/lira-sign +/space-shuttle +/envelope-square +/university +/graduation-cap +/language +/fax +/building +/child +/paw +/cube +/cubes +/recycle +/car +/taxi +/tree +/database +/file-pdf +/file-word +/file-excel +/file-powerpoint +/file-image +/file-archive +/file-audio +/file-video +/file-code +/life-ring +/circle-notch +/paper-plane +/history +/heading +/paragraph +/sliders-h +/share-alt +/share-alt-square +/bomb +/futbol +/tty +/binoculars +/plug +/newspaper +/wifi +/calculator +/bell-slash +/trash +/copyright +/at +/eye-dropper +/paint-brush +/birthday-cake +/chart-area +/chart-pie +/chart-line +/toggle-off +/toggle-on +/bicycle +/bus +/closed-captioning +/shekel-sign +/cart-plus +/cart-arrow-down +/ship +/user-secret +/motorcycle +/street-view +/heartbeat +/venus +/mars +/mercury +/transgender +/transgender-alt +/venus-double +/mars-double +/venus-mars +/mars-stroke +/mars-stroke-v +/mars-stroke-h +/neuter +/genderless +/server +/user-plus +/user-times +/bed +/train +/subway +/battery-full +/battery-three-quarters +/battery-half +/battery-quarter +/battery-empty +/mouse-pointer +/i-cursor +/object-group +/object-ungroup +/sticky-note +/clone +/balance-scale +/hourglass-start +/hourglass-half +/hourglass-end +/hourglass +/hand-rock +/hand-paper +/hand-scissors +/hand-lizard +/hand-spock +/hand-pointer +/hand-peace +/trademark +/registered +/tv +/calendar-plus +/calendar-minus +/calendar-times +/calendar-check +/industry +/map-pin +/map-signs +/map +/comment-alt +/pause-circle +/stop-circle +/shopping-bag +/shopping-basket +/hashtag +/percent +/universal-access +/blind +/audio-description +/phone-volume +/braille +/assistive-listening-systems +/american-sign-language-interpreting +/deaf +/sign-language +/low-vision +/handshake +/envelope-open +/address-book +/address-card +/user-circle +/id-badge +/id-card +/thermometer-full +/thermometer-three-quarters +/thermometer-half +/thermometer-quarter +/thermometer-empty +/shower +/bath +/podcast +/window-maximize +/window-minimize +/window-restore +/microchip +/snowflake +/utensil-spoon +/utensils +/undo-alt +/trash-alt +/sync-alt +/stopwatch +/sign-out-alt +/sign-in-alt +/redo-alt +/images +/pencil-alt +/long-arrow-alt-down +/long-arrow-alt-left +/long-arrow-alt-right +/long-arrow-alt-up +/expand-arrows-alt +/clipboard +/arrows-alt-h +/arrows-alt-v +/arrow-alt-circle-down +/arrow-alt-circle-left +/arrow-alt-circle-right +/arrow-alt-circle-up +/external-link-alt +/external-link-square-alt +/exchange-alt +/cloud-download-alt +/cloud-upload-alt +/gem +/level-down-alt +/level-up-alt +/lock-open +/map-marker-alt +/mobile-alt +/money-bill-alt +/reply +/shield-alt +/tablet-alt +/tachometer-alt +/ticket-alt +/window-close +/baseball-ball +/basketball-ball +/bowling-ball +/chess +/chess-bishop +/chess-board +/chess-king +/chess-knight +/chess-pawn +/chess-queen +/chess-rook +/football-ball +/golf-ball +/hockey-puck +/quidditch +/square-full +/table-tennis +/volleyball-ball +/.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/fonts/map/dvips/fontawesome5/fontawesome5.map b/Master/texmf-dist/fonts/map/dvips/fontawesome5/fontawesome5.map new file mode 100644 index 00000000000..de80b06a70b --- /dev/null +++ b/Master/texmf-dist/fonts/map/dvips/fontawesome5/fontawesome5.map @@ -0,0 +1,6 @@ +fa5brands0 FontAwesome5BrandsRegular "fa5brands0 ReEncodeFont" <[fa5brands0.enc \UnicodeFontFile{FontAwesome5Brands-Regular-400.otf}{script=latn;}}{} +\DeclareFontShape{TU}{fontawesomebrands}{solid}{n} + {<->ssub * fontawesomebrands/regular/n}{} +\DeclareFontShape{TU}{fontawesomebrands}{light}{n} + {<->ssub * fontawesomebrands/regular/n}{} diff --git a/Master/texmf-dist/tex/latex/fontawesome5/tufontawesomefree.fd b/Master/texmf-dist/tex/latex/fontawesome5/tufontawesomefree.fd new file mode 100644 index 00000000000..beed8e73419 --- /dev/null +++ b/Master/texmf-dist/tex/latex/fontawesome5/tufontawesomefree.fd @@ -0,0 +1,19 @@ +% Copyright 2018 Marcel Krueger +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3c +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Marcel Krueger +% +\DeclareFontFamily{TU}{fontawesomefree}{} +\DeclareFontShape{TU}{fontawesomefree}{solid}{n} + {<-> \UnicodeFontFile{FontAwesome5Free-Solid-900.otf}{script=latn;}}{} +\DeclareFontShape{TU}{fontawesomefree}{regular}{n} + {<-> \UnicodeFontFile{FontAwesome5Free-Regular-400.otf}{script=latn;}}{} diff --git a/Master/texmf-dist/tex/latex/fontawesome5/tufontawesomepro.fd b/Master/texmf-dist/tex/latex/fontawesome5/tufontawesomepro.fd new file mode 100644 index 00000000000..d1656704795 --- /dev/null +++ b/Master/texmf-dist/tex/latex/fontawesome5/tufontawesomepro.fd @@ -0,0 +1,21 @@ +% Copyright 2018 Marcel Krueger +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3c +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Marcel Krueger +% +\DeclareFontFamily{TU}{fontawesomepro}{} +\DeclareFontShape{TU}{fontawesomepro}{solid}{n} + {<-> \UnicodeFontName{FontAwesome5ProSolid}{script=latn;}}{} +\DeclareFontShape{TU}{fontawesomepro}{regular}{n} + {<-> \UnicodeFontName{FontAwesome5ProRegular}{script=latn;}}{} +\DeclareFontShape{TU}{fontawesomepro}{light}{n} + {<-> \UnicodeFontName{FontAwesome5ProLight}{script=latn;}}{} diff --git a/Master/texmf-dist/tex/latex/fontawesome5/ufontawesomebrands0.fd b/Master/texmf-dist/tex/latex/fontawesome5/ufontawesomebrands0.fd new file mode 100644 index 00000000000..878b4887435 --- /dev/null +++ b/Master/texmf-dist/tex/latex/fontawesome5/ufontawesomebrands0.fd @@ -0,0 +1,21 @@ +% Copyright 2018 Marcel Krueger +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3c +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Marcel Krueger +% +\DeclareFontFamily{U}{fontawesomebrands0}{} +\DeclareFontShape{U}{fontawesomebrands0}{regular}{n} + {<-> fa5brands0}{} +\DeclareFontShape{U}{fontawesomebrands0}{solid}{n} + {<->ssub * fontawesomebrands0/regular/n}{} +\DeclareFontShape{U}{fontawesomebrands0}{light}{n} + {<->ssub * fontawesomebrands0/regular/n}{} diff --git a/Master/texmf-dist/tex/latex/fontawesome5/ufontawesomebrands1.fd b/Master/texmf-dist/tex/latex/fontawesome5/ufontawesomebrands1.fd new file mode 100644 index 00000000000..4baa4aa7e24 --- /dev/null +++ b/Master/texmf-dist/tex/latex/fontawesome5/ufontawesomebrands1.fd @@ -0,0 +1,21 @@ +% Copyright 2018 Marcel Krueger +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3c +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Marcel Krueger +% +\DeclareFontFamily{U}{fontawesomebrands1}{} +\DeclareFontShape{U}{fontawesomebrands1}{regular}{n} + {<-> fa5brands1}{} +\DeclareFontShape{U}{fontawesomebrands1}{solid}{n} + {<->ssub * fontawesomebrands1/regular/n}{} +\DeclareFontShape{U}{fontawesomebrands1}{light}{n} + {<->ssub * fontawesomebrands1/regular/n}{} diff --git a/Master/texmf-dist/tex/latex/fontawesome5/ufontawesomefree0.fd b/Master/texmf-dist/tex/latex/fontawesome5/ufontawesomefree0.fd new file mode 100644 index 00000000000..c8f1e5d630c --- /dev/null +++ b/Master/texmf-dist/tex/latex/fontawesome5/ufontawesomefree0.fd @@ -0,0 +1,19 @@ +% Copyright 2018 Marcel Krueger +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3c +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Marcel Krueger +% +\DeclareFontFamily{U}{fontawesomefree0}{} +\DeclareFontShape{U}{fontawesomefree0}{solid}{n} + {<-> fa5free0solid}{} +\DeclareFontShape{U}{fontawesomefree0}{regular}{n} + {<-> fa5free0regular}{} diff --git a/Master/texmf-dist/tex/latex/fontawesome5/ufontawesomefree1.fd b/Master/texmf-dist/tex/latex/fontawesome5/ufontawesomefree1.fd new file mode 100644 index 00000000000..4c6cba8d2e3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/fontawesome5/ufontawesomefree1.fd @@ -0,0 +1,19 @@ +% Copyright 2018 Marcel Krueger +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3c +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Marcel Krueger +% +\DeclareFontFamily{U}{fontawesomefree1}{} +\DeclareFontShape{U}{fontawesomefree1}{solid}{n} + {<-> fa5free1solid}{} +\DeclareFontShape{U}{fontawesomefree1}{regular}{n} + {<-> fa5free1regular}{} diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 3f01958bd7f..f67bd60e1a0 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -273,7 +273,8 @@ my @TLP_working = qw( fmp fmtcount fn2end fnbreak fncychap fncylab fnpara fnpct fnspe fntproof fnumprint foekfont foilhtml fonetika - fontawesome font-change font-change-xetex fontaxes fontbook fontch fontinst + font-change font-change-xetex + fontawesome fontawesome5 fontaxes fontbook fontch fontinst fontloader-luaotfload fontmfizz fontools fonts-churchslavonic fonts-tlwg fontspec fonttable fontwrap footbib footmisc footmisx footnotebackref footnotehyper diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 494187a1179..5f9dbcee74e 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -455,6 +455,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'foiltex', "die 'skipping, nosell license'", 'font-change', "&MAKEflatten", 'fontawesome', "&MAKEflatten", + 'fontawesome5', "&MAKEflatten", 'fontinst', "&MAKEfontinst", 'fontinstallationguide', "die 'skipping, use Type1fonts'", 'fontname', "die 'skipping, done through tl-update-auto'", @@ -1633,6 +1634,7 @@ $standardtex 'fntproof', 'fntproof.tex', 'font-change', 'default-amssymbols.tex|font_.*\.tex', 'fontawesome', 'fontawesomesymbols-.*\.tex|' . $standardtex, + 'fontawesome5','\.lua|' . $standardtex, 'fontch', '\.tex', 'fontloader-luaotfload', '\.lua$', 'footnpag', 'footnpag\.sty', diff --git a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc index d9c71cf3d5f..a77da0aa9b6 100644 --- a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc @@ -122,6 +122,7 @@ depend fira depend foekfont depend fonetika depend fontawesome +depend fontawesome5 depend fontmfizz depend fonts-churchslavonic depend fourier diff --git a/Master/tlpkg/tlpsrc/fontawesome5.tlpsrc b/Master/tlpkg/tlpsrc/fontawesome5.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d -- cgit v1.2.3