summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/xcharter
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-11-26 22:02:42 +0000
committerKarl Berry <karl@freefriends.org>2020-11-26 22:02:42 +0000
commit41c926e138531951f87884325c4940585340bd06 (patch)
tree70a16f8f135023611f5943d8581a1c3df91f7b2b /Master/texmf-dist/doc/fonts/xcharter
parentd38ec42bd331132a05e55c8cb4bf2d05975fa155 (diff)
xcharter (26nov20)
git-svn-id: svn://tug.org/texlive/trunk@57009 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/xcharter')
-rw-r--r--Master/texmf-dist/doc/fonts/xcharter/README8
-rwxr-xr-xMaster/texmf-dist/doc/fonts/xcharter/altone.py2
-rw-r--r--Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.pdfbin720344 -> 781765 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.tex8
4 files changed, 13 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/fonts/xcharter/README b/Master/texmf-dist/doc/fonts/xcharter/README
index ab54e9c3672..f7508b0f80c 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
- 2020-11-12
+ 2020-11-25
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,11 @@ Original Bitstream Free font license:
Portions of the font modifications are Copyright (c) 2009--2012, Andrey Panov; Copyright (c) 2013--2020, Michael Sharpe.
-Current version: 1.212 2020-11-12
+Current version: 1.213 2020-11-25
+
+Changes in version 1.213
+1. Corrected the generating script to eliminate an embarrassing number of errors and missing files in the previous two updates.
+2. Corrected behavior of \textosfI macro.
Changes in version 1.212
Corrected versions of otf and pfb files. (Some of those lacked the updates announced in 1.211.)
diff --git a/Master/texmf-dist/doc/fonts/xcharter/altone.py b/Master/texmf-dist/doc/fonts/xcharter/altone.py
index d35e6556923..08606db71d7 100755
--- a/Master/texmf-dist/doc/fonts/xcharter/altone.py
+++ b/Master/texmf-dist/doc/fonts/xcharter/altone.py
@@ -113,7 +113,7 @@ for f in sorted(encfiles):
for j in range(len(vflst)):
a=vflst[j]
s=afmcmds[j]
- print s
+ print(s)
if os.system(s)==0:
if os.system("vptovf "+a)==0:
os.system("/bin/mv -f "+a+".tfm "+tmfv+"/fonts/tfm/public/xcharter")
diff --git a/Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.pdf b/Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.pdf
index d6ac4e1cf5e..01ea0fb671a 100644
--- a/Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.pdf
+++ b/Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.tex b/Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.tex
index d75ea619e96..6e28be11318 100644
--- a/Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.tex
+++ b/Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.tex
@@ -31,10 +31,11 @@
\title{The XCharter Font Package}
\author{Michael Sharpe}
%\date{}
+\usepackage{trace}
\begin{document}
\maketitle
-
-
+%\expandafter\show\csname oldstylenums \endcsname
+\traceon\oldstylenums{1}\traceoff
\section{Package Features}
The \emph{XCharter} fonts are extensions of the Bitstream Charter fonts, adding oldstyle figures (proportionally spaced only), superior figures and small caps in all styles. The original Charter fonts were created by famed font designer Matthew Carter in the late 1980's to enhance legibility of the output from printers of that era (laser, dot matrix, thermal and inkjet) with resolutions that would now be considered low---not far from modern screen resolutions. Their low contrasts, high x-heights and use of piecewise linear outlines where possible may make them interesting again as fonts that will render well on small devices and perhaps projected slides. (It's worth noting that the same designer provided Georgia for Microsoft. It is widely considered to be one of the clearest serifed fonts for viewing on screen, and bears a number of similarities to Charter, though the latter is heavier.)
@@ -200,6 +201,9 @@ This package loads the {\tt fontaxes} package in order to access italic and slan
\section{Text Companion Issues}
As of version $1.206$, {\tt XCharter} has essentially full support for {\tt textcomp} and there should be no issues in using any of the macros like \verb|\textregistered| and \verb|\textinterrobang| (\textregistered, \textinterrobang.)
+\textsc{XCharter-Roman-ts1}
+\fonttable{XCharter-Roman-ts1}
+\newpage
\section{Usage with fontspec}
Because the package supplies a file named {\tt XCharter.fontspec} whose contents list the {\tt otf} files that correspond to each of Regular, Bold, Italic, BoldItalic, Slanted and BoldSlanted, you may load XCharter with just
\begin{verbatim}