[NTG-context] howto set maxitemdepth

2011-02-27 Thread Florian Wobbe
Hi, what is the preferred way to set the maximum item depth for itemization with symbols? I can decrease the default value of 6 with \setcounter. However, increasing to values higher than 6 results in an error: Missing number, treated as zero. Thanks, Florian

Re: [NTG-context] defined symbols - question/feature suggestion

2011-02-27 Thread Florian Wobbe
a next beta will have \definesymbol [bullet][\textormathchar{2022}] % • \bullet \definesymbol [dash] [\textormathchar{2013}] % – \definesymbol [star] [\textormathchar{22C6}] % ✴ \star \definesymbol [triangle] [\textormathchar{22B3}] % ⊳ \triangleright

Re: [NTG-context] howto set maxitemdepth

2011-02-27 Thread Wolfgang Schuster
Am 27.02.2011 um 11:01 schrieb Florian Wobbe: Hi, what is the preferred way to set the maximum item depth for itemization with symbols? With MkII it was possible to increase the itemlevel with the “levels” key but MkIV has a fixed depth which can’t be changed. I can decrease the

Re: [NTG-context] \definelistplacement + margin

2011-02-27 Thread Wolfgang Schuster
Am 26.02.2011 um 20:46 schrieb Andreas Harder: Hi all, please have a look at the following example. The first chapter entry in the table of contents looks good, but the following entries adopt the margin setting from \setuplist[section][margin=3em] and I can't get rid of it … Any hint?

Re: [NTG-context] \definelistplacement + margin

2011-02-27 Thread Andreas Harder
Am 27.02.2011 um 11:58 schrieb Wolfgang Schuster: Am 26.02.2011 um 20:46 schrieb Andreas Harder: Hi all, please have a look at the following example. The first chapter entry in the table of contents looks good, but the following entries adopt the margin setting from

Re: [NTG-context] \definelistplacement + margin

2011-02-27 Thread Wolfgang Schuster
Am 27.02.2011 um 12:02 schrieb Andreas Harder: I'm aware of this, but the benefit of \definelistplacement is that interaction can be used. If interaction is the important factor i suggest to add a “margin” key to the “none”, “horizontal” and “vertical” alternatives. All three support the

Re: [NTG-context] howto set maxitemdepth

2011-02-27 Thread Florian Wobbe
Hi, what is the preferred way to set the maximum item depth for itemization with symbols? With MkII it was possible to increase the itemlevel with the “levels” key but MkIV has a fixed depth which can’t be changed. Strange, I tried \defineitemgroup[myitm][levels=11] in MKII but still I

Re: [NTG-context] \definelistplacement + margin

2011-02-27 Thread Andreas Harder
Am 27.02.2011 um 12:13 schrieb Wolfgang Schuster: Am 27.02.2011 um 12:02 schrieb Andreas Harder: I'm aware of this, but the benefit of \definelistplacement is that interaction can be used. If interaction is the important factor i suggest to add a “margin” key to the “none”,

Re: [NTG-context] \definelistplacement + margin

2011-02-27 Thread Wolfgang Schuster
Am 27.02.2011 um 13:25 schrieb Andreas Harder: Anyway I'm not sure what you suggests. To add \leftskip\listparameter\c!margin to \dodofreehlistelement (like it is defined for \dodofixdlistelementABC)? Yes Wolfgang

Re: [NTG-context] howto set maxitemdepth

2011-02-27 Thread Hans Hagen
On 27-2-2011 12:34, Florian Wobbe wrote: OK. What I don't understand is why is there a hardcoded limit? The indentation of depth greater than 6 is working all right only the symbols are kept constant (\definesymbol[6]) for all depth 6. it has to do with the fact that there can be settings

[NTG-context] ConTeXt and Drupal

2011-02-27 Thread Bowen Alan C.
Does anyone know of a project or literature addressing the possibility of running ConTeXt in a Drupal environment? There is a DruTeX module already in place but that, so far as I can tell, it is limited to LaTeX. Alan

