summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fontaxes
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-07-23 03:02:22 +0000
committerNorbert Preining <norbert@preining.info>2020-07-23 03:02:22 +0000
commit30da6c04d79973253114bab2567b4fd1d2edd0d0 (patch)
tree0f49e4345a6463cd6932672e6feb4f38bb7fdc04 /macros/latex/contrib/fontaxes
parentd3e0375ca41ebad2625c6fedf57992a8db8cd0ac (diff)
CTAN sync 202007230302
Diffstat (limited to 'macros/latex/contrib/fontaxes')
-rw-r--r--macros/latex/contrib/fontaxes/fontaxes.dtx19
-rw-r--r--macros/latex/contrib/fontaxes/fontaxes.ins4
-rw-r--r--macros/latex/contrib/fontaxes/fontaxes.pdfbin116269 -> 126590 bytes
3 files changed, 14 insertions, 9 deletions
diff --git a/macros/latex/contrib/fontaxes/fontaxes.dtx b/macros/latex/contrib/fontaxes/fontaxes.dtx
index d39353339f..232ff98a77 100644
--- a/macros/latex/contrib/fontaxes/fontaxes.dtx
+++ b/macros/latex/contrib/fontaxes/fontaxes.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%
% Copyright (c) 2007 by Andreas B\"uhmann
-% Copyright (c) 2014 by Michael Ummels <michael.ummels@rwth-aachen.de>
+% Copyright (c) 2020 by Michael Ummels <michael.ummels@rwth-aachen.de>
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3c
@@ -22,10 +22,10 @@
%
%\iffalse
%<*driver>
-\ProvidesFile{fontaxes.dtx}[2014/03/23 v1.0d Font selection axes]
+\ProvidesFile{fontaxes.dtx}[2020/07/21 v1.0e Font selection axes]
%</driver>
%<package>\NeedsTeXFormat{LaTeX2e}
-%<package>\ProvidesPackage{fontaxes}[2014/03/23 v1.0d Font selection axes]
+%<package>\ProvidesPackage{fontaxes}[2020/07/21 v1.0e Font selection axes]
%<*driver>
\documentclass{ltxdoc}
@@ -57,7 +57,7 @@
%</driver>
%\fi
%
-% \CheckSum{738}
+% \CheckSum{746}
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
@@ -701,17 +701,22 @@
}
% \end{macrocode}
% Try different naming conventions.
+% \changes{v1.0e}{2020/07/21}{Add another fallback for fonts with only one figure version}
% \begin{macrocode}
\newcommand*\fontaxes@encode@family@default{%
\fontaxes@encode@figures
\edef\fontaxes@code{\fontaxes@family@base-\fontaxes@code}%
\fontaxes@check@family\fontaxes@code
\iffontaxes@exists\else
- \fontaxes@encode@figuresalt
- \edef\fontaxes@code{\fontaxes@family@base\fontaxes@code}%
+ \edef\fontaxes@code{\fontaxes@family@base-LF}%
\fontaxes@check@family\fontaxes@code
\iffontaxes@exists\else
- \edef\fontaxes@code{\fontaxes@family@base}%
+ \fontaxes@encode@figuresalt
+ \edef\fontaxes@code{\fontaxes@family@base\fontaxes@code}%
+ \fontaxes@check@family\fontaxes@code
+ \iffontaxes@exists\else
+ \edef\fontaxes@code{\fontaxes@family@base}%
+ \fi
\fi
\fi
}
diff --git a/macros/latex/contrib/fontaxes/fontaxes.ins b/macros/latex/contrib/fontaxes/fontaxes.ins
index c6ff8090ed..69ad880bed 100644
--- a/macros/latex/contrib/fontaxes/fontaxes.ins
+++ b/macros/latex/contrib/fontaxes/fontaxes.ins
@@ -1,6 +1,6 @@
%
% Copyright (c) 2007 by Andreas B\"uhmann
-% Copyright (c) 2014 by Michael Ummels <michael.ummels@rwth-aachen.de>
+% Copyright (c) 2020 by Michael Ummels <michael.ummels@rwth-aachen.de>
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3c
@@ -23,7 +23,7 @@
\preamble
Copyright (c) 2007 by Andreas Buehmann
-Copyright (c) 2014 by Michael Ummels <michael.ummels@rwth-aachen.de>
+Copyright (c) 2020 by Michael Ummels <michael.ummels@rwth-aachen.de>
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3c
diff --git a/macros/latex/contrib/fontaxes/fontaxes.pdf b/macros/latex/contrib/fontaxes/fontaxes.pdf
index d45cb17285..fb24df8f90 100644
--- a/macros/latex/contrib/fontaxes/fontaxes.pdf
+++ b/macros/latex/contrib/fontaxes/fontaxes.pdf
Binary files differ