From ec9ec3509f5e8c7b23ae5005dd7bb4d0b6fbeb4f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 1 Feb 2022 22:06:48 +0000 Subject: xcharter (1feb22) git-svn-id: svn://tug.org/texlive/trunk@61837 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/xcharter/README | 5 ++++- Master/texmf-dist/tex/latex/xcharter/XCharter.sty | 11 ++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/fonts/xcharter/README b/Master/texmf-dist/doc/fonts/xcharter/README index 4175a9f9204..8ebb352dbc2 100644 --- a/Master/texmf-dist/doc/fonts/xcharter/README +++ b/Master/texmf-dist/doc/fonts/xcharter/README @@ -21,7 +21,10 @@ Original Bitstream Free font license: Portions of the font modifications are Copyright (c) 2009--2012, Andrey Panov; Copyright (c) 2013--2021, Michael Sharpe. -Current version 1.224 2021-10-12 +Current version 1.225 2022-01-31 + +Changes in version 1.224 +Added definitions of \nustyle and \destyle to XCharter.sty. Changes in version 1.224 Added glyphs for U+02BE, U+02BF, U+02D2, U+02D3: modifier letters for half ring shapes, useful to some linguists. diff --git a/Master/texmf-dist/tex/latex/xcharter/XCharter.sty b/Master/texmf-dist/tex/latex/xcharter/XCharter.sty index 1eea759aa75..3165479cc41 100644 --- a/Master/texmf-dist/tex/latex/xcharter/XCharter.sty +++ b/Master/texmf-dist/tex/latex/xcharter/XCharter.sty @@ -3,8 +3,8 @@ %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{1.222} -\def\filedate{2021/09/01} +\def\fileversion{1.225} +\def\filedate{2022/01/31} \ProvidesPackage{XCharter}[\filedate\space v\fileversion] @@ -39,13 +39,16 @@ \fontfigurestyle{numerators}\selectfont} \DeclareTextFontCommand{\textnu}{\nufigures} \let\textnumerator\textnu - + \let\nustyle\nufigures + \fa@naming@exception{figures}{{denominators}{proportional}}{Dnom} \fa@naming@exception{figures}{{denominators}{tabular}}{Dnom} \def\defigures{\@nomath\defigures% \fontfigurestyle{denominators}\selectfont} \DeclareTextFontCommand{\textde}{\defigures} \let\textdenominator\textde + \let\destyle\defigures + }{} \newcommand{\textfrac}[3][]{% like \textfrac[1]{7}{8} \mbox{% @@ -262,8 +265,10 @@ \newcommand*{\thdefault}{XCharterTH-\XCharter@thfigurestyle} \ifXCh@thrm + \@ifundefined{theoremstyle}{}{% \theoremstyle{plain} \patchcmd{\th@plain}{\itshape}{\thfamily}{\message{Replaced itshape by thfamily in theorem style plain.}}{\message{Unable to replace itshape by thfamily in theorem style plain.}} +} \fi \normalfont} %\fi -- cgit v1.2.3