[NTG-context] setupindenting[no] does not reset indentation for items

2011-04-09 Thread Cecil Westerhof
I have the following code: \starttext {\bf\em default} paragrap1 paragrap2 paragrap3 \startitemize \item paragrap1 paragrap2 paragrap3 \stopitemize \setupindenting[yes,medium] {\bf\em after setupindenting[yes,medium]} paragrap1

[NTG-context] section headings

2011-04-09 Thread Herbert Voss
With the following code I get 1. Teil foo § 1 1 bar i baz but I need 1. Teil foo § 1 A. bar I. baz I cannot get the needed information from the wiki and the documentation. \def\PartNo#1{#1.\,Teil} \def\ChapterNo#1{§ \headnumber[part]

Re: [NTG-context] Wiki: MkIV vs. MkII

2011-04-09 Thread Patrick Gundlach
Hi, So I seems to me to be good: - to provide both compilation engines, MkII and MkIV, - to provide a context attribute, e.g. context engine=mkiv or context mark=iv or something like this to force the specified Ctx to compile. We are planning to think about considering to install MKIV

[NTG-context] inside and outside margins (vs. 'left' and 'right' margins)

2011-04-09 Thread James Fisher
I want to define 'inside' and 'outside' margins (i.e. left and right pages are symmetrical, not the same). Reading the document 'co-pagedesign.pdf', ConTeXt talks about 'left' and 'right' margins (and other measurements). At first I thought this must be either a 'representative' left or right

Re: [NTG-context] inside and outside margins (vs. 'left' and 'right' margins)

2011-04-09 Thread Otared Kavian
Hi James, You can use \inoutermargin{some marginal note} and \ininnermargin{some marginal note} Then when you use \setuplayout[location=doublesided] at the beginning of your file, the above two commands should give you what you seem to be wanting. Best regards: OK On 9

Re: [NTG-context] inside and outside margins (vs. 'left' and 'right' margins)

2011-04-09 Thread James Fisher
Hi Otared, Thanks. Two problems here: - the \inoutermargin and \ininnermargin commands add text to the margins. I can set it to no text, but I don't see why they would be necessary to define inner and outer margin size. - the location=doublesided looks like what I was looking for, but it

Re: [NTG-context] inside and outside margins (vs. 'left' and 'right' margins)

2011-04-09 Thread Henning Hraban Ramm
Am 2011-04-09 um 22:26 schrieb James Fisher: I want to define 'inside' and 'outside' margins (i.e. left and right pages are symmetrical, not the same). Reading the document 'co- pagedesign.pdf', ConTeXt talks about 'left' and 'right' margins (and other measurements). At first I thought

Re: [NTG-context] inside and outside margins (vs. 'left' and 'right' margins)

2011-04-09 Thread Aditya Mahajan
On Sat, 9 Apr 2011, Henning Hraban Ramm wrote: Am 2011-04-09 um 22:26 schrieb James Fisher: I want to define 'inside' and 'outside' margins (i.e. left and right pages are symmetrical, not the same). Reading the document 'co-pagedesign.pdf', ConTeXt talks about 'left' and 'right' margins

Re: [NTG-context] inside and outside margins (vs. 'left' and 'right' margins)

2011-04-09 Thread James Fisher
On Sat, Apr 9, 2011 at 10:11 PM, Aditya Mahajan adit...@umich.edu wrote: On Sat, 9 Apr 2011, Henning Hraban Ramm wrote: Am 2011-04-09 um 22:26 schrieb James Fisher: I want to define 'inside' and 'outside' margins (i.e. left and right pages are symmetrical, not the same). Reading the

[NTG-context] Stange error with \definepalet

2011-04-09 Thread Aditya Mahajan
Hi, \definepalet [test] [one=red, two=blue, ] \normalend gives ]\doprocesscommaitem ]\relax \global \advance \commalevel \minusone \ETC. ! File ended while scanning use of \dodododefinepalet. while \definepalet [test] [one=red, two=blue] \normalend compiles correctly.

[NTG-context] Typesetting url's in ConTeXt?

2011-04-09 Thread Alasdair McAndrew
There's a wiki page all about typesetting url's, but I can't seem to get them to work. All I want to do is to display a url in a typewriter font, for document printing - I don't need a live link. What I want is for the output to be similar to that provided by LaTeX's url package, so that, for

Re: [NTG-context] Typesetting url's in ConTeXt?

2011-04-09 Thread Aditya Mahajan
On Sun, 10 Apr 2011, Alasdair McAndrew wrote: There's a wiki page all about typesetting url's, but I can't seem to get them to work. All I want to do is to display a url in a typewriter font, for document printing - I don't need a live link. What I want is for the output to be similar to that