Re: [NTG-context] How to Turn off the Table of Contents Title

2012-03-08 Thread Marco
On 2012-03-08 Emmanuel Asante wrote: > How do I turn off the title on the top of the table of contents ie the text > "Content" that appears on top of the table? Use \placecontent instead of \completecontent Marco

[NTG-context] confirmed bug with \setuplist[alternative=d, margin=2em]

2012-03-08 Thread Pablo Rodríguez
Hello Hans, the following code shows a bug with latest beta (first item on content list is indented, but the second isn't): \setuplist[chapter][alternative=d,margin=2em] \starttext \completecontent \part{Part} \chapter{Chapter} a \part{Part} \chapter{Chapter} b \stoptext Wolfgang kindly suggeste

[NTG-context] How to Turn off the Table of Contents Title

2012-03-08 Thread Emmanuel Asante
Hi All, How do I turn off the title on the top of the table of contents ie the text "Content" that appears on top of the table? Regards, Emmanuel ___ If your question is of interest to others as well, please add an en

Re: [NTG-context] positioning of backgrounds

2012-03-08 Thread Wolfgang Schuster
Am 08.03.2012 um 22:07 schrieb Thomas A. Schmitz: > On 03/08/2012 09:46 PM, Wolfgang Schuster wrote: >> \definelayer[test][width=\paperwidth,height=\paperheight] >> >> Wolfgang > > Thanks Wolfgang, this works! So the old code was - wrong, obsolete, weird? Not sure, when you process your origin

Re: [NTG-context] positioning of backgrounds

2012-03-08 Thread Thomas A. Schmitz
On 03/08/2012 09:46 PM, Wolfgang Schuster wrote: \definelayer[test][width=\paperwidth,height=\paperheight] Wolfgang Thanks Wolfgang, this works! So the old code was - wrong, obsolete, weird? Thomas ___ If your que

Re: [NTG-context] positioning of backgrounds

2012-03-08 Thread Wolfgang Schuster
Am 08.03.2012 um 21:37 schrieb Thomas A. Schmitz: > Hi all, > > I may have missed something here: I'm aware that processing backgrounds has > changed. The following example places the background layer completely > different in the current beta and when processed with a version from November: >

[NTG-context] positioning of backgrounds

2012-03-08 Thread Thomas A. Schmitz
Hi all, I may have missed something here: I'm aware that processing backgrounds has changed. The following example places the background layer completely different in the current beta and when processed with a version from November: \definelayer[test][x=1mm,y=1mm,width=\paperwidth,height=22m

Re: [NTG-context] \setuppagenumber problem

2012-03-08 Thread Alan Bowen
Again, many thanks, Wolfgang. That’s got it. The entry on \setupheadertexts on the wiki should be updated at some point. But as you will probably agree, I am hardly the one to undertake that. There are just so many critical differences in coding for MKIV and for MKII. Still, the advance in working

Re: [NTG-context] enumeration numbering in the margin, title in body text

2012-03-08 Thread Wolfgang Schuster
Am 08.03.2012 um 20:50 schrieb Aditya Mahajan: > On Thu, 8 Mar 2012, Wolfgang Schuster wrote: > >> >> Am 08.03.2012 um 12:10 schrieb Marco: >> >>> On 2012-03-08 Tobias Columbus wrote: >>> I am new to ConTeXt and asked myself if it is possible to have only the number of an enum

Re: [NTG-context] enumeration numbering in the margin, title in body text

2012-03-08 Thread Aditya Mahajan
On Thu, 8 Mar 2012, Wolfgang Schuster wrote: Am 08.03.2012 um 12:10 schrieb Marco: On 2012-03-08 Tobias Columbus wrote: I am new to ConTeXt and asked myself if it is possible to have only the number of an enumeration in the margin and the title in `serried` position. \setupitemize

Re: [NTG-context] \setuppagenumber problem

2012-03-08 Thread Wolfgang Schuster
Am 08.03.2012 um 20:34 schrieb Alan Bowen: > Thanks, Wolfgang. You are right. Poor code copy/pasting on my part. Sorry for > that bit of noise. > > But what of the pagination problem? Is there a bug or am I missing something > for that too? Write \setupheadertexts[…][pagenumber][pagenumber][…

Re: [NTG-context] \setuppagenumber problem

2012-03-08 Thread Alan Bowen
Thanks, Wolfgang. You are right. Poor code copy/pasting on my part. Sorry for that bit of noise. But what of the pagination problem? Is there a bug or am I missing something for that too? A. On Thu, Mar 8, 2012 at 2:02 PM, Wolfgang Schuster < schuster.wolfg...@googlemail.com> wrote: > > Am 08.0

Re: [NTG-context] \setuppagenumber problem

2012-03-08 Thread Wolfgang Schuster
Am 08.03.2012 um 19:06 schrieb Alan Bowen: > The following code, > > \startcomponent > > \setuphead[title][page=yes] > \setuppagenumber[numberconversion=romannumerals] > \setuppagenumbering[alternative=doublesided] > \setuppagenumbering[location=,] > > \setupheader[state=high] > > \definehead

[NTG-context] \setuppagenumber problem

2012-03-08 Thread Alan Bowen
The following code, \startcomponent \setuphead[title][page=yes] \setuppagenumber[numberconversion=romannumerals] \setuppagenumbering[alternative=doublesided] \setuppagenumbering[location=,] \setupheader[state=high] \definehead[FMTitle][title] \setuphead[FMTitle][header=high,alternative=middle,s

Re: [NTG-context] Text Indentation and Space Around Headers

2012-03-08 Thread Emmanuel Asante
On Thu, Mar 8, 2012 at 10:41 AM, Marco wrote: > On 2012-03-08 Emmanuel Asante wrote: > > > I want to indent all text in a document except the chapter header > > text by a given amount. > > That's a strange way of doing things, if I get it right what you > mean. If you want to have the numbe

Re: [NTG-context] Text Indentation and Space Around Headers

2012-03-08 Thread Emmanuel Asante
Thanks Wolfgang, it works. On Thu, Mar 8, 2012 at 10:37 AM, Wolfgang Schuster < schuster.wolfg...@googlemail.com> wrote: > > Am 08.03.2012 um 18:08 schrieb Emmanuel Asante: > > > Hi All, > > > > I want to indent all text in a document except the chapter header text > by a given amount. I have use

Re: [NTG-context] Text Indentation and Space Around Headers

2012-03-08 Thread Marco
On 2012-03-08 Emmanuel Asante wrote: > I want to indent all text in a document except the chapter header > text by a given amount. That's a strange way of doing things, if I get it right what you mean. If you want to have the number in the margin, you can use \setupheads [alternative=inmar

Re: [NTG-context] Text Indentation and Space Around Headers

2012-03-08 Thread Wolfgang Schuster
Am 08.03.2012 um 18:08 schrieb Emmanuel Asante: > Hi All, > > I want to indent all text in a document except the chapter header text by a > given amount. I have used the following to achieve it: > \setupnarrower[left=3cm] > > and > > \startnarrower[left] > > \stopnarrower > > But I ha

Re: [NTG-context] enumeration numbering in the margin, title in body text

2012-03-08 Thread Wolfgang Schuster
Am 08.03.2012 um 12:10 schrieb Marco: > On 2012-03-08 Tobias Columbus wrote: > >> I am new to ConTeXt and asked myself if it is possible to have >> only the number of an enumeration in the margin and the title in >> `serried` position. > > \setupitemize [inmargin] > >> Then I tried som

Re: [NTG-context] Problem with external cross-references

2012-03-08 Thread Jean-Philippe Rey
Hello Hans, Le 5 mars 2012 à 10:18, Hans Hagen a écrit : ConTeXt ver: 2011.05.18 18:04 MKIV fmt: 2011.7.31 int: english/english > > That version is quite old; I wouldn't be surprised if in that version loading > of cross document references was not yet implemented fully. The current >

[NTG-context] Text Indentation and Space Around Headers

2012-03-08 Thread Emmanuel Asante
Hi All, I want to indent all text in a document except the chapter header text by a given amount. I have used the following to achieve it: \setupnarrower[left=3cm] and \startnarrower[left] \stopnarrower But I have the feeling that there has to be a better way of doing it. Secondly, how

Re: [NTG-context] enumeration numbering in the margin, title in body text

2012-03-08 Thread Marco
On 2012-03-08 Tobias Columbus wrote: > I am new to ConTeXt and asked myself if it is possible to have > only the number of an enumeration in the margin and the title in > `serried` position. \setupitemize [inmargin] > Then I tried some fiddling in the context code and this directly > le

[NTG-context] enumeration numbering in the margin, title in body text

2012-03-08 Thread Tobias Columbus
Hi all, I am new to ConTeXt and asked myself if it is possible to have only the number of an enumeration in the margin and the title in `serried` position. Here is an example of what I think: margin | text --- | blah blah | blah blah 1.1| Definition (

Re: [NTG-context] Combination: no gap between cells?

2012-03-08 Thread Procházka Lukáš Ing . - Pontex s . r . o .
... Thanks for the hint (http://wiki.contextgarden.net/Reference/en/setupcombinations). The "\setupcombinations[distance=0mm,inbetween=]" suppresses both the horizontal and vertical gap. Best regards, Lukas On Thu, 08 Mar 2012 10:42:53 +0100, Pavel Dohnal wrote: This should work: \setup

Re: [NTG-context] Combination: no gap between cells?

2012-03-08 Thread Pavel Dohnal
This should work: \setupcombinations[distance=0mm] Pavel Dohnal 2012/3/8 Procházka Lukáš Ing. - Pontex s. r. o. > Hello, > > I'd like to print several frames of a precise size, one after other, e.g. > 2 per row, 2 rows. > > I'm trying to use combination for this purpose - but I'd need to suppres

[NTG-context] Combination: no gap between cells?

2012-03-08 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I'd like to print several frames of a precise size, one after other, e.g. 2 per row, 2 rows. I'm trying to use combination for this purpose - but I'd need to suppress any horizontal and vertical gap between cells. Is there any option which would cause this? My code so far: t-Prn

Re: [NTG-context] Enumeration counter way bychapter

2012-03-08 Thread Stefan Müller
Hi list, I tried the example below again with 2012003005 19:49 MkIV and it still shows "2.2" instead of "2.1" in the second enumeration. I am in desperate need for a fix for this. Did the interface change or is this broken? Thanks in advance for looking into this, Stefan On Sun, 26 Feb 201