summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-01-15 03:00:56 +0000
committerNorbert Preining <norbert@preining.info>2020-01-15 03:00:56 +0000
commit3bd863734612dc2fe9c5c7c1405358ffb1228afb (patch)
tree9f7d421c227b998debe92dac90f4cf8634a8f94f /fonts
parentb3225c4301e7724de481f410444fef5463799b9d (diff)
CTAN sync 202001150300
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fourier-GUT/README11
-rw-r--r--fonts/fourier-GUT/latex/fourier-orns.sty20
-rw-r--r--fonts/fourier-GUT/latex/fourier.sty12
3 files changed, 31 insertions, 12 deletions
diff --git a/fonts/fourier-GUT/README b/fonts/fourier-GUT/README
index f58e3e2e9c..c57aa43348 100644
--- a/fonts/fourier-GUT/README
+++ b/fonts/fourier-GUT/README
@@ -1,4 +1,4 @@
-Fourier-GUTenberg distribution, Michel Bovani michel.bovani@wanadoo.fr
+Fourier-GUTenberg distribution, Michel Bovani michel.bovani@icloud.com
1 VERSIONS
2 LICENCE
@@ -9,7 +9,14 @@ Fourier-GUTenberg distribution, Michel Bovani michel.bovani@wanadoo.fr
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
diff --git a/fonts/fourier-GUT/latex/fourier-orns.sty b/fonts/fourier-GUT/latex/fourier-orns.sty
index aa67aefca9..92a4a5a355 100644
--- a/fonts/fourier-GUT/latex/fourier-orns.sty
+++ b/fonts/fourier-GUT/latex/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/fonts/fourier-GUT/latex/fourier.sty b/fonts/fourier-GUT/latex/fourier.sty
index fe97bedb99..0a1d4e40cb 100644
--- a/fonts/fourier-GUT/latex/fourier.sty
+++ b/fonts/fourier-GUT/latex/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}{}{}