From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/3570 Path: main.gmane.org!not-for-mail From: "Denis B. Roegel" Newsgroups: gmane.comp.tex.context Subject: Re: fonts in embedded tex in embedded metapost in context Date: Mon, 11 Dec 2000 21:30:28 +0100 (MET) Sender: owner-ntg-context@let.uu.nl Message-ID: <200012112030.VAA22482@bar.loria.fr> References: <3.0.6.32.20001211011553.018ccaf0@pop.wxs.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035394300 18226 80.91.224.250 (23 Oct 2002 17:31:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:31:40 +0000 (UTC) Cc: Denis.Roegel@loria.fr (Denis B. Roegel), ntg-context@ntg.nl, roegel@lorraine.loria.fr (Denis B. Roegel) Original-To: pragma@wxs.nl (Hans Hagen) In-Reply-To: <3.0.6.32.20001211011553.018ccaf0@pop.wxs.nl> from "Hans Hagen" at Dec 11, 2000 01:15:53 AM Xref: main.gmane.org gmane.comp.tex.context:3570 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:3570 `Hans Hagen' wrote > So, when you need for cmr, since there are no direct glyphs, is either \'e > or a regime that makes the il1 chars into active chars and maps them. > > You may try: > > \enableregime[win] > \enableregime[ibm] > > or whatever matches il1, else we need to make one. [see enco-win for an > example] > None of these two lines works on \starttext \startMPenvironment \ss \enableencoding [il1] \enableregime[win] %\enableregime[ibm] \stopMPenvironment \startuseMPgraphic{test} label(btex élève etex,origin); \stopuseMPgraphic \useMPgraphic{test} \stoptext Presumably, the regime is similar to a mapping function (I checked the enco* files). What I would like to know is what regime I am supposed to use in the following cases: - input in il1 and cmr10 font - input in il1 and ecrm1000 font - normal 7 bit input (such as \'e) and cmr10 font - normal 7 bit input (such as \'e) and ecrm1000 font Also, \enableencoding [il1] is not clear to me. What does it do? Does it merely make a bunch of characters active? Denis