[NTG-context] MathML broken in mkiv?

2011-02-27 Thread Reviczky, Adam
Hi I'm trying to use MathML with mkiv (latest beta), but I'm getting errors. I'm attaching the minimal example (borrowed from the wiki) and the log file. Adam \usemodule[mathml] \starttext test \xmlprocessdata{}{ math xmlns='http://www.w3.org/1998/Math/MathML' mrow msup mix/mimn2/mn /msup

[NTG-context] how to keep inmargin texts above the base of the page

2011-02-27 Thread Dinh Tran
Hello. If I have a lot of inmargin or margintext, they will extend into the base of the page (defined by bottomspace). Is there a way to remedy this by some setup? This was compiled with xetex option b/c inmargin stack doesn't fully work in mkiv. Thanks, Dinh --

Re: [NTG-context] MathML broken in mkiv?

2011-02-27 Thread Hans Hagen
On 27-2-2011 3:40, Reviczky, Adam wrote: Hi I'm trying to use MathML with mkiv (latest beta), but I'm getting errors. I'm attaching the minimal example (borrowed from the wiki) and the log file.. remove line 20 in x-mathml.lua -

Re: [NTG-context] [t-vim] Line numbers

2011-02-27 Thread Marco
On 2011-02-26 Aditya Mahajan adit...@umich.edu wrote: So after the project is done one can run context --purgeall filename to get a clean directory structure without having to archive 30 temporary files. I don't know how to implement this functionality and still provide a working pdf.

Re: [NTG-context] [t-vim] Line numbers

2011-02-27 Thread Aditya Mahajan
On Sun, 27 Feb 2011, Marco wrote: To save time, t-vim (actually t-filter with continue=yes) runs the external filter only in the first run; in the subsequent runs the cached file is used. So, if I want to delete the temporary files, they must be deleted in the last run. Right now, there is no

Re: [NTG-context] ConTeXt and Drupal

2011-02-27 Thread Otared Kavian
Hi Alan, Some time ago I asked the same question, but I could not solve it in a clear manner: see the threads http://archive.contextgarden.net/message/20101122.222652.67cec1ae.en.html and the older one http://archive.contextgarden.net/message/20080330.180742.0b2cd7cf.en.html

Re: [NTG-context] Comma spacing in math mode

2011-02-27 Thread Aditya Mahajan
On Sun, 27 Feb 2011, S Barmeier wrote: I don't know if anyone feels the same, but I'm not happy with the spacing of commas in math mode (pictures attached). For instance, typesetting H^1(X,F), the comma seems to be closer to the F than to the X. Equal spacing on both sides or setting the comma

Re: [NTG-context] ConTeXt and Drupal

2011-02-27 Thread Bowen Alan C.
Thanks, Otared. We have asked the same question, I see. My aim is to facilitate online collaboration (e.g., annotation/translation and a technical text in Greek, say). It would be great if there were a way to develop the translation using ConTeXt. The DruTeX module is promising, but it’s not

Re: [NTG-context] Bibliography bug

2011-02-27 Thread Pontus Lurcock
After some further staring at the code and bibmod-doc, I've come up with the following patch: --- bibl-apa.tex.orig 2011-02-28 11:32:05.996248627 +1300 +++ bibl-apa.tex2011-02-28 11:32:47.576251922 +1300 @@ -133,13 +133,13 @@ \def\insertorg#1#2#3% {\insertorganization

Re: [NTG-context] Comma spacing in math mode

2011-02-27 Thread Stefan Müller
Hi! On 27.02.2011 20:58, Aditya Mahajan wrote: On Sun, 27 Feb 2011, S Barmeier wrote: I don't know if anyone feels the same, but I'm not happy with the spacing of commas in math mode (pictures attached). For instance, typesetting H^1(X,F), the comma seems to be closer to the F than to the X.

Re: [NTG-context] Comma spacing in math mode

