diff options
author | Norbert Preining <norbert@preining.info> | 2020-03-25 03:01:53 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2020-03-25 03:01:53 +0000 |
commit | e32477e40d853a81951c9811f8554455dbff4014 (patch) | |
tree | 12744b350742c71cbb3c768354084a5c50369ce7 /fonts/fontawesome5/doc | |
parent | e9af7499b89170ca5c737240b0cdb9563dcf6c5a (diff) |
CTAN sync 202003250301
Diffstat (limited to 'fonts/fontawesome5/doc')
-rw-r--r-- | fonts/fontawesome5/doc/fontawesome5.pdf | bin | 692466 -> 718097 bytes | |||
-rw-r--r-- | fonts/fontawesome5/doc/fontawesome5.tex | 14 | ||||
-rw-r--r-- | fonts/fontawesome5/doc/fulllist.tex | 2 |
3 files changed, 13 insertions, 3 deletions
diff --git a/fonts/fontawesome5/doc/fontawesome5.pdf b/fonts/fontawesome5/doc/fontawesome5.pdf Binary files differindex ba84611afe..214ad931d9 100644 --- a/fonts/fontawesome5/doc/fontawesome5.pdf +++ b/fonts/fontawesome5/doc/fontawesome5.pdf diff --git a/fonts/fontawesome5/doc/fontawesome5.tex b/fonts/fontawesome5/doc/fontawesome5.tex index e0168548e0..a6a157ad10 100644 --- a/fonts/fontawesome5/doc/fontawesome5.tex +++ b/fonts/fontawesome5/doc/fontawesome5.tex @@ -4,11 +4,14 @@ \usepackage{metalogo} \usepackage{longtable} \usepackage{fontawesome5} +% \usepackage{xcolor} +% \usepackage[pro]{fontawesome5} +% \faStyle{duotone} \usepackage[utf8]{inputenc} \usepackage{geometry} \MakeShortVerb{\|} \begin{document} -\title{The fontawesome5 package\thanks{This document corresponds to fontawesome5 version 5.12.0.1, dated 2020/01/17}} +\title{The fontawesome5 package\thanks{This document corresponds to fontawesome5 version 5.13.0, dated 2020/03/24}} \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. @@ -58,7 +61,7 @@ Multiple versions of the file icon: \faFile~\faFile*~\faFile[regular]~\faFile*[r 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. +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: @@ -66,10 +69,15 @@ For this, load the package with the |[pro]| option: \usepackage[pro]{fontawesome5} \end{verbatim} Now additional icons, the |duotone| and the |light| style can be used. +The second color for |duotone| icons can be set though |\faDuotoneSetSecondary|: +\begin{verbatim} + \faDuotoneSetSecondary{green}% From here on, the secondary layer + % will be green. +\end{verbatim} Pro is only supported with \XeLaTeX{} and \LuaLaTeX. \subsection*{Updates} -This package corresponds to Font Awesome 5.12.0. +This package corresponds to Font Awesome 5.13.0. 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} diff --git a/fonts/fontawesome5/doc/fulllist.tex b/fonts/fontawesome5/doc/fulllist.tex index 071dd165b4..3b4a38bb16 100644 --- a/fonts/fontawesome5/doc/fulllist.tex +++ b/fonts/fontawesome5/doc/fulllist.tex @@ -62,6 +62,8 @@ \tl_const:cn{__fontawesome_list_real_cs_dice-d20_tl}{faDiceD20} \tl_const:cn{__fontawesome_list_real_cs_dice-d6_tl}{faDiceD6} \tl_const:cn{__fontawesome_list_real_cs_signal_tl}{faSignal} +\tl_const:cn{__fontawesome_list_real_cs_stopwatch_tl}{faStopwatch} +\tl_const:cn{__fontawesome_list_real_cs_stopwatch-20_tl}{faStopwatch20} % \tl_const:cn{__fontawesome_list_real_cs_500px_tl}{faIcon\{500px\}} \tl_const:cn{__fontawesome_list_real_cs_arrows-alt_tl}{faArrows*} |