diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:47:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:47:01 +0000 |
commit | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (patch) | |
tree | 32b2d4ab4e36aee3a9aaf41877a5c0c581de9b77 /Master/texmf-dist/doc/fonts/eco/INSTALL | |
parent | 71c5ce4be7e36bdc6bdda98641bc9368e28223ad (diff) |
doc/fonts
git-svn-id: svn://tug.org/texlive/trunk@83 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/eco/INSTALL')
-rw-r--r-- | Master/texmf-dist/doc/fonts/eco/INSTALL | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/eco/INSTALL b/Master/texmf-dist/doc/fonts/eco/INSTALL new file mode 100644 index 00000000000..efc3f971831 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/eco/INSTALL @@ -0,0 +1,28 @@ +eco fonts v1.3 -- INSTALL +========================= + +The eco fonts have to be installed in addition to the ec fonts by J"org +Knappen <knappen@vkpmzd.kph.uni-mainz.de>. You can get the ec fonts from +CTAN:/fonts/ec. + +All the files ending in .sty, .tfm, .vf and .fd have to installed where TeX +and/or your dvi driver can find them. Please refer to your TeX distribution's +manual for how to install additional packages. + +According to the TeX Directory Standard (TDS), the files should be installed +in your local texmf/ tree as follows: + +-- src/eco.sty -> texmf/tex/latex/eco/ +-- tfm/* -> texmf/fonts/tfm/public/eco/ +-- vf/* -> texmf/fonts/vf/public/eco/ +-- fd/* -> texmf/tex/latex/eco/ + + +To use the eco fonts in your documents, load eco.sty by including the +following: + + \usepackage{eco} + +eco.sty provides the additional command \newstylenums{} (analogous to +\oldstylenums{}) which switches back to new-style figures. + |