2011-02-27 Thread Mojca Miklavec
On Sun, Feb 27, 2011 at 23:49, Stefan Müller warrence@gmx.de wrote: Hi! On 27.02.2011 20:58, Aditya Mahajan wrote: On Sun, 27 Feb 2011, S Barmeier wrote: I don't know if anyone feels the same, but I'm not happy with the spacing of commas in math mode (pictures attached). For instance,

Re: [NTG-context] Comma spacing in math mode

2011-02-27 Thread Mojca Miklavec
On Mon, Feb 28, 2011 at 00:10, Mojca Miklavec wrote: On Sun, Feb 27, 2011 at 23:49, Stefan Müller wrote: \starttext $(B, Y, R, X)$ \setupmathematics[autopunctuation=no] $(B, Y, R, X)$ \stoptext In both lines the spacing after Y is way to big. I don't know if that's a bug or just ugly.

Re: [NTG-context] Comma spacing in math mode

2011-02-27 Thread Aditya Mahajan
On Mon, 28 Feb 2011, Mojca Miklavec wrote: On Sun, Feb 27, 2011 at 23:49, Stefan Müller warrence@gmx.de wrote: Hi! On 27.02.2011 20:58, Aditya Mahajan wrote: On Sun, 27 Feb 2011, S Barmeier wrote: I don't know if anyone feels the same, but I'm not happy with the spacing of commas in

Re: [NTG-context] Comma spacing in math mode

2011-02-27 Thread Andreas Harder
Am 28.02.2011 um 00:14 schrieb Aditya Mahajan: On Mon, 28 Feb 2011, Mojca Miklavec wrote: On Sun, Feb 27, 2011 at 23:49, Stefan Müller warrence@gmx.de wrote: Hi! On 27.02.2011 20:58, Aditya Mahajan wrote: On Sun, 27 Feb 2011, S Barmeier wrote: I don't know if anyone feels the

Re: [NTG-context] Comma spacing in math mode

2011-02-27 Thread Mojca Miklavec
On Mon, Feb 28, 2011 at 00:14, Aditya Mahajan adit...@umich.edu wrote: On Mon, 28 Feb 2011, Mojca Miklavec wrote: On Sun, Feb 27, 2011 at 23:49, Stefan Müller warrence@gmx.de wrote: Hi! On 27.02.2011 20:58, Aditya Mahajan wrote: On Sun, 27 Feb 2011, S Barmeier wrote: I don't know if

Re: [NTG-context] Comma spacing in math mode

2011-02-27 Thread Khaled Hosny
On Sun, Feb 27, 2011 at 06:14:36PM -0500, Aditya Mahajan wrote: On Mon, 28 Feb 2011, Mojca Miklavec wrote: IMO this does only partially help, consider the following example: \starttext $(B, Y, R, X)$ \setupmathematics[autopunctuation=no] $(B, Y, R, X)$ \stoptext In both lines the

Re: [NTG-context] how to make chapter starts from odd page always?

2011-02-27 Thread Jeong Dalyoung
Dear Hans and Wolfgang, Thank you for the help. The contents of a book is already fixed and nowI tired to make a book in a better shape. Best regards, Dalyoung ___ If your question is of interest to others as

[NTG-context] [***SPAM***] \type works differently in MKIV than MKII

2011-02-27 Thread Tom
The following code creates the desired output in MKII but the \par commands appear to be ignored by MKIV: \starttext \type+{\framed[frame=off,align=middle]+ \par \type+ \{\placefigure [here]+ \par \type+ {none}+ \par \type+ {\externalfigure[frontispiece][width=\textwidth]}}}+ \par \par

Re: [NTG-context] Letters in head; disabling parental numbers

2011-02-27 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, thank you for the piece of code. \definestructureconversionset[myconversion][numbers,Characters][numbers] \setupheads[sectionconversionset=myconversion] Could you describe the meaning of the second and the third parameter? I found only this on wiki