[NTG-context] Escaping from modes set for tabulate

2011-01-14 Thread Procházka Lukáš Ing . - Pontex s . r . o .

Hello,

is it possible to escape from modes (fonts) defined in \starttabulate[...]? I 
mean just for header - to escape the math mode and to switch to normal font 
temporarily:

---

\starttext
  I get:

  \starttabulate[|lT|mc|p|]
\NC Code \NC Symbol\NC Description \NC\NR
\HL
\NC Gamma\NC \gamma\NC Self weight \NC\NR
  \stoptabulate

  And I'd rather get:

  \starttabulate[|l|c|p|]
\NC Code \NC Symbol\NC Description \NC\NR
\HL
\NC \tt Gamma\NC $\gamma$  \NC Self weight \NC\NR
  \stoptabulate

  But simply -- I'm looking for something like (code bellow causes errors):

  \starttabulate[|lT|mc|p|]
\NC {\normalfont Code} \NC {\nomath Symbol} \NC Description \NC\NR
\HL
\NC Gamma  \NC \gamma   \NC Self weight \NC\NR
  \stoptabulate
\stoptext

---

Kind regards,

Lukas


--
Ing. Lukáš Procházka [mailto:l...@pontex.cz]
Pontex s. r. o.  [mailto:pon...@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

t-Tab5.mkiv
Description: Binary data


t-Tab5.pdf
Description: Adobe PDF document
___
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
___


Re: [NTG-context] Escaping from modes set for tabulate

2011-01-14 Thread Peter Münster
Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz writes:

 \NC {\normalfont Code} \NC {\nomath Symbol} \NC Description \NC\NR

\NC {\rm Code} \NC \text{Symbol} \NC Description \NC\NR

-- 
Peter Münster

Contact information: http://pmrb.free.fr/contact/
___
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
___