summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/xcharter
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-04-21 22:17:19 +0000
committerKarl Berry <karl@freefriends.org>2014-04-21 22:17:19 +0000
commitb9cdcfa7770322ac6a61dfb79bc747704cb9170c (patch)
tree508fae63da636117cb5eedd953cb3c7da9fa89b0 /Master/texmf-dist/doc/fonts/xcharter
parent64b47b017c0a71053430e612cd920b820afe2abe (diff)
xcharter (21apr14)
git-svn-id: svn://tug.org/texlive/trunk@33600 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/xcharter')
-rw-r--r--Master/texmf-dist/doc/fonts/xcharter/README14
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/fonts/xcharter/README b/Master/texmf-dist/doc/fonts/xcharter/README
index a337733b4cd..c0e6ab9bc8b 100644
--- a/Master/texmf-dist/doc/fonts/xcharter/README
+++ b/Master/texmf-dist/doc/fonts/xcharter/README
@@ -22,17 +22,21 @@ Original Bitstream Free font license:
The font modifications are Copyright (c) 2013, Michael Sharpe.
-Current version: 1.02
+Current version: 1.03
+
+Changes in version 1.03
+Minor changes to kerning tables in small caps.
+Changes to sty file to allow osf deferred until EndPreamble so that math always uses TLF.
Changes in version 1.02
Corrected the code so that there no longer an unwanted space following the footnote marker.
Changes in version 1.01
-The method of generating the support files has changed from version 1.00, and is outlined below. The result is that the problem is version 1.00, where under the option oldstyle (or the macro \useosf) the resulting oldstyle 1 (like a short 1) failed to behave as a the character 1 when copied from a pdf file, is now rectified.
+The method of generating the support files has changed from version 1.00, and is outlined below. The result is that the problem in version 1.00, where under the option oldstyle (or the macro \useosf) the resulting oldstyle 1 (like a short 1) failed to behave as the character 1 when copied from a pdf file, is now rectified.
-The otf fonts contain all the kerning and other tables. Should you wish to modify these yourself, the following outlie of the method should be followed.
+The otf fonts contain all the kerning and other tables. Should you wish to modify these yourself, the following outline of the method should be followed.
-Make four copies of of the otf files and rename them internally and externally to XCharter1... Place the 8 otf files in a new folder along with a subfolder named texmf. Then run the command
+Make four copies of the otf files and rename them internally and externally to XCharter1... Place the 8 otf files in a new folder along with a subfolder named texmf. Then run the command
/usr/texbin/autoinst --noupdmap --noswash --notitling --noornaments --target=./texmf --encoding=TS1,T1,LY1 --vendor=public --typeface=xcharter *.otf
@@ -40,7 +44,7 @@ after cding to the new folder. You should replace the newly generated XCharter.s
#!/bin/bash
pushd texmf/fonts/map/dvips/xcharter
-sed -i '' 's/<\[a_/<\[XCh_/g' XCharter.map
+sed -i '' 's/<\[a_/<\[xch_/g' XCharter.map
popd
pushd texmf/fonts/enc/dvips/xcharter
for f in *.enc; do mv ${f} xch${f:1}; done