Re: [NTG-context] Re: beginner question re: counters

2003-09-22 Thread Hans Hagen
At 00:04 22/09/2003 +0900, you wrote: \newcount\MyCounter \define[1]\MyMacro{ \global\advance\MyCounter by 1 \relax \number\MyCounter #1} \starttext \MyMacro{Hello} \MyMacro{Goodbye} \MyMacro{Hello again} \stoptext -- 1Hello 2Goodbye 3Hello again or, using pseudo counters:

Re: [NTG-context] (no subject)

2003-09-22 Thread Jens-Uwe Morawski
On Sun, 21 Sep 2003 21:24:04 +0200 (MEST) Severin Obertuefer [EMAIL PROTECTED] wrote: how can I cut the the part of the path c between A and B, so that the result is like a cheese :) path cheese ; cheese := c rotated angle B ; cheese := cheese cutafter (origin--A) ; Jens

[NTG-context] context2html or context2xml | xml2html ??

2003-09-22 Thread Maurice Diamantini
Bonjour à tous, Is there something (an executable or a context package) which would allow us to write some (basic) context file, to html? I read that there is some work with context and xml, so perhaps there is a mean for translating a context document to html? context -- xml -- html ? I

[NTG-context] Re: [NTG-context]metapost prblem

2003-09-22 Thread Severin Obertuefer
thanks for your answer it works, but only with a normal circle. if the circle is xyscaled the same thing seems to bee much more complicate... here is the mp-code once again: beginfig(2); path c; pair A, B; c := fullcircle scaled 2 cm xyscaled(1.3,.8); A := (origin--(3cm,2cm)) intersectionpoint

Re: [NTG-context] Re: [NTG-context]metapost prblem

2003-09-22 Thread Jens-Uwe Morawski
On Mon, 22 Sep 2003 13:37:47 +0200 (MEST) Severin Obertuefer [EMAIL PROTECTED] wrote: it works, but only with a normal circle. if the circle is xyscaled the same thing seems to bee much more complicate... here is the mp-code once again: beginfig(2); path c; pair A, B; c := fullcircle

[NTG-context] Re: alignment of numbered lists

2003-09-22 Thread Patrick Gundlach
Hi, In Latex, the numbers in a numbered lists are aligned right by default. In Context, the default behavior seems to be left-aligned, which looks pretty ugly when item 9 is directly followed by 10. I can't seem to find how to change this. Any hints? Thanks, Thomas. did you find any solution

[NTG-context] Again: \indenting[*hang*] ?!

2003-09-22 Thread Steffen Wolfrum
Jens-Uwe Morawski [EMAIL PROTECTED] wrote: On Fri, 19 Sep 2003 18:52:03 +0200 Hans Hagen [EMAIL PROTECTED] wrote: At 14:28 19/09/2003 +0200, Steffen Wolfrum wrote: Hi, Is there a way to have something like \indenting[hang] ? With the first line not indented, but the second and

[NTG-context] Re: Again: \indenting[*hang*] ?!

2003-09-22 Thread Patrick Gundlach
Steffen Wolfrum [EMAIL PROTECTED] writes: There is always another surprise in ConTexT. I mean: How should I know? I didn't know either. :-) My sources are Hans's manuals + the list-archiv. Neither in the manuals nor in the archive \setuphanging or \starthanging is mentioned... Use the

Re: [NTG-context] Re: Struggles with \useblocks

2003-09-22 Thread Willi Egger
Hi Pattrick, From: Patrick Gundlach [EMAIL PROTECTED] Hello Willi, In the environment file there is a block defined as \defineblock[Impressum] and the block is immediately hidden with \hideblocks[Impressum] It looks as if you can only define blocks within \starttext...\stoptext. Do you

[NTG-context] Again: How to make empty pages by default empty?

2003-09-22 Thread Steffen Wolfrum
So I don't have to post so many (unanswered) questions any more... Posting ConTeXt questions is fun, so don't stop doing this. Patrick Alright! So maybe I am also allowed to send again one of my favorite problems from last week? Still unanswered. Still unsolved. Very interesting! To whom

Re: [NTG-context] Again: How to make empty pages by default empty?

2003-09-22 Thread Willi Egger
Hi Steffen, From: Steffen Wolfrum [EMAIL PROTECTED] Subject: [NTG-context] Again: How to make empty pages by default empty? So I don't have to post so many (unanswered) questions any more... Posting ConTeXt questions is fun, so don't stop doing this. Patrick Alright! So

Re: [NTG-context] strange tabulate

2003-09-22 Thread Willi Egger
Hi Patrick The first tabulate gives me rules, the second does not. Which would not harm if this is documented. But in the MAPS article mentioned recently and in the up-to-date the examples clearly show that \HL should give me a horizontal line. What is going on?

Re: [NTG-context] Re: [NTG-context]metapost prblem

2003-09-22 Thread Jens-Uwe Morawski
On Mon, 22 Sep 2003 13:37:47 +0200 (MEST) Severin Obertuefer [EMAIL PROTECTED] wrote: it works, but only with a normal circle. if the circle is xyscaled the same thing seems to bee much more complicate... additionally, a more general solution: %%% \setupoutput[pdftex]

[NTG-context] Re: Again: How to make empty pages by default empty?

2003-09-22 Thread Steffen Wolfrum
The following message was sent by Willi Egger [EMAIL PROTECTED] on Mon, 22 Sep 2003 20:16:01 +0200. gt; Hi Steffen, From: Steffen Wolfrum [EMAIL PROTECTED] Subject: [NTG-context] Again: How to make empty pages by default empty? So I don't have to post so many (unanswered) questions any

[NTG-context] FONT-CHI.TEX

2003-09-22 Thread Matthew Huggett
Hi again: Line 660 of FONT-CHI.TEX has a \starttabulate while ln 812 has \starttabel . Is this a mistake? They should both be Dutch, shouldn't they? Matt ___ ntg-context mailing list [EMAIL PROTECTED]