From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9138 Path: main.gmane.org!not-for-mail From: AlterEgo Qasars Newsgroups: gmane.comp.tex.context Subject: Re: \loadfontdefinitionfileoncetrue Date: Tue, 3 Sep 2002 13:12:00 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20020903111200.GA11036@merkur.econ.muni.cz> References: <20020903073015.GD8495@merkur.econ.muni.cz> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035399490 942 80.91.224.250 (23 Oct 2002 18:58:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:58:10 +0000 (UTC) Original-To: Nigel King , konference o ConTeXtu In-Reply-To: Xref: main.gmane.org gmane.comp.tex.context:9138 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9138 Hi! > > In my MetaPost figures (not embeded ones) I use ConTeXt as > > TeX to compile btex ... etex stuff. > Ah! How did you do that? I used to know how to do that with CMacTeX. Now I > use tetex and can't find how to do it. Do you mean how to make MetaPost to use ConTeXt instead of LaTeX or whatever? That's quite simple in tetex: Just set environment TEX to ConTeXt (I do it even in Makefiles). In Linux I do it this way: export TEX=texexec --interface=cz mpost file.mp In the file.mp then I can type things like verbatimtex \setupbodyfont[11pt] etex Hm. Is it an answer to your question? Many greetings and happy TeXing! M.K.