Dear list, with the old tabulate macros there was the possibility to format columns as math (m for inline, M for display). Is there any possibility to typeset cells in math mode in Natural Tables? This way, the hyphen would be rendered as minus and spacing around relation and binary operators would be consistent (example below). Cheers, Henri --- \starttext \starttabulate[|m|] \NC -4.11\%<0.02\% \NC\NR \stoptabulate %\setupTABLE[???] \startTABLE \NC -4.11\%<0.02\% \NC\NR \stopTABLE \stoptext
On 7/31/2016 5:09 PM, Henri Menke wrote:
Dear list,
with the old tabulate macros there was the possibility to format columns as math (m for inline, M for display). Is there any possibility to typeset cells in math mode in Natural Tables? This way, the hyphen would be rendered as minus and spacing around relation and binary operators would be consistent (example below).
Cheers, Henri
---
\starttext
\starttabulate[|m|] \NC -4.11\%<0.02\% \NC\NR \stoptabulate
%\setupTABLE[???] \startTABLE \NC -4.11\%<0.02\% \NC\NR \stopTABLE
\stoptext
a bit tricky but a next version will have \setupTABLE[c][1][style=math] ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Nice! I also was looking for this feature a while back. Is this going to
correspond to 'm' or 'M'?
On Mon, Aug 1, 2016 at 1:59 PM, Hans Hagen
On 7/31/2016 5:09 PM, Henri Menke wrote:
Dear list,
with the old tabulate macros there was the possibility to format columns as math (m for inline, M for display). Is there any possibility to typeset cells in math mode in Natural Tables? This way, the hyphen would be rendered as minus and spacing around relation and binary operators would be consistent (example below).
Cheers, Henri
---
\starttext
\starttabulate[|m|] \NC -4.11\%<0.02\% \NC\NR \stoptabulate
%\setupTABLE[???] \startTABLE \NC -4.11\%<0.02\% \NC\NR \stopTABLE
\stoptext
a bit tricky but a next version will have
\setupTABLE[c][1][style=math]
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
___________________________________________________________________________________ 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 : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________
On 8/1/2016 3:47 PM, Mohammad Hossein Bateni wrote:
Nice! I also was looking for this feature a while back. Is this going to correspond to 'm' or 'M'?
inline math (for display we'd need another one so not now) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Mohammad Hossein Bateni mailto:bateni@gmail.com 1. August 2016 um 15:47 Nice! I also was looking for this feature a while back. Is this going to correspond to 'm' or 'M'?
It produces inline math like 'm'. Wolfgang
participants (4)
-
Hans Hagen
-
Henri Menke
-
Mohammad Hossein Bateni
-
Wolfgang Schuster