Re: [NTG-context] Character alignment in math mode

2014-06-26 Thread Brian R. Landy
On Wed, 25 Jun 2014, Wolfgang Schuster wrote: Am 25.06.2014 um 23:20 schrieb Brian R. Landy br...@landy.cx: Out of curiosity, how do you do that (i.e., revert back to lining, and tabular, figures in a table, or even in running text)? For example, if I do this: \starttext \bf

Re: [NTG-context] Character alignment in math mode

2014-06-25 Thread Wolfgang Schuster
Am 25.06.2014 um 02:49 schrieb Maggyero maggy...@gmail.com: You can access the current font alternative with the \fontalternative command Thanks Wolfgang, that was exactly the command I was looking for! A last question: how can one get italic greek in TEXT MODE? The following code

Re: [NTG-context] Character alignment in math mode

2014-06-25 Thread Hans Hagen
On 6/25/2014 12:29 AM, Wolfgang Schuster wrote: Am 24.06.2014 um 21:46 schrieb Maggyero maggy...@gmail.com: why use math here? It was to avoid oldstyle figures that I use by default. But finally it's better to use oldstyle figures even in tables. You can enable lining (and tabular)

[NTG-context] Character alignment in math mode

2014-06-25 Thread Maggyero
\let\Test\fontstylesuffix a bit different output Thank you Hans. The command \mathgreekitalic can only be used in math mode, when you want a italic alpha in text mode you need a font which has greek characters (e.g. Gentium). Okay Wolfgang, I thought Latin Modern also had greek characters,

Re: [NTG-context] Character alignment in math mode

2014-06-25 Thread Brian R. Landy
On Wed, 25 Jun 2014, Wolfgang Schuster wrote: Am 24.06.2014 um 21:46 schrieb Maggyero maggy...@gmail.com: why use math here? It was to avoid oldstyle figures that I use by default. But finally it's better to use oldstyle figures even in tables. You can enable lining (and tabular)

Re: [NTG-context] Character alignment in math mode

2014-06-25 Thread Wolfgang Schuster
Am 25.06.2014 um 23:20 schrieb Brian R. Landy br...@landy.cx: On Wed, 25 Jun 2014, Wolfgang Schuster wrote: Am 24.06.2014 um 21:46 schrieb Maggyero maggy...@gmail.com: why use math here? It was to avoid oldstyle figures that I use by default. But finally it's better to use

[NTG-context] Character alignment in math mode

2014-06-24 Thread Maggyero
How can one use character alignment in math mode? (I am using the last stable ConTeXt version — 2014.05.21.) \starttext \setupTABLE[column][first][alignmentcharacter={,}, aligncharacter=yes, align=middle] Figures in text mode get aligned: \startTABLE \NC 0,0 \NC \NR \NC 0,00\NC

Re: [NTG-context] Character alignment in math mode

2014-06-24 Thread Hans Hagen
On 6/24/2014 4:35 PM, Maggyero wrote: How can one use character alignment in math mode? (I am using the last stable ConTeXt version — 2014.05.21.) \starttext \setupTABLE[column][first][alignmentcharacter={,}, aligncharacter=yes, align=middle] Figures in text mode get aligned: \startTABLE

[NTG-context] Character alignment in math mode

2014-06-24 Thread Maggyero
why use math here? It was to avoid oldstyle figures that I use by default. But finally it's better to use oldstyle figures even in tables. Another question about fonts. Is there a way to define a conditional mathcommand based on the current alternative style? For instance, in the following

Re: [NTG-context] Character alignment in math mode

2014-06-24 Thread Wolfgang Schuster
Am 24.06.2014 um 21:46 schrieb Maggyero maggy...@gmail.com: why use math here? It was to avoid oldstyle figures that I use by default. But finally it's better to use oldstyle figures even in tables. You can enable lining (and tabular) figures in the table when you don’t want oldstyle

[NTG-context] Character alignment in math mode

2014-06-24 Thread Maggyero
You can access the current font alternative with the \fontalternative command Thanks Wolfgang, that was exactly the command I was looking for! A last question: how can one get italic greek in TEXT MODE? The following code displays upright greek. \starttext \mathgreekitalic \alpha \stoptext