diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:43:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:43:17 +0000 |
commit | f9ba1f4431124f48769a2666d5d9ec921345ca71 (patch) | |
tree | 84f6056d0a7a06c9fed9927a8be9210064de058c /Master/texmf-dist/doc/fonts/cb/README | |
parent | fd423d0bb64fe29a2be1fbae5baaf4bc386cc274 (diff) |
doc 2
git-svn-id: svn://tug.org/texlive/trunk@78 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/cb/README')
-rw-r--r-- | Master/texmf-dist/doc/fonts/cb/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/cb/README b/Master/texmf-dist/doc/fonts/cb/README new file mode 100644 index 00000000000..168c8a93605 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/cb/README @@ -0,0 +1,25 @@ +Currently, for each driver file of the CB font family there is a corresponding +Type 1 font, which implies that PS/PDF files become too large when these +fonts are included. In addition, these fonts were created using a wrong +encoding vector and so the ToUnicode feature of PDF viewers does not +work properly when dealing with PDF files created with these fonts. To +overcome these problems, it was more than necessary to write down a proper +encoding vector and, consequently, to regenerate the basic CB fonts (i.e., +only the xxxx1000 fonts were generated). Clearly, this option makes things +a little bit difficult for people willing to write Greek since the old +font definition files expect various font sizes and not just one. Fortunately, +this problem disappears when the package type1ec is used. More specifically, +the following command should appear just after the \documentclass command: + +\usepackage[10pt]{type1ec} + +Certainly, there are plans to update the various font definition files, but +this will happen when the new (virtual) x7 fonts will be ready. + +Apostolos Syropoulos +Xanthi, Greece +8 July 2005 + +PS I would like to thank Werner Lemberg for his help and assistance. +PPS Comments and/or suggestions should be addressed to +apostolo@obelix.ee.duth.gr |