Re: [NTG-context] halign broken

2013-04-18 Thread Aditya Mahajan
> > which reminds me that one of these days on the context dev list we should > discuss this one > > \catcode`€=\mathshiftcatcode > > \starttext >€e=mc^2€ > \stoptext > > for typesetting math with continental style presets. And maybe make it default whenever one wishes to use comma as a d

Re: [NTG-context] halign broken

2013-04-18 Thread Hans Hagen
On 4/18/2013 3:16 PM, Meer, H. van der wrote: I see, it is either the nuisance of having to type \& etc. in the text, or the nuisance of having to wrap everything like \halign in \unprotect..\protect and then resorting to \& again. At least there is nothing amiss with \halign itself, which is rea

Re: [NTG-context] halign broken

2013-04-18 Thread Wolfgang Schuster
Am 18.04.2013 um 15:39 schrieb "Meer, H. van der" : > Why does the [align=middle] makess such a difference? \framed can use a \hbox or a \vbox to place the content, by default it uses a \hbox but when you set the correct value for the align key it uses a \vbox. Wolfgang ___

Re: [NTG-context] halign broken

2013-04-18 Thread Meer, H. van der
Why does the [align=middle] makess such a difference? Hans van der Meer On 18 Apr 2013, at 3:34 PM, Wolfgang Schuster wrote: > > Am 18.04.2013 um 15:26 schrieb "Meer, H. van der" : > >> There seems to be more to it: >> >> This works: >> \unprotect\halign{\hfil\it#\hfil&\hfil#\hfil&#&\hfil

Re: [NTG-context] halign broken

2013-04-18 Thread Wolfgang Schuster
Am 18.04.2013 um 15:26 schrieb "Meer, H. van der" : > There seems to be more to it: > > This works: > \unprotect\halign{\hfil\it#\hfil&\hfil#\hfil&#&\hfil#\hfil\cr > A&B&C&D\cr A&BB&&\cr}\protect > > But these generate a missing } after the \halign: > \unprotect\framed{\halign{\hfi

Re: [NTG-context] halign broken

2013-04-18 Thread Meer, H. van der
There seems to be more to it: This works: \unprotect\halign{\hfil\it#\hfil&\hfil#\hfil&#&\hfil#\hfil\cr A&B&C&D\cr A&BB&&\cr}\protect But these generate a missing } after the \halign: \unprotect\framed{\halign{\hfil\it#\hfil&\hfil#\hfil&#&\hfil#\hfil\cr A&B&C&D\cr A&BB&&\c

Re: [NTG-context] halign broken

2013-04-18 Thread Meer, H. van der
I see, it is either the nuisance of having to type \& etc. in the text, or the nuisance of having to wrap everything like \halign in \unprotect..\protect and then resorting to \& again. At least there is nothing amiss with \halign itself, which is reassuring. However, I do not feel secure with t

Re: [NTG-context] halign broken

2013-04-18 Thread Wolfgang Schuster
Am 18.04.2013 um 14:55 schrieb "Meer, H. van der" : > There seems something very much amiss with \halign in later ConTeXt versions. > > This typesets fine in PlainTeX and is an example taken from a textbook. > > \tabskip=1em\halign{% > \hfil\it#\hfil&\hfil#\hfil&#&\hfil#\crA&B&C&D\cr} > >

[NTG-context] halign broken

2013-04-18 Thread Meer, H. van der
There seems something very much amiss with \halign in later ConTeXt versions. This typesets fine in PlainTeX and is an example taken from a textbook. \tabskip=1em\halign{% \hfil\it#\hfil&\hfil#\hfil&#&\hfil#\crA&B&C&D\cr} Also in contextversion 2012.05.30 (from a TeXlive distribution). But