texlive[53401] Master/texmf-dist: fourier (14jan20)

commits+karl at tug.org commits+karl at tug.org
Tue Jan 14 22:50:49 CET 2020


Revision: 53401
          http://tug.org/svn/texlive?view=revision&revision=53401
Author:   karl
Date:     2020-01-14 22:50:49 +0100 (Tue, 14 Jan 2020)
Log Message:
-----------
fourier (14jan20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/fonts/fourier/README
    trunk/Master/texmf-dist/tex/latex/fourier/fourier-orns.sty
    trunk/Master/texmf-dist/tex/latex/fourier/fourier.sty

Modified: trunk/Master/texmf-dist/doc/fonts/fourier/README
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/fourier/README	2020-01-14 16:49:45 UTC (rev 53400)
+++ trunk/Master/texmf-dist/doc/fonts/fourier/README	2020-01-14 21:50:49 UTC (rev 53401)
@@ -1,4 +1,4 @@
-Fourier-GUTenberg distribution, Michel Bovani michel.bovani at wanadoo.fr
+Fourier-GUTenberg distribution, Michel Bovani michel.bovani at icloud.com
 
 1 VERSIONS
 2 LICENCE
@@ -9,7 +9,14 @@
 1 VERSION
 
 
-This version number is 2.0 (2019-11-27)
+This version number is 2.1 (2020-01-14)
+NEW in version 2.1:
+* in fourier-orns.sty, the otf versions of the font are now searched by file name rather than by font name in order xelatex to find them easily.
+Thanks to Marcel Krüger and Norbert Preining for pointing this out.
+* in fourier-orns.sty, the \danger command is now also defined in the otf context.
+* in fourier.sty there is now a warning message to suggest the use of fourier-otf.sty when xelatex or lualatex are used. Thanks to Daniel Flipo for suggesting this.
+
+
 NEW in version 2.0:
 * In expert modes (need you buy the expert utopia pfb fonts):
   - Possibility is provided to use superior letters of the commercial utopia font

Modified: trunk/Master/texmf-dist/tex/latex/fourier/fourier-orns.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fourier/fourier-orns.sty	2020-01-14 16:49:45 UTC (rev 53400)
+++ trunk/Master/texmf-dist/tex/latex/fourier/fourier-orns.sty	2020-01-14 21:50:49 UTC (rev 53401)
@@ -1,6 +1,6 @@
 \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]
 
@@ -7,7 +7,10 @@
 \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

Modified: trunk/Master/texmf-dist/tex/latex/fourier/fourier.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/fourier/fourier.sty	2020-01-14 16:49:45 UTC (rev 53400)
+++ trunk/Master/texmf-dist/tex/latex/fourier/fourier.sty	2020-01-14 21:50:49 UTC (rev 53401)
@@ -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}{}{}



More information about the tex-live-commits mailing list