Re: [NTG-context] Dezimalkomma

2010-03-14 Thread Otared Kavian
On 13 mars 2010, at 18:51, Wolfgang Werners-Lucchini wrote: […] As I wrote, I tested on the garden. This version is current enough I thinck. You need mkiv for \setupmathematics[autopunctuation=yes] to work: on the Garden your file is processed by mkii. Best regards:

Re: [NTG-context] mtxrun.lua:2167: stack overflow

2010-03-14 Thread Mojca Miklavec
On Thu, Mar 11, 2010 at 05:35, views63 wrote: Hi all, I use ConTeXt MkIV version: 2010.03.10 23:47 withTeXworks,it doesn't work. the error message:E:\context\tex\texmf-mswin\bin\mtxrun.lua:2167: stack overflow tools configuration: name=ConTeXt MkIV program=mtxrun

Re: [NTG-context] Including lua files

2010-03-14 Thread Hans Hagen
On 13-3-2010 17:24, Wolfgang Schuster wrote: Am 13.03.10 15:54, schrieb Philipp Gesang: Dear Lua Gurus, what's the preferred way of including files in Lua? When trying my module on a different machine I noticed that it fails because Lua's dofile() does not extend to files in the texmf tree.

[NTG-context] fig-base MKIV

2010-03-14 Thread thomas . engel1
Hello, I have a problem with the following code section: . \usemodule[fig-base] \usefigurebase[drivepictures] . \midaligned{\externalfigure[cabinet][width=7cm]} If I run this code with MKII all the pictures are placed in the document from my picture datebase. If I run this code with

[NTG-context] simplefonts

2010-03-14 Thread Michael Saunders
Thomas A. Schmitz: Thank you, Thomas. I've been studying this closely. A typescript file can contain a series of typeface definitions, e.g., one for serif, one for sans, one for mono, one for math, etc. hence the syntax \starttypescript [typeface] [identifier] I see! So, I'm guessing

Re: [NTG-context] simplefonts

2010-03-14 Thread Henning Hraban Ramm
Am 2010-03-14 um 14:12 schrieb Michael Saunders: A typescript file can contain a series of typeface definitions, e.g., one for serif, one for sans, one for mono, one for math, etc. hence the syntax \starttypescript [typeface] [identifier] I see! So, I'm guessing that it is this typeface

Re: [NTG-context] simplefonts

2010-03-14 Thread Hans Hagen
On 14-3-2010 14:12, Michael Saunders wrote: Thomas A. Schmitz: Thank you, Thomas. I've been studying this closely. A typescript file can contain a series of typeface definitions, e.g., one for serif, one for sans, one for mono, one for math, etc. hence the syntax \starttypescript

Re: [NTG-context] fig-base MKIV

2010-03-14 Thread Hans Hagen
On 14-3-2010 14:00, thomas.eng...@gmx.net wrote: Hello, I have a problem with the following code section: .. \usemodule[fig-base] \usefigurebase[drivepictures] .. \midaligned{\externalfigure[cabinet][width=7cm]} If I run this code with MKII all the pictures are placed in the document

[NTG-context] blank line and signals

2010-03-14 Thread Andreas Harder
Hi all, please have a look at the following example: \newsignal\SectionSignal \def\TestSpace% {\relax\ifdim\lastskip=\SectionSignal \blank[nowhite] \else \blank \fi} \setuphead[section] [after=\blank\vskip\SectionSignal] \setuphead[subsection][before=\TestSpace] \starttext

Re: [NTG-context] blank line and signals

2010-03-14 Thread Hans Hagen
On 14-3-2010 15:07, Andreas Harder wrote: Hi all, please have a look at the following example: \newsignal\SectionSignal \def\TestSpace% {\relax\ifdim\lastskip=\SectionSignal \blank[nowhite] \else \blank \fi} \setuphead[section] [after=\blank\vskip\SectionSignal]

Re: [NTG-context] ntg-context Digest, Vol 69, Issue 77

2010-03-14 Thread Michael Saunders
Henning Hraban Ramm: \usetypsecript [GaramondPrem] Here's a typo. Yes, that was it, thank you. Now when I run it it gives me... ... Latin Modern. -- Hans Hagen: My guess is: typeface      switch serif              \rm sans              \ss mono        

Re: [NTG-context] blank line and signals

2010-03-14 Thread Wolfgang Schuster
Am 14.03.10 17:19, schrieb Hans Hagen: I'm quite sure it worked a couple of weeks before. in mkiv? probbably not ... for what do you need that kind of trickery? It worked before you enabled the new spacing mechanism in MKIV. The code was meant to change the distance between consecutive

Re: [NTG-context] ntg-context Digest, Vol 69, Issue 77

2010-03-14 Thread Hans Hagen
On 14-3-2010 17:21, Michael Saunders wrote: It's very easy to use, and it allows me to access any feature of my fonts with a digraph switch. Also, it keeps the different kinds of shapes on independent axes, so I can say: \it 123 \in 456 \bd 238 \rm 909 to get the numbers set in: such short

Re: [NTG-context] blank line and signals

2010-03-14 Thread Hans Hagen
On 14-3-2010 17:27, Wolfgang Schuster wrote: Am 14.03.10 17:19, schrieb Hans Hagen: I'm quite sure it worked a couple of weeks before. in mkiv? probbably not ... for what do you need that kind of trickery? It worked before you enabled the new spacing mechanism in MKIV. The code was meant to

[NTG-context] Numbered descriptions

2010-03-14 Thread Alain Delmotte
Hi! Going on with ConTeXt an excursion. Using Windows XP, the minimals, TeXworks and *MkIV* I have a problem with the enumerated descriptions. With the following source (taken from the Hasselt book :-) ): --- \starttext Some text here \defineenumeration [remark]

Re: [NTG-context] blank line and signals

2010-03-14 Thread Wolfgang Schuster
Am 14.03.10 17:45, schrieb Hans Hagen: using a kern instead of a vskip might work the problem is not the skip of the section but the information whether the current header follows another header immediately or there is normal text before. In MKII lastskip result in 1pt after both vertical

Re: [NTG-context] mtxrun.lua:2167: stack overflow

2010-03-14 Thread views63
What does $synctexoption resolve to? Mojca Problems still remain even if use configuration: name=ConTeXt MkIV program=context arguments=$fullname showPdf=true ___ If your question is of interest to others as

Re: [NTG-context] blank line and signals

2010-03-14 Thread Hans Hagen
On 14-3-2010 18:00, Wolfgang Schuster wrote: \starttext \vskip1pt\vskip1pt \the\lastskip \stoptext MKII: 1.0pt MKIV: 2.0pt In mkii we only see the last skip, i.e. we get 1pt. In mkiv the skips are collapsed so we get 2pt reported. (an alternative is to look into skips with higher/lower

Re: [NTG-context] mtxrun.lua:2167: stack overflow

2010-03-14 Thread Hans Hagen
On 14-3-2010 18:41, views63 wrote: What does $synctexoption resolve to? Mojca Problems still remain even if use configuration: name=ConTeXt MkIV program=context arguments=$fullname showPdf=true must be some weird path that results in recursion

[NTG-context] German ConTeXt Initiative

2010-03-14 Thread Mojca Miklavec
Hello, Two Germans suggested to start a forum in addition to the existing mailing list. Even though it might be a problem to get enough active people to participate, I see no reason for not enabling the forum on the garden as opposed to using some arbitrary web page. Any thoughts, ideas and

Re: [NTG-context] German ConTeXt Initiative

2010-03-14 Thread Vedran Miletić
2010/3/14 Mojca Miklavec mojca.miklavec.li...@gmail.com: Hello, Two Germans suggested to start a forum in addition to the existing mailing list. Even though it might be a problem to get enough active people to participate, I see no reason for not enabling the forum on the garden as

Re: [NTG-context] German ConTeXt Initiative

2010-03-14 Thread Peter Münster
On Sun, Mar 14 2010, Mojca Miklavec wrote: Any thoughts, ideas and comments about selection of software for running a forum are welcome. (I was also thinking about HyperNews which is a forum with mailing list interface.) Hello Mojca, What are the advantages of a forum over a mailing list?

Re: [NTG-context] German ConTeXt Initiative

2010-03-14 Thread Peter Münster
On Sun, Mar 14 2010, Mojca Miklavec wrote: We both prefer a board instead of a mailing list because we think it's easier to use especially for unexperienced users. Another reason is that I'm not very experienced with mailing lists and have never set up one neither do I know HyperNews. I

Re: [NTG-context] German ConTeXt Initiative

2010-03-14 Thread Mojca Miklavec
On Sun, Mar 14, 2010 at 20:54, Peter Münster wrote: What are the advantages of a forum over a mailing list? Apart from what Hannes wrote, one of advantages that I see is that for someone who is not actively participating, it's a bit annoying to recieve 40 mails per day that do not interest him

Re: [NTG-context] ntg-context Digest, Vol 69, Issue 77

2010-03-14 Thread Thomas A. Schmitz
On Mar 14, 2010, at 5:21 PM, Michael Saunders wrote: I can't imagine anything simpler to use. That may be a lack of imagination on your part. If you want something that follows LaTeX rules, it might be a good idea to use LaTeX. It would have been a good idea to say so from the start instead

Re: [NTG-context] What do you miss in ConTeXt?

2010-03-14 Thread Vedran Miletić
Datuma 8. ožujka 2010. 15:36 Mojca Miklavec mojca.miklavec.li...@gmail.com je napisao/la: does \PDFunicodetrue help No. (I remember there were some threads about that in past though, but I don't remember the outcome.) Mojca It doesn't change anything. By the way, XeTeX also breaks, but

[NTG-context] do not understand \xmlindex

2010-03-14 Thread Hans van der Meer
I do not understand the behaviour of \xmlindex in the code below. The goal is to extract the contents of node abc-number 1. The strange things is that \xmltext returns the contents of both the abc nodes, but \xmlindex returns nothing. The returns of the \writestatus calls: 1 ab-2:

[NTG-context] alignment explanation

2010-03-14 Thread Mehdi Omidali
Hi, Finally, after reading source code of math-ali.mkiv, I found the best way to typeset my multiline equation as follows \starttext \placeformula \startformula \startalign[n=3] \NC x^2 + y^2 \NC = z^2 \NC \NR[eq:1] \NC\NC = w^2 \NC + u^2\NC \text{(by \in{Equation}[eq:2])} \cr \NC\NC +

Re: [NTG-context] German ConTeXt Initiative

2010-03-14 Thread Hans Hagen
On 14-3-2010 19:40, Mojca Miklavec wrote: Hello, Two Germans suggested to start a forum in addition to the existing mailing list. Even though it might be a problem to get enough active people to participate, I see no reason for not enabling the forum on the garden as opposed to using some

Re: [NTG-context] What do you miss in ConTeXt?

2010-03-14 Thread Hans Hagen
On 14-3-2010 22:06, Vedran Miletić wrote: Datuma 8. ožujka 2010. 15:36 Mojca Miklavec mojca.miklavec.li...@gmail.com je napisao/la: does \PDFunicodetrue help No. (I remember there were some threads about that in past though, but I don't remember the outcome.) Mojca It doesn't change

[NTG-context] xml with interaction fails in footnotes

2010-03-14 Thread Philipp Gesang
Good evening all, I'm experiencing a weird behaviour when using my module to transliterate stuff in a footnote. ConTeXt fails with an undefined control sequence if an only if I switch on interaction. The issue vanishes when I removing either the footnote environment or the interaction or the

[NTG-context] ConTeXt forum engine

2010-03-14 Thread Vyatcheslav Yatskovsky
Hello Why not phpBB?? http://www.phpbb.com/ B.R. Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

[NTG-context] interaction fails with footnotes (was: xml with interaction fails in footnotes)

2010-03-14 Thread Philipp Gesang
On 2010-03-15 00:12:03, Philipp Gesang wrote: Good evening all, I'm experiencing a weird behaviour when using my module to transliterate stuff in a footnote. ConTeXt fails with an undefined control sequence if an only if I switch on interaction. The issue vanishes when I removing

Re: [NTG-context] What do you miss in ConTeXt?

2010-03-14 Thread Joshua Lee
Hi Guys, The verbatim or listings of MKIV sucks. Here's a little sample: \definetyping[code][numbering=line] \starttext \startcode ... ... \stopcode \startcode[continue] ... ... \stopcode \startcode[start=10] ... ... \stopcode \typefile[numbering=file]{test.tex} \stoptext It can not work

[NTG-context] simplefonts

2010-03-14 Thread Michael Saunders
Thomas A. Schmitz: That may be a lack of imagination on your part. If you want something that follows LaTeX rules, it might be a good idea to use LaTeX. It would have been a good idea to say so from the start instead of wasting my time. I'm going to try to go on using Context without

Re: [NTG-context] interaction fails with footnotes (was: xml with interaction fails in footnotes)

2010-03-14 Thread Curiouslearn
Have you updated to the latest context minimals version. That might solve the problem. I had a similar problem with including a clickable URL in a footnote. Updating solved it. On 3/14/10, Philipp Gesang pges...@ix.urz.uni-heidelberg.de wrote: On 2010-03-15 00:12:03, Philipp Gesang wrote: Good