Re: [NTG-context] mml

2006-03-30 Thread Taco Hoekwater
Hi nico/Hans, Hans Hagen wrote: mo #x000AF; /mo The MathML spec specifically suggests the use of OverBar; instead of a literal accent character in situations like this. For the macron, accent=false should only influence the vertical placement, not its stretchiness. Cheers, taco

Re: [NTG-context] documents to (print and) read

2006-03-30 Thread Taco Hoekwater
Hi, Here the very same situation. My question boils down to Which document should I print, book bundle and read. In my opinion, you should definately read: Context, an excursion http://www.pragma-ade.com/show-man-1.htm TeXExec manual http://www.pragma-ade.com/show-man-4.htm

Re: [NTG-context] beta

2006-03-30 Thread Taco Hoekwater
Hans Hagen wrote: Hi, i uploaded a beta: - a fix to verbatim (has to do with linenumbering) - a cleaned up 'paragraph' mechanism (prelude to a real cleanup) - some patches to the newmml module i'll promote this to current when no problems are reported Initial tests are fine, I say

Re: [NTG-context] beta

2006-03-30 Thread Taco Hoekwater
Taco Hoekwater wrote: Initial tests are fine, I say you already hard the math extensions included as well. But I have not tested the new 'paragraph' stuff, aqnd I do not know the status of the 'Curious blank page' problem. Initial tests are fine, I saw you already had the math extensions

Re: [NTG-context] Substack in Context

2006-03-30 Thread Hans Hagen
Taco Hoekwater wrote: Does this look ok? (code is not production-ready yet, but seems reasonable to me) Taco \def\startsubstack {\begingroup \null \vcenter\bgroup \pushmacro\domatrixNC \let\endmath\relax \def\NC{\domatrixNC}%

Re: [NTG-context] beta

2006-03-30 Thread Hans Hagen
Taco Hoekwater wrote: * \definetyping[prog][numbering=line,location=intext] % from nico should work now * The latest bib module i should pick up that one * \usemodule[...p=...][modulename] % from Thomas and me can you explain a bit Hans

[NTG-context] descriptions

2006-03-30 Thread Jeffrey Drake
On page 180 of the manual, ConTeXt lists many kinds of descriptions. Like one that indents the body of the definition. It is extremely frustrating to me that it doesn't say how to do it and I can't figure it out. Any ideas? - Jeffrey ___ ntg-context

Re: [NTG-context] beta

2006-03-30 Thread Taco Hoekwater
Hans Hagen wrote: * \usemodule[...p=...][modulename] % from Thomas and me can you explain a bit We would like the possibility to have options while loading modules, and the cleanest way of doing that is to have an optional argument to \usemodule, so we can have, e.g.:

Re: [NTG-context] beta

2006-03-30 Thread Aditya Mahajan
--- On Mar 30, Taco Hoekwater wrote --- * The broken eq reference (at least IMO this is a bug) \starttext \placeformula[eqn1] \startformula \startalign[n=1] a\\ \stopalign \stopformula See \in[eqn1] \stoptext I am not sure that this is a bug. Infact, I am not behaviour is

Re: [NTG-context] beta

2006-03-30 Thread Taco Hoekwater
Aditya Mahajan wrote: --- On Mar 30, Taco Hoekwater wrote --- * The broken eq reference (at least IMO this is a bug) \starttext \placeformula[eqn1] \startformula \startalign[n=1] a\\ \stopalign \stopformula See \in[eqn1] \stoptext I am not sure that this is a bug. Infact, I am

Re: [NTG-context] Miktex, Metapost and \loadfontfilesoncetrue

2006-03-30 Thread WN
Hans Hagen wrote: WN wrote: Hi, I am using Miktex (latest updated version) and the latest Context on WindowsXP (write18 enabled). This is what happens : 1) First run of texexec gives me ! Undefined control sequence l 1 \global \loadfontfileoncetrue probably a mismatch

[NTG-context] Context math bug ??

