diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-05 21:07:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-05 21:07:15 +0000 |
commit | ed8fbf608b1e485e6192e33e130bb536227c967f (patch) | |
tree | 3752b7ad152855a3a00690c8bc530cb3b884446b /Master/texmf-dist/tex | |
parent | e334438909540160245e2816174a5ac70479116e (diff) |
fixcmex (5aug19)
git-svn-id: svn://tug.org/texlive/trunk@51825 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/fixcmex/fixcmex.sty | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/fixcmex/fixcmex.sty b/Master/texmf-dist/tex/latex/fixcmex/fixcmex.sty index 669b75fd8f1..159b032b6dc 100644 --- a/Master/texmf-dist/tex/latex/fixcmex/fixcmex.sty +++ b/Master/texmf-dist/tex/latex/fixcmex/fixcmex.sty @@ -8,29 +8,30 @@ %% %% This is a generated file. %% -%% Copyright (C) 2015 by Enrico Gregorio <Enrico dot Gregorio (at) univr dot it> +%% Copyright (C) 2015-2019 by Enrico Gregorio <Enrico dot Gregorio (at) univr dot it> %% %% This file may be distributed and/or modified under the conditions of -%% the LaTeX Project Public License, either version 1.2 of this license +%% the LaTeX Project Public License, either version 1.3c of this license %% or (at your option) any later version. The latest version of this %% license is in: %% %% http://www.latex-project.org/lppl.txt %% -%% and version 1.2 or later is part of all distributions of LaTeX version -%% 1999/12/01 or later. +%% and version 1.3c or later is part of all distributions of LaTeX %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{fixcmex} - [2015/11/10 v1.0 Scalable math extensions font (Enrico Gregorio)] + [2019/08/05 v1.1 Scalable math extensions font (Enrico Gregorio)] \def\fixcmex@fix{% \DeclareFontShape{OMX}{cmex}{m}{n}{% <-7.5> cmex7 <7.5-8.5> cmex8 <8.5-9.5> cmex9 <9.5-> cmex10 - }{} - \DeclareSymbolFont{largesymbols}{OMX}{cmex}{m}{n} + }{}% + \SetSymbolFont{largesymbols}{normal}{OMX}{cmex}{m}{n}% + \SetSymbolFont{largesymbols}{bold}{OMX}{cmex}{m}{n}% + \mathversion{\math@version}% } \@onlypreamble\fixcmex@fix \AtBeginDocument{% @@ -46,8 +47,7 @@ \ifx\f@family \fixcmex@lmex\aftergroup\fixcmex@fix \else - \PackageWarningNoLine{fixcmex} - {No change in the math extension font}% + \PackageWarningNoLine{fixcmex}{No change in the math extension font}% \fi \fi \endgroup |