Re: [NTG-context] Centering tabulate env. using \setuptabulate

2014-05-12 Thread Mikael P. Sundqvist
On Tue, May 13, 2014 at 5:28 AM, Devendra Ghate wrote: > I expect follow MWE to produce a centered table. But it does not. > Am I making any obvious mistake. > > --- > \definetabulate[centeredTable][|r|l|] > \setuptabulate >[centeredTable] >[align={middle}] > \starttext >\s

[NTG-context] Centering tabulate env. using \setuptabulate

2014-05-12 Thread Devendra Ghate
I expect follow MWE to produce a centered table. But it does not. Am I making any obvious mistake. --- \definetabulate[centeredTable][|r|l|] \setuptabulate [centeredTable] [align={middle}] \starttext \startcenteredTable \HL \NC I want this table \NC aligned in the c

Re: [NTG-context] LuaTeX-plain OpenType Features Select

2014-05-12 Thread Aíre Funvake
On 2014-05-12, 22:59 , Aíre Funvake wrote: > On Mon May 12 22:52:43 2014, Hans Hagen wrote: >> On 5/12/2014 10:46 PM, Aíre Funvake wrote: >>> On Mon May 12 22:01:04 2014, Hans Hagen wrote: On 5/12/2014 9:48 PM, Aíre Funvake wrote: > Hi all, > > Trying to select "slashed zero" and "

Re: [NTG-context] LuaTeX-plain OpenType Features Select

2014-05-12 Thread Aíre Funvake
On Mon May 12 22:52:43 2014, Hans Hagen wrote: > On 5/12/2014 10:46 PM, Aíre Funvake wrote: >> On Mon May 12 22:01:04 2014, Hans Hagen wrote: >>> On 5/12/2014 9:48 PM, Aíre Funvake wrote: Hi all, Trying to select "slashed zero" and "lining figures" from a font. For Lucida Bright

Re: [NTG-context] LuaTeX-plain OpenType Features Select

2014-05-12 Thread Hans Hagen
On 5/12/2014 10:46 PM, Aíre Funvake wrote: On Mon May 12 22:01:04 2014, Hans Hagen wrote: On 5/12/2014 9:48 PM, Aíre Funvake wrote: Hi all, Trying to select "slashed zero" and "lining figures" from a font. For Lucida Bright OT, as another example, +scmp works, but not for Charter ITC Pro. But

Re: [NTG-context] LuaTeX-plain OpenType Features Select

2014-05-12 Thread Aíre Funvake
On Mon May 12 22:01:04 2014, Hans Hagen wrote: > On 5/12/2014 9:48 PM, Aíre Funvake wrote: >> Hi all, >> >> Trying to select "slashed zero" and "lining figures" from a >> font. For Lucida Bright OT, as another example, +scmp works, >> but not for Charter ITC Pro. But the font that concerns me >> th

Re: [NTG-context] smcp+tlig broken for -- only? -- Libertine

2014-05-12 Thread Philipp Gesang
· > On 5/11/2014 12:23 PM, Philipp Gesang wrote: > > Hi Hans, > > > > the fontloader appears to have trouble applying fake ligatures > > (“--” -> “\endash” and the likes) in conjunction with small > > capitals. Both features work well in isolation. The behavior > > is limited to Libertine

Re: [NTG-context] Mobilephone Symbol

2014-05-12 Thread Devendra Ghate
Thank you so much. Following works. --- \symbol[martinvogel 2][Mobilefone] \symbol[martinvogel 2][Telephone] --- But this doesn't work. -- \symbol[martinvogel 2][Mobilephone] \symbol[martinvogel 2][Telefon] --

Re: [NTG-context] Mobilephone Symbol

2014-05-12 Thread Mikael P. Sundqvist
In symb-imp-mvs.mkiv, there is a (note the spelling!) \definesymbol [Mobilefone] [\MartinVogelSymbol{Mobilefone}] and \definesymbol [Telephone] [\MartinVogelSymbol{Telefon}] I don't know if that helps, but it is a(ny) suggestion. /Mikael On Mon, May 12, 2014 at 6:35 PM, Deve

[NTG-context] Mobilephone Symbol

2014-05-12 Thread Devendra Ghate
Hello Everyone, The following minimum example only produces the symbols for Neptune and Letter. Mobilephone and phone don't work. Am I doing something wrong? --- %\usesymbols[symb-imp-mvs] \usesymbols[mvs] \starttext %\showsymbolset \symbol[martinvogel 2][Mobilephone] \symbol[martinvo

Re: [NTG-context] smcp+tlig broken for -- only? -- Libertine

2014-05-12 Thread Hans Hagen
On 5/11/2014 12:23 PM, Philipp Gesang wrote: Hi Hans, the fontloader appears to have trouble applying fake ligatures (“--” -> “\endash” and the likes) in conjunction with small capitals. Both features work well in isolation. The behavior is limited to Libertine (I tested all versions back to 5.0

Re: [NTG-context] Natural Tables

2014-05-12 Thread hwitloc
Thank you Mikael and also Wolfgang for the response to my query. Regards, Whitloc Mikael P. Sundqvist wrote: > The only place in the source where bTC is mentioned is in > tabl-ntb.mkiv (and tabl-ntb.mkii), which says says > > \unexpanded\def\bTC#1\eTC{\bTD#1\eTD} \let\eTC\relax > \unexpan

Re: [NTG-context] Natural Tables

2014-05-12 Thread Wolfgang Schuster
Am 12.05.2014 um 09:42 schrieb hwit...@gmail.com: > > > What is the difference between TD and TC in \bTD, \bTC , \eTD, and \eTC ? > > > > \starttext > > \bTABLE > \bTR \bTC one \eTC \bTC two \eTC \bTC three \eTC \eTR > \bTR \bTD one \eTD \bTD two \eTD \bT

Re: [NTG-context] Natural Tables

2014-05-12 Thread Mikael P. Sundqvist
The only place in the source where bTC is mentioned is in tabl-ntb.mkiv (and tabl-ntb.mkii), which says says \unexpanded\def\bTC#1\eTC{\bTD#1\eTD} \let\eTC\relax \unexpanded\def\bTX#1\eTX{\bTD#1\eTD} \let\eTX\relax \unexpanded\def\bTY#1\eTY{\bTR#1\eTR} \let\eTY\relax I guess that means \bTC and \

[NTG-context] Natural Tables

2014-05-12 Thread hwitloc
What is the difference between TD and TC in \bTD, \bTC , \eTD, and \eTC ? \starttext \bTABLE \bTR \bTC one \eTC \bTC two \eTC \bTC three \eTC \eTR \bTR \bTD one \eTD \bTD two \eTD \bTD three \eTD \eTR \eTABLE \stoptext