diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-16 20:44:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-16 20:44:39 +0000 |
commit | 5a733479ae03b83c05785b4661c4c3738ad412ab (patch) | |
tree | 7a63fe4b5706c73bd824b33a666f0eba96d8d2b2 | |
parent | 1b554c7ab332c902775720f8ba77d998ba3cd7b9 (diff) |
xcharter (16mar15)
git-svn-id: svn://tug.org/texlive/trunk@36528 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/fonts/xcharter/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/xcharter/XCharter.sty | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/fonts/xcharter/README b/Master/texmf-dist/doc/fonts/xcharter/README index fddad89defe..5c07940a616 100644 --- a/Master/texmf-dist/doc/fonts/xcharter/README +++ b/Master/texmf-dist/doc/fonts/xcharter/README @@ -1,6 +1,6 @@ XCharter Fonts Michael Sharpe - 2015-03-14 + 2015-03-15 This package is an extension of Bitstream Charter, whose original license is reproduced below, as required under the terms of that license. The extension provides small caps, oldstyle figures and superior figures in all four styles, accompanied by LaTeX font support files. The font files themselves are in otf and pfb formats. The fonts are licensed as Free fonts under the same terms as the original from Bitstream. All other support files are subject to the LaTeX Project Public License. See http://www.ctan.org/license/lppl1.3 @@ -22,7 +22,10 @@ Original Bitstream Free font license: The font modifications are Copyright (c) 2013--2015, Michael Sharpe. -Current version: 1.073 +Current version: 1.073a + +Changes in version 1.073a +Corrected typo in sty file. (Thanks Uwe Siart) Changes in version 1.073 Modified XCharter.sty to detect babel usage and change behavior accordingly. Documentation also modified. diff --git a/Master/texmf-dist/tex/latex/xcharter/XCharter.sty b/Master/texmf-dist/tex/latex/xcharter/XCharter.sty index 1bdd5eca062..bae0f701d14 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.073} -\def\filedate{2015/03/13} +\def\fileversion{1.073a} +\def\filedate{2015/03/15} \ProvidesPackage{XCharter}[\filedate\space v\fileversion] @@ -117,7 +117,7 @@ %\normalfont} \ifXCh@babel - \renewcommand*{\rmdefault}{XCharter-\XCharter@figuresstyle} + \renewcommand*{\rmdefault}{XCharter-\XCharter@figurestyle} \normalfont \else \AtEndPreamble{% |