diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-14 21:50:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-14 21:50:49 +0000 |
commit | 192a31295570ea857624c55abf081f33c7d2ed9a (patch) | |
tree | 2ca4173c419d0b70f3624cb2bf34d0b012bfc641 /Master/texmf-dist/tex/latex/fourier | |
parent | 5b752e3b8e55652ab8e60d2c0c13cfb776b2bb2e (diff) |
fourier (14jan20)
git-svn-id: svn://tug.org/texlive/trunk@53401 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fourier')
-rw-r--r-- | Master/texmf-dist/tex/latex/fourier/fourier-orns.sty | 20 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/fourier/fourier.sty | 12 |
2 files changed, 22 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/fourier/fourier-orns.sty b/Master/texmf-dist/tex/latex/fourier/fourier-orns.sty index aa67aefca93..92a4a5a3552 100644 --- a/Master/texmf-dist/tex/latex/fourier/fourier-orns.sty +++ b/Master/texmf-dist/tex/latex/fourier/fourier-orns.sty @@ -1,13 +1,16 @@ \NeedsTeXFormat{LaTeX2e} -\def\fileversion{2.0} -\def\filedate{2019/11/18} +\def\fileversion{2.1} +\def\filedate{2020/01/14} \ProvidesPackage{fourier-orns}% [\filedate\space\fileversion\space fourier-ornaments package] \RequirePackage{iftex}[2019/10/24] \iftutex \RequirePackage{fontspec} - \newfontfamily\FourierOrns{FourierOrns} + \newfontfamily\FourierOrns{FourierOrns-Regular.otf}[ + BoldFont = FourierOrns-Bold.otf , + ItalicFont = FourierOrns-Italic.otf , + BoldItalicFont = FourierOrns-BoldItalic.otf ] \newcommand*{\TakeFourierOrnament}[1]{{\FourierOrns \char#1}} \renewcommand*{\textpertenthousand}{\TakeFourierOrnament{"2031}} \newcommand*{\eurologo}{\TakeFourierOrnament{"20AC}} @@ -52,11 +55,7 @@ \newcommand*{\eurologo}{\TakeFourierOrnament{69}} \newcommand*{\noway}{\TakeFourierOrnament{65}} \newcommand*{\warning}{\TakeFourierOrnament{66}} - \newcommand*{\danger}{\PackageWarning{fourier-orns}{% - Command \protect\danger\space is deprecated.\MessageBreak - Use \protect\warning\space instead; reported}% - \warning} - \newcommand*{\bomb}{\TakeFourierOrnament{76}} + \newcommand*{\bomb}{\TakeFourierOrnament{76}} \newcommand*{\grimace}{\TakeFourierOrnament{77}} \newcommand*{\textthing}{\TakeFourierOrnament{78}} \newcommand*{\oldpilcrowone}{\TakeFourierOrnament{79}} @@ -90,6 +89,11 @@ \newcommand*{\lefthand}{\TakeFourierOrnament{116}} \newcommand*{\righthand}{\TakeFourierOrnament{117}} \fi + \newcommand*{\danger}{\PackageWarning{fourier-orns}{% + Command \protect\danger\space is deprecated.\MessageBreak + Use \protect\warning\space instead; reported}% + \warning} + % % \endinput diff --git a/Master/texmf-dist/tex/latex/fourier/fourier.sty b/Master/texmf-dist/tex/latex/fourier/fourier.sty index fe97bedb990..0a1d4e40cb2 100644 --- a/Master/texmf-dist/tex/latex/fourier/fourier.sty +++ b/Master/texmf-dist/tex/latex/fourier/fourier.sty @@ -1,8 +1,16 @@ -\def\fileversion{2.0}% -\def\filedate{2019/11/27}% +\def\fileversion{2.1}% +\def\filedate{2020/01/14}% \NeedsTeXFormat{LaTeX2e}% \ProvidesPackage{fourier}% [\filedate\space\fileversion\space fourier-GUTenberg package]% +\RequirePackage{iftex}[2019/10/24] +\iftutex +\PackageWarningNoLine{fourier}{% + Please consider loading "fourier-otf.sty" instead of\MessageBreak + "fourier.sty" with Unicode engines LuaTeX or XeTeX,\MessageBreak + so that Type1 fonts get replaced by OpenType fonts.\MessageBreak + See file "Erewhon-Math.pdf" for more information} +\fi \DeclareFontEncoding{FML}{}{} \DeclareFontSubstitution{FML}{futm}{m}{it} \DeclareFontEncoding{FMS}{}{} |