diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-17 22:19:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-17 22:19:13 +0000 |
commit | edd881309fd9ca4cd0d5cc3b684da0064feab92f (patch) | |
tree | 4dfc985930c81f79a3b70d57ebccba268abb6f7d /Master/texmf-dist/doc/fonts/heuristica/README | |
parent | c7e4eec10d8fc9e79bc4a83e0ccd006d4f01b838 (diff) |
heuristica (17apr14)
git-svn-id: svn://tug.org/texlive/trunk@33481 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/heuristica/README')
-rw-r--r-- | Master/texmf-dist/doc/fonts/heuristica/README | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/heuristica/README b/Master/texmf-dist/doc/fonts/heuristica/README new file mode 100644 index 00000000000..2654916af67 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/heuristica/README @@ -0,0 +1,75 @@ +This package provides LaTeX support files for Andrey V. Panov's Heuristica fonts, a substantial extension of the Utopia font family making available Cyrillic glyphs, Small Caps in regular weight, upright shape, and oldstyle fixed-width figures in all styles. The font files in this package are in otf and pfb format, taken from Version 1.0.1 of those fonts, licensed under the SIL OFL. All other support files are subject to the LaTeX Project Public License. See +http://www.ctan.org/license/lppl1.3 +for the details of that license. + +Current version: 1.00 + +The otf fonts contain all the kerning and other tables. Should you wish to modify these yourself, the LaTeX support files may be re-created using the command + +/usr/texbin/autoinst --noupdmap --noswash --notitling --noornaments --target=./texmf --encoding=TS1,LY1,T2A,T2B,T2C,T1 --vendor=public --extra="--letterspacing=10 --space-factor=1.2" --typeface=heuristica *.otf + +after cding to the folder containing just the modified otf fonts and a subfolder named texmf. You should replace the newly generated heuristica.sty with the one from the distribution in order to preserve its functionality. The names of the encoding files should also be modified appropriately from those assigned by autoinst. I used the following bash shell script, which assumed you are in the directory holding the otf files and a texmf subfolder: + +#!/bin/bash +pushd texmf/fonts/map/dvips/heuristica +sed -i '' 's/<\[a_/<\[zut_/g' Heuristica.map +popd +pushd texmf/fonts/enc/dvips/heuristica +for f in *.enc; do mv ${f} zut${f:1}; done +popd + +Installation: + +Mac OS X: To install, open a Terminal window and cd to inside the downloaded TDS folder. + +Method A (recommended): type + +sudo /bin/cp -Rfp * /usr/local/texlive/texmf-local + +then + +sudo mktexlsr + +then + +sudo -H updmap-sys --enable Map=Heuristica.map + +Method B: If you insist on making your font installations in your home folder, potentially making your personal installation become out of sync with updates to TeXLive, use instead + +(i) if you checked Update for All Users in TeXLive utility + +/bin/cp -Rfp * ~/Library/texmf + +then + +updmap --enable Map=Heuristica.map + +(ii) otherwise + +/bin/cp -Rfp * ~/Library/texmf + +then + +sudo updmap-sys --enable Map=Heuristica.map + +Linux: Very similar to Mac OS X. + +MikTeX: Copy the heuristica.tds.zip to the root of the folder you use for personal additions to the TeX trees, open a command window, chdir to that folder, and type + +unzip heuristica.tds.zip +initexmf --update-fndb +initexmf --edit-config-file updmap + +The latter command should open updmap.cfg in your default editor, commonly Notepad. Add the line + +Map Heuristica.map + +to updmap.cfg, save and close. Then, in the command window, type + +initexmf --mkmaps + +You can ignore error messages that may occur here. This should result in a properly enabled heuristica. + +Please send comments and bug reports or suggestions for improvement to + +msharpe at ucsd dot edu
\ No newline at end of file |