From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/885 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: ConTeXt: Chapter numberation and MetaPost figues Date: Fri, 10 Sep 1999 16:47:31 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <37D91A03.B0954752@gmx.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035391722 27916 80.91.224.250 (23 Oct 2002 16:48:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:48:42 +0000 (UTC) Original-To: NTG-ConTeXt Xref: main.gmane.org gmane.comp.tex.context:885 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:885 Hi all, is there a nice way to set the chapter number, I need only the even ones (thus: Chapter 2, 4, ...). Which screw have I to turn, to set the value manually. Second: I use something like this: \startkombination[2*1] {\externeabbildung[mp_abb.1][breite=2.5cm]}{a) Leiter} {\externeabbildung[mp_abb.2][breite=2.5cm]}{b) Halbleiter} \stopkombination I have a mp_add.mp file, in which I have beginfig(1), ...(2), Using above code, ConTeXt tells me in nice German-Dutch: figures : Dimensionen von ./mp_abb.1 geladen von Abbildungsdatei selbst [MP color conversion ./mp_abb.1 not needed] [MP to PDF ./mp_abb.1] (./mp_abb.1) {/usr/local/teTeX/share/texmf/dvips/config/pdftex.map} (./main.tuo) figures : Abbildungobject mp_abb.2 ist herbraucht ^^^^^^^^^-Reused (,,wiederverwendet'') How can I solve this problem? I don't want to have two same figues in one document. Tobias