diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/fonts/stickstoo/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/fonts/afm/public/stickstoo/stickstooMath-BoldItalic.afm | 6 | ||||
-rw-r--r-- | Master/texmf-dist/fonts/type1/public/stickstoo/stickstooMath-BoldItalic.pfb | bin | 36049 -> 36066 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/stickstoo/stickstootext.sty | 8 |
4 files changed, 13 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/fonts/stickstoo/README b/Master/texmf-dist/doc/fonts/stickstoo/README index f34f87d992b..aed6f1d0159 100644 --- a/Master/texmf-dist/doc/fonts/stickstoo/README +++ b/Master/texmf-dist/doc/fonts/stickstoo/README @@ -19,8 +19,13 @@ The font files and the LaTeX support files are Files provided "as is", with no warranties. -Current version: 1.01 2018-05-12 +Current version: 1.03 2018-05-21 +Changes in version 1.03 +Corrected problem with Math-BoldItalic where internal font name was incorrect. (Thanks, Uwe Siart.) + +Changes in version 1.02 +Fixed problems testing for KOMA classes. Changes in version 1.01 1. Corrected documentation errors. (Thanks to J-F Burnol.) diff --git a/Master/texmf-dist/fonts/afm/public/stickstoo/stickstooMath-BoldItalic.afm b/Master/texmf-dist/fonts/afm/public/stickstoo/stickstooMath-BoldItalic.afm index a555bb2cc7b..d76aeb1c2a4 100644 --- a/Master/texmf-dist/fonts/afm/public/stickstoo/stickstooMath-BoldItalic.afm +++ b/Master/texmf-dist/fonts/afm/public/stickstoo/stickstooMath-BoldItalic.afm @@ -1,8 +1,8 @@ StartFontMetrics 2.0 Comment Generated by FontForge 20170730 -Comment Creation Date: Thu May 3 14:11:16 2018 -FontName stickstooMath-Italic -FullName stickstoo Math Italic +Comment Creation Date: Mon May 21 13:26:44 2018 +FontName stickstooMath-BoldItalic +FullName stickstoo Math Bold Italic FamilyName stickstooMath Weight Bold Notice (Copyright (c) 2001-2016 by the STI Pub Companies, consisting of the American Chemical Society, the American Institute of Physics, the American Mathematical Society, the American Physical Society, Else) diff --git a/Master/texmf-dist/fonts/type1/public/stickstoo/stickstooMath-BoldItalic.pfb b/Master/texmf-dist/fonts/type1/public/stickstoo/stickstooMath-BoldItalic.pfb Binary files differindex 5800a02ca84..d55635c8a08 100644 --- a/Master/texmf-dist/fonts/type1/public/stickstoo/stickstooMath-BoldItalic.pfb +++ b/Master/texmf-dist/fonts/type1/public/stickstoo/stickstooMath-BoldItalic.pfb diff --git a/Master/texmf-dist/tex/latex/stickstoo/stickstootext.sty b/Master/texmf-dist/tex/latex/stickstoo/stickstootext.sty index f6090a3a545..57f90a37a4c 100644 --- a/Master/texmf-dist/tex/latex/stickstoo/stickstootext.sty +++ b/Master/texmf-dist/tex/latex/stickstoo/stickstootext.sty @@ -1,7 +1,7 @@ %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{1.01} -\def\filedate{2018/05/12} +\def\fileversion{1.02} +\def\filedate{2018/05/21} \ProvidesPackage{stickstootext} [\filedate\space v\fileversion] \message{`SticksToo' v\fileversion, \filedate\space Text macros taking advantage of the STIXTwoText fonts (msharpe)} @@ -58,7 +58,7 @@ \def\bfseries@rm{b} \def\mdseries@rm{m} \newif\ifSticksToo@defaultsups -\newif\ifSticks@KOMA +\newif\ifSticksToo@KOMA \@ifundefined{KOMAClassName}{}{\SticksToo@KOMAtrue} \@ifundefined{ver@scrextend.sty}{}{\SticksToo@KOMAtrue} @@ -144,7 +144,7 @@ OsF}\fontshape{sc}\selectfont #1}% \orig@makefnmark% \fi}% \fi -%\fi +\fi \renewcommand*{\sfdefault}{qhv} \renewcommand*{\ttdefault}{ntxtt} |