2006-03-30 Thread WN
Hi The following does not compile \starttext \startformula [ {\bf{Q}},{\bf {R}} ] = {\bf{Q} } {\bf {R}} - \textbf{R} \textbf{Q} \stopformula \stopttext Error ! Missing \endcsname inserted ... where as this compiles \starttext $$ [ {\bf{Q}},{\bf {R}} ] = {\bf{Q} } {\bf {R}} - \textbf{R}

Re: [NTG-context] Context math bug ??

2006-03-30 Thread Aditya Mahajan
On Thu, 30 Mar 2006, WN wrote: Hi The following does not compile \starttext \startformula [ {\bf{Q}},{\bf {R}} ] = {\bf{Q} } {\bf {R}} - \textbf{R} \textbf{Q} \stopformula \stopttext Error ! Missing \endcsname inserted ... where as this compiles \starttext $$ [ {\bf{Q}},{\bf

Re: [NTG-context] beta

2006-03-30 Thread Aditya Mahajan
On Thu, 30 Mar 2006, Taco Hoekwater wrote: Aditya Mahajan wrote: --- On Mar 30, Taco Hoekwater wrote --- * The broken eq reference (at least IMO this is a bug) \starttext \placeformula[eqn1] \startformula \startalign[n=1] a\\ \stopalign \stopformula See \in[eqn1] \stoptext I am not

Re: [NTG-context] beta

2006-03-30 Thread Hans Hagen
Taco Hoekwater wrote: Hans Hagen wrote: * \usemodule[...p=...][modulename] % from Thomas and me can you explain a bit We would like the possibility to have options while loading modules, and the cleanest way of doing that is to have an optional argument to \usemodule,

Re: [NTG-context] beta

2006-03-30 Thread Hans Hagen
Aditya Mahajan wrote: On Thu, 30 Mar 2006, Taco Hoekwater wrote: Aditya Mahajan wrote: --- On Mar 30, Taco Hoekwater wrote --- * The broken eq reference (at least IMO this is a bug) \starttext \placeformula[eqn1] \startformula \startalign[n=1] a\\ \stopalign

Re: [NTG-context] Context math bug ??

2006-03-30 Thread Taco Hoekwater
Hi Wim, Why ?? Because of the optional argument of \startformula. Try this: \startformula \relax [ .. Greetings, Taco ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] mml

2006-03-30 Thread nico
On Thu, 30 Mar 2006 10:18:32 +0200, Taco Hoekwater [EMAIL PROTECTED] wrote: Hi nico/Hans, Hans Hagen wrote: mo #x000AF; /mo The MathML spec specifically suggests the use of OverBar; instead of a literal accent character in situations like this. The problem is that it is also

[NTG-context] Table Documentation

2006-03-30 Thread Jeffrey Drake
Noticing that the Context Manaul did not have anything on tables, but the 'Context: an excursion' had some, it referred to a 'Table' manual: - The tables below are shown with their sources. You can always read the TABLE manual by M.J. Wichura for more sophisticated examples. - (page 29pdf) I seem

Re: [NTG-context] Table Documentation

2006-03-30 Thread Henning Hraban Ramm
Am 2006-03-30 um 19:58 schrieb Jeffrey Drake: I seem to be unable to find this, or any other complete relevant documentation for making tables. Are unable to find our famous wiki? http://wiki.contextgarden.net/Tables_Overview Greetlings from Lake Constance! Hraban ---

Re: [NTG-context] bib module/XML

2006-03-30 Thread Johannes Graumann
Taco provided this solution off-list: Try this:    \defineXMLargument      [cite]      {\expanded{\cite[\XMLpar{cite}{key}{}][\XMLpar{cite}{id}{}]}} The immediate expansion make sure that the right things are remembered. ___ ntg-context

Re: [NTG-context] mml

2006-03-30 Thread Taco Hoekwater
nico wrote: So, the behaviour should not be different when using an entity name and the corresponding unicode value. Imagine some XML tool processing an original XML mathml code containing an entity name, and simply expanding the entity according the MathML DTD. I think that processing

Re: [NTG-context] mml

2006-03-30 Thread Hans Hagen
Taco Hoekwater wrote: nico wrote: So, the behaviour should not be different when using an entity name and the corresponding unicode value. Imagine some XML tool processing an original XML mathml code containing an entity name, and simply expanding the entity according the MathML

Re: [NTG-context] \setupmarginrules

2006-03-30 Thread Willi Egger
Hi Taco (the pretended Vit) and Vit, I had to look tiwce, but then I had to smile! Willil Taco Hoekwater wrote: Vit Zyka wrote: \dimen3=\getvalue{\??al#2\the\alteller\c!rulethickness}% VZ Taco Hoekwater wrote:

Re: [NTG-context] Miktex, Metapost and \loadfontfilesoncetrue

2006-03-30 Thread Hans Hagen
WN wrote: Hans Hagen wrote: WN wrote: Hi, I am using Miktex (latest updated version) and the latest Context on WindowsXP (write18 enabled). This is what happens : 1) First run of texexec gives me ! Undefined control sequence l 1 \global \loadfontfileoncetrue

Re: [NTG-context] beta

2006-03-30 Thread Gerben Wierda
On 29 Mar 2006, at 17:47, Hans Hagen wrote: i'll promote this to current when no problems are reported lettrine is missing G ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] ntg dag

2006-03-30 Thread Hans Hagen
Ik zie dat de web pag nog leeg is; regelt erik dat? Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477

Re: [NTG-context] Context math bug ??

2006-03-30 Thread WN
[EMAIL PROTECTED] wrote: On Thu, 30 Mar 2006, WN wrote: Hi The following does not compile \starttext \startformula [ {\bf{Q}},{\bf {R}} ] = {\bf{Q} } {\bf {R}} - \textbf{R} \textbf{Q} \stopformula \stopttext Error ! Missing \endcsname inserted ... where as this compiles

Re: [NTG-context] Table Documentation

2006-03-30 Thread Jeffrey Drake
No, I explained before that I do not have access to this website due to network conditions at the college I am at. Luckily I won't have to suffer that difficulty next year. I do have an old copy of the wiki, but it is difficult to go through due to how wget got the files. Regards, Jeffrey On

Re: [NTG-context] mml

2006-03-30 Thread Hans Hagen
nico wrote: On Thu, 30 Mar 2006 10:18:32 +0200, Taco Hoekwater [EMAIL PROTECTED] wrote: Hi nico/Hans, Hans Hagen wrote: mo #x000AF; /mo The MathML spec specifically suggests the use of OverBar; instead of a literal accent character in situations like this.

Re: [NTG-context] mml

2006-03-30 Thread nico
On Thu, 30 Mar 2006 23:02:10 +0200, Hans Hagen [EMAIL PROTECTED] wrote: nico wrote: On Thu, 30 Mar 2006 10:18:32 +0200, Taco Hoekwater [EMAIL PROTECTED] wrote: Hi nico/Hans, Hans Hagen wrote: mo #x000AF; /mo The MathML spec specifically suggests the use of OverBar; instead of

[NTG-context] definesortkey

2006-03-30 Thread Johan Sandblom
I have a document in Swedish with an index. Merely setting mainlanguage[sv] does not give correct sort order. I remember doing something like \startlanguagespecifics[sv] \definesortkey[å][z][a][å] \definesortkey[ä][z][b][ä] \definesortkey[ö][z][c][ö] \stoplanguagespecifics but this no longer has

Re: [NTG-context] pdf document info fields

2006-03-30 Thread Mojca Miklavec
On 3/29/06, frantisek holop wrote: hmm, on Wed, Mar 29, 2006 at 01:36:21AM +0200, frantisek holop said that Creator:ConTeXt/user/radnoti.tex also, how can i set the Subject and Keywords fields? \setupinteraction's role in this context is not documented at all (what parameters it

Re: [NTG-context] Miktex, Metapost and \loadfontfilesoncetrue

2006-03-30 Thread Taco Hoekwater
Hans Hagen wrote: Does it reload fonts as defined in Context (typescripts) when btex/etex is used in Metapost ?? it indeed has to do with that; some low level commands deal with efficient processing of mp in between runs For the original problem, I guess Mojca is closest to the actual