summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/fonts/coelacanth/README2
-rw-r--r--Master/texmf-dist/doc/fonts/coelacanth/coelacanth-samples.pdfbin63458 -> 63456 bytes
-rw-r--r--Master/texmf-dist/tex/latex/coelacanth/coelacanth.sty42
3 files changed, 6 insertions, 38 deletions
diff --git a/Master/texmf-dist/doc/fonts/coelacanth/README b/Master/texmf-dist/doc/fonts/coelacanth/README
index d77d5b3dc6e..653081273a8 100644
--- a/Master/texmf-dist/doc/fonts/coelacanth/README
+++ b/Master/texmf-dist/doc/fonts/coelacanth/README
@@ -1,5 +1,5 @@
This is the README for the coelacanth package, version 0.005
-(2019-10-15).
+(2020-04-13).
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
support for Coelecanth fonts, designed by Ben Whitmore.
diff --git a/Master/texmf-dist/doc/fonts/coelacanth/coelacanth-samples.pdf b/Master/texmf-dist/doc/fonts/coelacanth/coelacanth-samples.pdf
index 2e58fd854e7..6afb119daca 100644
--- a/Master/texmf-dist/doc/fonts/coelacanth/coelacanth-samples.pdf
+++ b/Master/texmf-dist/doc/fonts/coelacanth/coelacanth-samples.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/coelacanth/coelacanth.sty b/Master/texmf-dist/tex/latex/coelacanth/coelacanth.sty
index fe53062fd5c..d14257b698b 100644
--- a/Master/texmf-dist/tex/latex/coelacanth/coelacanth.sty
+++ b/Master/texmf-dist/tex/latex/coelacanth/coelacanth.sty
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{coelacanth}
- [2019/10/15 (Bob Tennent and autoinst) Style file for Coelacanth fonts.]
+ [2020/04/13 (Bob Tennent and autoinst) Style file for Coelacanth fonts.]
\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp}
@@ -139,24 +139,8 @@
BoldItalicFont = *Italic ,
]
{Coelacanth}
- \newfontfamily\coelacanthOsF
- [ Numbers = {\coelacanth@figurealign,OldStyle},
- UprightFont = *\coelacanth@regularstyle ,
- ItalicFont = *Italic ,
- BoldFont = *\coelacanth@boldstyle ,
- BoldItalicFont = *Italic ,
- ]
- {Coelacanth}
- \newfontfamily\coelacanthLF
- [ Numbers = {\coelacanth@figurealign,Lining},
- UprightFont = *\coelacanth@regularstyle ,
- ItalicFont = *Italic ,
- BoldFont = *\coelacanth@boldstyle ,
- BoldItalicFont = *Italic ,
- ]
- {Coelacanth}
- \DeclareTextFontCommand{\oldstylenums}{\coelacanthOsF}
- \DeclareTextFontCommand{\liningnums}{\coelacanthLF}
+ \DeclareTextFontCommand{\oldstylenums}{\addfontfeatures{Numbers=OldStyle}}
+ \DeclareTextFontCommand{\liningnums}{\addfontfeatures{Numbers=Lining}}
\else % type1
@@ -170,24 +154,8 @@
\fi
\ifcoelacanth@otf
- \newfontfamily\coelacanthtabular
- [ Numbers = {Monospaced,\coelacanth@figurestyle},
- UprightFont = *\coelacanth@regularstyle ,
- ItalicFont = *Italic ,
- BoldFont = *\coelacanth@boldstyle ,
- BoldItalicFont = *Italic ,
- ]
- {Coelacanth}
- \newfontfamily\coelacanthproportional
- [ Numbers = {Proportional,\coelacanth@figurestyle},
- UprightFont = *\coelacanth@regularstyle ,
- ItalicFont = *Italic ,
- BoldFont = *\coelacanth@boldstyle ,
- BoldItalicFont = *Italic ,
- ]
- {Coelacanth}
- \DeclareTextFontCommand{\tabularnums}{\coelacanthtabular}
- \DeclareTextFontCommand{\proportionalnums}{\coelacanthproportional}
+ \DeclareTextFontCommand{\tabularnums}{\addfontfeatures{Numbers=Tabular}}
+ \DeclareTextFontCommand{\proportionalnums}{\addfontfeatures{Numbers=Proportional}}
\else % type1
\DeclareTextFontCommand{\tabularnums}{\fontfamily{Coelacanth-T\coelacanth@figurestyle}\selectfont}
\DeclareTextFontCommand{\proportionalnums}{\fontfamily{Coelacanth-\coelacanth@figurestyle}\selectfont}