Re: [NTG-context] MetaPost with etex/btex

2003-12-14 Thread David Arnold
Hmmm,... I haven't tried this sort of thing for a while, so I downloaded the new beta into my Miktex system, regenerated formats, and attempted to compile the code below. I got the following error: ! Undefined control sequence. l.1 \global \loadfontfileoncetrue %

[NTG-context] Re: Can I compare with someone?

2003-12-14 Thread David Arnold
Staszek, > > I've recently installed tetex 2.0.2. I am having difficulty with Metapost > > [...] > > Now, when I compile, texexec seems to be invoked. Is this what happens on > > your systems? Is this correct behavior? > > > > [EMAIL PROTECTED] darnold]$ mpost junk > > This is MetaPost, Version 0

[NTG-context] Re: Can I compare with someone?

2003-12-14 Thread Staszek Wawrykiewicz
On Wed, 10 Dec 2003, David Arnold wrote: > I've recently installed tetex 2.0.2. I am having difficulty with Metapost > [...] > Now, when I compile, texexec seems to be invoked. Is this what happens on > your systems? Is this correct behavior? > > [EMAIL PROTECTED] darnold]$ mpost junk > This is M

Re: [NTG-context] \setuphead question (long section lines not wrapping)

2003-12-14 Thread Thomas A . Schmitz
Re your question about the section numbering with a dot: This is nothing I found out, but something Hans (who else?) posted to the list a while ago, and I believe it does what you want to achieve: \setuplabeltext[section={{},{.}}] Best Thomas ___ nt

[NTG-context] Re: ConTeXt Switcher?

2003-12-14 Thread Bruce D'Arcus
someone (not sure who) said: > I know XML source should work, but at least for me, creating XML source > is unproductive. I work with a text editor and find writing this: > > ``Hello world,'' says HAL. > > much more productive than writing this: > > “Hello world”, says HAL. > > Maybe I'm miss

[NTG-context] Re : [NTG-context] Re: Re : [NTG-context] Re: Re : MetaPost with etex/btex

2003-12-14 Thread David Munger
what ConTeXt version do you have? It sounds like an older one. texexec says: ConTeXt ver: 2003.12.12 fmt: 2003.12.14 int: english mes: english Freshly downloaded, but poorly installed by a novice... Actually I replaced the ConTeXt part from the debian unstable package source. So teTeX and Con

Re : [NTG-context] Re: psfrag

2003-12-14 Thread David Munger
Patrick Gundlach wrote : Hi David, > So, is there any ConTeXt equivalent to LaTeX's \psfrag command? No. > It would be very useful to process PostScript output from vector > graphics drawing programs. How does psfrag from LaTeX work internally? Perhaps we are able to make something similar. I

[NTG-context] Re: Re : [NTG-context] Re: Re : MetaPost with etex/btex

2003-12-14 Thread Patrick Gundlach
Hi, what ConTeXt version do you have? It sounds like an older one. Patrick -- mon trainsistor j'adore ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] Re : [NTG-context] Re: Re : MetaPost with etex/btex

2003-12-14 Thread David Munger
Patrick Gundlach wrote : Do you have \protectbufferstrue in cont-sys.tex? That was the exact point. It fixed it. Thanks a lot! David ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] Re: texexec page selection changes output?

2003-12-14 Thread Patrick Gundlach
Hello out there > I recently used texexec to select a given page from a file (attached) of > three pages: > texexec --pdfselect --selection=2 --result=cover2-tx.pdf covers.pdf When I try to do the above, ConTeXt looks for a font "aicmti10". What is going on here? Something misconfigured? This

[NTG-context] Re: Re : MetaPost with etex/btex

2003-12-14 Thread Patrick Gundlach
Hi David, > Sorry for being that vague. You are still very vague. Your posted example works fine here. Please report what ConTeXt/texexec version you have. You might think of posting your logfile. Do you have \protectbufferstrue in cont-sys.tex? Patrick -- mon trainsistor j'adore ___

[NTG-context] Re: psfrag

2003-12-14 Thread Patrick Gundlach
Hi David, > So, is there any ConTeXt equivalent to LaTeX's \psfrag command? No. > It would be very useful to process PostScript output from vector > graphics drawing programs. How does psfrag from LaTeX work internally? Perhaps we are able to make something similar. Patrick -- mon trainsisto

Re : [NTG-context] MetaPost with etex/btex

2003-12-14 Thread David Munger
Hi Willi, Thanks for the examples, they'll sure be useful. But I realize I have not been precise enough in my post. The point is that \startMPcode fill fullcircle scaled 1cm withcolor red ; \stopMPcode works, while \startMPcode label.top("Some label", (1cm,1cm)) ; \stopMPcode produces some g

Re: [NTG-context] MetaPost with etex/btex

2003-12-14 Thread Willi Egger
Hi David, The use of the different possibilities of including metapost graphics in ConTeXt are described in the METAFUN-manual on pages 9, 81-82, 115 For your refernce I attach a small demo file using your code ... Kind regards Willi David Munger wrote: Hello, The following code results

[NTG-context] psfrag

2003-12-14 Thread David Munger
Hello, I know this topic was treated in the past years, but I couldn't find the answer in mailing list archives. So, is there any ConTeXt equivalent to LaTeX's \psfrag command? It would be very useful to process PostScript output from vector graphics drawing programs. David ___

[NTG-context] MetaPost with etex/btex

2003-12-14 Thread David Munger
Hello, The following code results in no label output: \starttext \startMPcode label.top(btex Some label etex, (1cm,1cm)) ; \stopMPcode \stoptext I'm using ConTeXt 2003.12.12. By the way, why don't \startMPgraphic and \stopMPgraphic do anything? David ___