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/README | |
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/README')
-rw-r--r-- | Master/texmf-dist/doc/fonts/eco/README | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/eco/README b/Master/texmf-dist/doc/fonts/eco/README new file mode 100644 index 00000000000..b5ae5bd8d08 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/eco/README @@ -0,0 +1,48 @@ +eco fonts v1.3 -- README +======================== + +This is a set of font metric files and virtual fonts for using the ec fonts +with oldstyle numerals. This font family is called eco fonts. (No pun +intended.) + +It can only be used together with the standard ec fonts. (European Computer +Modern fonts by J"org Knappen <knappen@vkpmzd.kph.uni-mainz.de>, +CTAN:/fonts/ec) + +It consists of: + - .tfm files for use by TeX in new Cork encoding + - .vf (virtual font) files for dvi drivers + - .fd (font definition) files for use with LaTeX2e + - eco.sty style file which loads the T1 encoding and sets the family defaults + for eco fonts. + - create.sh (Bourne shell script) which reproduces the whole font family. + *DO NOT RUN THIS SCRIPT* if you don't know exactly what you're doing! It + is only provided as a sample of how to produce such a font family and it + *NOT* needed for normal operation. + +The .tfm files of the eco fonts were produced using the original .tfm files of +the ec fonts from CTAN. + +eco.sty is sufficient to use the eco fonts, but if you intend to use other +font families as well, eg. PostScript fonts, I recommend that you try the +altfont package, from CTAN:/macros/latex/contrib/supported/altfont. + +Because some of the filenames have more than 8 characters, I am afraid that +the package is unusable with MS-DOG. + + +Copyright (C) 1996--1999 Sebastian Marius Kirsch <skirsch@t-online.de> + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |