[NTG-context] Check brackets and parentheses

2012-07-06 Thread Gilbert Houtekamer
Hi, I sometimes find myself looking for misplaced and missing brackets for a long time, as context may given errors about a completely different location. For example this one took me a while \goto{\url[localhost20381}[url(localhost20381)] (missing ] after this localhost20381). Is there a

Re: [NTG-context] Check brackets and parentheses

2012-07-06 Thread Henning Hraban Ramm
2012/7/5 Gilbert Houtekamer gilbert.houteka...@gmail.com: Hi, I sometimes find myself looking for misplaced and missing brackets for a long time, as context may given errors about a completely different location. For example this one took me a while

Re: [NTG-context] Check brackets and parentheses

2012-07-06 Thread Hans Hagen
On 5-7-2012 20:40, Gilbert Houtekamer wrote: Hi, I sometimes find myself looking for misplaced and missing brackets for a long time, as context may given errors about a completely different location. For example this one took me a while \goto{\url[localhost20381}[url(localhost20381)]

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Hans Hagen
On 6-7-2012 04:56, Kip Warner wrote: On Thu, 2012-07-05 at 10:04 +0200, Hans Hagen wrote: \p_mathspacing = \p_math_spacing I patched math-arr.mkiv, but I am still getting the same error. I don't know why since I replaced all instances of \p_mathspacing with \p_math_spacing and deleted the

Re: [NTG-context] linenumbering per page

2012-07-06 Thread Martin
Thanks that worked! \starttext \setuplinenumbering[method=page] \startlinenumbering \dorecurse{20}{\input knuth\par} \stoplinenumbering \stoptext Wolfgang ___ If your question is of interest to others as well,

Re: [NTG-context] Check brackets and parentheses

2012-07-06 Thread Pontus Lurcock
On Thu 05 Jul 2012, Gilbert Houtekamer wrote: I sometimes find myself looking for misplaced and missing brackets for a long time, as context may given errors about a completely different location. For example this one took me a while \goto{\url[localhost20381}[url(localhost20381)]

[NTG-context] setuppagenumber

2012-07-06 Thread Meer, H. van der
Is \setuppagenumber broken? Or do it misuse it? In the next minimal example the pagenumbers are not reset after the third page, as I would expect. Hans van der Meer \setuppapersize[A6][A6] \starttext \setuppagenumber[number=1,state=start] page 1\page page 2\page page 3\page

Re: [NTG-context] setuppagenumber

2012-07-06 Thread luigi scarso
On Fri, Jul 6, 2012 at 9:40 AM, Meer, H. van der h.vanderm...@uva.nlwrote: Is \setuppagenumber broken? Or do it misuse it? In the next minimal example the pagenumbers are not reset after the third page, as I would expect. Hans van der Meer \setuppapersize[A6][A6] \starttext

Re: [NTG-context] setuppagenumber

2012-07-06 Thread Meer, H. van der
Indeed, and thanks. But isn't it a good idea that \setuppagenumbering should do the \resetpagenumber by itself? After all changing the pagenumber and not having it take effect sounds not a natural way to do things. It least, in my eyes. Surely Hans Hagen is listening and will weigh the

Re: [NTG-context] setuppagenumber

2012-07-06 Thread Wolfgang Schuster
Am 06.07.2012 um 09:40 schrieb Meer, H. van der: Is \setuppagenumber broken? Or do it misuse it? In the next minimal example the pagenumbers are not reset after the third page, as I would expect. Hans van der Meer \setuppapersize[A6][A6] \starttext

Re: [NTG-context] Check brackets and parentheses

2012-07-06 Thread Hongwen Qiu
On 07/06/2012 03:38 PM, Pontus Lurcock wrote: brace-lint.py #!/usr/bin/python import sys '''Count opening and closing braces in a file.''' def count(filename, opening, closing): print opening, closing f = open(sys.argv[1], 'r') Shouldn't this line be f = open(filename,

[NTG-context] Broken Nightly 2012.07.04 23:48 - \xRightarrow

2012-07-06 Thread Prashanth
Hi, Some math symbols seem to be failing with the latest nightly build. Minimal example: \starttext \section{blah} A $a \xRightarrow b$ B. \stoptext I see this in the output: ConTeXt ver: 2012.07.04 23:48 MKIV fmt: 2012.7.6 int: english/english system tex error on line 3 in file

[NTG-context] nested alignment?

2012-07-06 Thread Marko Schütz Schmuck
Dear All, I'm trying to get a nested alignment in math mode: ++ | . | | +--+ | | | . .

Re: [NTG-context] Check brackets and parentheses

2012-07-06 Thread Pontus Lurcock
On Fri 06 Jul 2012, Hongwen Qiu wrote: def count(filename, opening, closing): print opening, closing f = open(sys.argv[1], 'r') Shouldn't this line be f = open(filename, 'r') otherwise the 'filename' parameter will not be used Oops, you're quite correct. Of course it

Re: [NTG-context] Arbitrary font size

2012-07-06 Thread Troy Henderson
Thank you. Troy ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage :

[NTG-context] Tables still broken?

2012-07-06 Thread Meer, H. van der
Are tables still broken? If so, any pointers to when it will be repaired? The table did typeset in the past without problems. I get an error with this recent version of ConTeXt: ConTeXt ver: 2012.07.04 23:48 MKIV fmt: 2012.7.6 int: english/english ! Use of \secondstagestarttable doesn't

Re: [NTG-context] Tables still broken?

2012-07-06 Thread Hans Hagen
On 6-7-2012 21:29, Meer, H. van der wrote: Are tables still broken? If so, any pointers to when it will be repaired? The table did typeset in the past without problems. fixed in next upload ...keep in mind that you're missing a \NR Hans

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Kip Warner
On Fri, 2012-07-06 at 09:21 +0200, Hans Hagen wrote: context --make en Like I said, I already cleared the cache in ~/.texmf-var/. But for safe measure, I ran the aforementioned anyways after doing that too. Same problem. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Kip Warner
On Fri, 2012-07-06 at 07:32 +0200, luigi scarso wrote: Do you rebuild the format ? I cleared the cache in ~/.texmf-var and ran context --make en (which ConTeXt runs anyways after doing the former), but still same problem. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Hans Hagen
On 6-7-2012 23:06, Kip Warner wrote: On Fri, 2012-07-06 at 07:32 +0200, luigi scarso wrote: Do you rebuild the format ? I cleared the cache in ~/.texmf-var and ran context --make en (which ConTeXt runs anyways after doing the former), but still same problem. is there a minimal example?

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Kip Warner
On Fri, 2012-07-06 at 23:25 +0200, Hans Hagen wrote: is there a minimal example? I'm not sure where it's bailing. The line it points to has nothing to do with inline math or formulas. But alas, ConTeXt error messages are usually totally useless in most cases. You could try just running make on

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Wolfgang Schuster
Am 06.07.2012 um 23:06 schrieb Kip Warner: On Fri, 2012-07-06 at 07:32 +0200, luigi scarso wrote: Do you rebuild the format ? I cleared the cache in ~/.texmf-var and ran context --make en (which ConTeXt runs anyways after doing the former), but still same problem. Do you have more than

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Kip Warner
On Sat, 2012-07-07 at 06:16 +0200, Wolfgang Schuster wrote: Do you have more than one installation of the context suite on your system and you’re making the changes in the wrong tree (you can see the path for the used files on the command line when you generate the format). I have as far as I

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Kip Warner
On Sat, 2012-07-07 at 06:16 +0200, Wolfgang Schuster wrote: Do you have more than one installation of the context suite on your system and you’re making the changes in the wrong tree (you can see the path for the used files on the command line when you generate the format). Hey Wolfgang. I