From c9236b6b0c878565529841d0f72447f6a041ec85 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 10 Jun 2019 21:17:21 +0000 Subject: sansmathfonts (10jun19) git-svn-id: svn://tug.org/texlive/trunk@51356 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/sansmathfonts/README | 6 ++++-- .../doc/fonts/sansmathfonts/sansmathfonts.pdf | Bin 264559 -> 264428 bytes .../doc/fonts/sansmathfonts/sansmathfonts.tex | 4 +++- .../tex/latex/sansmathfonts/omxcmssex.fd | 11 +++++++---- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Master/texmf-dist/doc/fonts/sansmathfonts/README b/Master/texmf-dist/doc/fonts/sansmathfonts/README index 84b4fd82508..b6eb356eb12 100644 --- a/Master/texmf-dist/doc/fonts/sansmathfonts/README +++ b/Master/texmf-dist/doc/fonts/sansmathfonts/README @@ -1,8 +1,10 @@ The sansmathfonts package provides math fonts designed to work with the Computer Modern sans serif typeface, as well as some missing Computer Modern sans serif text fonts. This package is released under the LaTeX Project Public License. See -http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for -the details of that license. + https://www.latex-project.org//lppl/ +or + https://ctan.org/license/lppl1.3c +for the details of that license. This package has the LPPL maintenance status ``maintained''. The package author is Ariel Barton; she may be contacted at origamist@gmail.com. diff --git a/Master/texmf-dist/doc/fonts/sansmathfonts/sansmathfonts.pdf b/Master/texmf-dist/doc/fonts/sansmathfonts/sansmathfonts.pdf index f0466318da5..d420ca7e9ad 100644 Binary files a/Master/texmf-dist/doc/fonts/sansmathfonts/sansmathfonts.pdf and b/Master/texmf-dist/doc/fonts/sansmathfonts/sansmathfonts.pdf differ diff --git a/Master/texmf-dist/doc/fonts/sansmathfonts/sansmathfonts.tex b/Master/texmf-dist/doc/fonts/sansmathfonts/sansmathfonts.tex index b8f88cd55f7..a0721b7c165 100644 --- a/Master/texmf-dist/doc/fonts/sansmathfonts/sansmathfonts.tex +++ b/Master/texmf-dist/doc/fonts/sansmathfonts/sansmathfonts.tex @@ -498,6 +498,8 @@ April 2013: Original upload \item February 2017: Corrected the font names in \texttt{sansmathfonts.map}; this allowed the package to be used correctly with \textsf{dvips}. \item -April 2019: Fixed a bug in the file \texttt{ucmsmf.fd} that prevented the \texttt{[I]} package option from working correctly; rewrote all \texttt{.fd} files to allow fonts to be loaded at arbitrary sizes; changed maintenance status from ``author-maintained'' to ``maintained''. +April 2019: Fixed a bug in the file \texttt{ucmsmf.fd} that prevented the \texttt{[I]} package option from working correctly; rewrote most of the \texttt{.fd} files to allow fonts to be loaded at arbitrary sizes; changed maintenance status from ``author-maintained'' to ``maintained''. +\item +June 2019: Rewrote the file \texttt{omxcmssex.fd} to allow the math extended characters to be loaded at arbitrary sizes. \end{itemize} \end{document} \ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/sansmathfonts/omxcmssex.fd b/Master/texmf-dist/tex/latex/sansmathfonts/omxcmssex.fd index 8f0e520603b..434b6b27348 100644 --- a/Master/texmf-dist/tex/latex/sansmathfonts/omxcmssex.fd +++ b/Master/texmf-dist/tex/latex/sansmathfonts/omxcmssex.fd @@ -14,11 +14,14 @@ %% %% \ProvidesFile{omxcmssex.fd} - [2019/04/04] + [2019/06/10] \DeclareFontFamily{OMX}{cmssex}{} -\DeclareFontShape{OMX}{cmssex}{m}{n}{% - <->sfixed*cmssex10% - }{} +\DeclareFontShape{OMX}{cmssex}{m}{n}{ + <-7.5> cmssex7 + <7.5-8.5> cmssex8 + <8.5-9.5> cmssex9 + <9.5-> cmssex10 +}{} \endinput %% %% End of file `omxcmssex.fd'. -- cgit v1.2.3