From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4335 Path: main.gmane.org!not-for-mail From: reyerd@t-online.de (Christoph Dreyer) Newsgroups: gmane.comp.tex.context Subject: Re: fonts fonts and fonts Date: Tue, 13 Mar 2001 00:11:34 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <20010313001134.A1031@persephone.null> References: <3.0.6.32.20010312175026.00963680@server-1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035395014 24968 80.91.224.250 (23 Oct 2002 17:43:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:43:34 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Hans Hagen In-Reply-To: <3.0.6.32.20010312175026.00963680@server-1>; from pragma@wxs.nl on Mon, Mar 12, 2001 at 05:50:26PM +0100 Xref: main.gmane.org gmane.comp.tex.context:4335 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4335 Hi! On Mon, Mar 12, 2001, Hans Hagen wrote: > Fonts is still one of the more complicated areas in tex. I have written a > perl script that can do some of the tasks needed to install a 'commercial' > font under context. Are you using fontinst for this? This should imho be the best way to do it, because you can also use the font for tex/latex. > There are several issues that need to be taken care of: > > - copying fonts the right location in the texmf-local tree tetex keeps all font-related files in subdirs foundry/fontname, e.g. fonts/tfm/adobe/minion. > - generating a map file for pdftex This should be easy. But pdftex needs to know about the map file. For tetex you have to edit the script updmap and place the name of the new map file in a variable. After that you need to call updmap, which will create a new map file for dvips and pdftex. > - generating font synonyms The user should tell the script if it's a serif, sansserif or whatever. > Now, i'm thinking of setting up a font tfm/vf/map repository but first i > want to knwo if there is any need for that. A repository for what? > An important issue is the encoding and naming. I know that there are all > those predefined kb font names, but i never work that way: i just use the > original names and one encoding. So, we need to make choices as well as > provide methods, auto map file inclusion etc. It's not that hard actually > but i can only do this if we agree upon it. I want to get rid of the tex > font mess -) Imho it's better to stay with fontinst. But this certainly needs an easy-to-use frontend. If you tell the user, after fontinst has completed, that he can now use Minion by \setupbodyfont [minion], then he won't see anything of the "tex font mess". So the user should use the real name of the font, but the software the kb names. > How many of you use fonts other that cmr and what fonts? In what encodings? > In what combinations? I have used the standard pdf fonts, Lucidabright, Utopia, Charter and the Microsoft Core Fonts. All in texnansi encoding, because I still don't understand how this encoding stuff works... :-( But I never had problems with this. Except that some symbols are taken from the Computer Modern Math fonts. Hope this helps. Christoph