[NTG-context] underbar not colored

2012-07-04 Thread Meer, H. van der
I wonder. Shouldn't the underbar show up colored too? Hans van der Meer Example: \starttext \underbar{color this}: \startcolor[red]\underbar{but the underbar isn't!}\stopcolor \stoptext underbar.pdf Description: underbar.pdf

Re: [NTG-context] problem with aligncharacter=yes

2012-07-04 Thread Hans Hagen
On 4-7-2012 00:37, Peter Münster wrote: Hi, This file generates an error (Missing control sequence inserted) with the latest beta version: --8---cut here---start-8--- \starttext \bTABLE[aligncharacter=yes] \bTR \bTD 3.3 \eTD \eTR \eTABLE \stoptext

Re: [NTG-context] clutter with \start and \stop

2012-07-04 Thread Hans Hagen
On 4-7-2012 00:51, Peter Münster wrote: Hi, Say I want Tufte in 2 columns and Knuth in 1 column: --8---cut here---start-8--- \starttext \startcolumns[n=2] \startsection[title=Tufte] \input tufte \stopsection \startsection[title=Tufte and Knuth]

[NTG-context] upload

2012-07-04 Thread Hans Hagen
Hi, I uploaded a beta. There has been the usual amount of renamings going on so there might be problems. Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt |

Re: [NTG-context] underbar not colored

2012-07-04 Thread luigi scarso
On Wed, Jul 4, 2012 at 10:02 AM, Meer, H. van der h.vanderm...@uva.nlwrote: I wonder. Shouldn't the underbar show up colored too? Hans van der Meer Example: \starttext \underbar{color this}: \startcolor[red]\underbar{but the underbar isn't!}\stopcolor \stoptext \starttext

Re: [NTG-context] upload

2012-07-04 Thread Hongwen Qiu
On 07/04/2012 04:56 PM, Hans Hagen wrote: Hi, I uploaded a beta. There has been the usual amount of renamings going on so there might be problems. Hans This is broken: ! Undefined control sequence. system tex error on line 4 in file test.tex: Undefined control sequence ...

Re: [NTG-context] upload

2012-07-04 Thread Hans Hagen
On 4-7-2012 12:40, Hongwen Qiu wrote: On 07/04/2012 04:56 PM, Hans Hagen wrote: Hi, I uploaded a beta. There has been the usual amount of renamings going on so there might be problems. Hans This is broken: ! Undefined control sequence. system tex error on line 4 in file

Re: [NTG-context] linenumbering per page

2012-07-04 Thread Wolfgang Schuster
Am 04.07.2012 um 16:50 schrieb Martin: Hi, I would like to place line numbers in a multipage document. \startlinenumbering lots of text filling several pages \stoplinenumbering What I would like to have, and fail to find, is an option to that would restart the numbering on every page

Re: [NTG-context] upload

2012-07-04 Thread Philipp Gesang
···date: 2012-07-04, Wednesday···from: Hans Hagen··· Hi, I uploaded a beta. There has been the usual amount of renamings going on so there might be problems. syst-aux.mkiv, line 2449: -\def\syst_helpers_seventupleempty_four_yes#1#2#3#4[#5]%

[NTG-context] startalign broken in latest checkout

2012-07-04 Thread Prashanth
Hi, The latest checkout has a problem with even the most trivial example of \startalign (taken from the wiki): \starttext \startformula \startalign \NC v \NC = u + at \NR \NC h \NC= ut + \frac12 gt^2 \NR \stopalign \stopformula \stoptext % context --version mtx-context | ConTeXt

Re: [NTG-context] startalign broken in latest checkout

2012-07-04 Thread Wolfgang Schuster
Am 04.07.2012 um 18:24 schrieb Prashanth: Hi, The latest checkout has a problem with even the most trivial example of \startalign (taken from the wiki): \starttext \startformula \startalign \NC v \NC = u + at \NR \NC h \NC= ut + \frac12 gt^2 \NR \stopalign \stopformula \stoptext

Re: [NTG-context] clutter with \start and \stop

2012-07-04 Thread Peter Münster
On Wed, Jul 04 2012, Hans Hagen wrote: no, mixing this way is asking for troubles, if not now, than maybe in the future just use \section Yes, but isn't \startsection the recommended method for the future and needed for XML output? -- Peter

Re: [NTG-context] clutter with \start and \stop

2012-07-04 Thread Hans Hagen
On 4-7-2012 22:29, Peter Münster wrote: On Wed, Jul 04 2012, Hans Hagen wrote: no, mixing this way is asking for troubles, if not now, than maybe in the future just use \section Yes, but isn't \startsection the recommended method for the future and needed for XML output? Indeed, but there

Re: [NTG-context] clutter with \start and \stop

2012-07-04 Thread Rogers, Michael K
On Jul 4, 2012, at 1:29 PM, Peter Münster wrote: On Wed, Jul 04 2012, Hans Hagen wrote: no, mixing this way is asking for troubles, if not now, than maybe in the future just use \section Yes, but isn't \startsection the recommended method for the future and needed for XML output? XML

[NTG-context] Broken Nightly 2012.07.04

2012-07-04 Thread Kip Warner
Hey list, Nightly 2012.07.04 appears to break when compiling my book. I see the following: ! Undefined control sequence. \math_arrows_construct_single ...s \p_mathspacing \endcsname \p_mathspacing ... \math_arrows_handle_finalize

[NTG-context] bug in latest beta

2012-07-04 Thread JIN Xiao-Yong
I got the following error in the minimal example (which is all shown in the output below) system tex error on line 4 in file simpl.tex: Undefined control sequence ... 1 \setuphead[section][before={\column}] 2 \starttext 3 \startcolumns[n=2] 4 \section{this is a section}

Re: [NTG-context] clutter with \start and \stop

2012-07-04 Thread Peter Münster
On Thu, Jul 05 2012, Rogers, Michael K wrote: Have you considered structuring your example like this?: The output is not the same... -- Peter ___ If your question is of interest to others as well,

Re: [NTG-context] clutter with \start and \stop

2012-07-04 Thread Rogers, Michael K
On Jul 4, 2012, at 9:42 PM, Peter Münster wrote: On Thu, Jul 05 2012, Rogers, Michael K wrote: Have you considered structuring your example like this?: The output is not the same... Sorry, I misunderstood. This e-mail message (including any attachments)

Re: [NTG-context] clutter with \start and \stop

2012-07-04 Thread luigi scarso
On Thu, Jul 5, 2012 at 12:44 AM, Rogers, Michael K mrog...@emory.eduwrote: XML seems a nice way for machines to deal with data. But it's not a very human way to speak. I mean, if I write \section{One}...\section{Two} isn't it obvious that section One ends when section Two begins? Why