ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Escaping from modes set for "tabulate"
@ 2011-01-14 14:41 Procházka Lukáš Ing. - Pontex s. r. o.
  2011-01-14 15:20 ` Peter Münster
  0 siblings, 1 reply; 2+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2011-01-14 14:41 UTC (permalink / raw)
  To: ConTeXt

[-- Attachment #1: Type: text/plain, Size: 1124 bytes --]

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:LPr@pontex.cz]
Pontex s. r. o.      [mailto:pontex@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

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

[-- Attachment #2: t-Tab5.mkiv --]
[-- Type: application/octet-stream, Size: 686 bytes --]

\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

[-- Attachment #3: t-Tab5.pdf --]
[-- Type: application/pdf, Size: 15051 bytes --]

[-- Attachment #4: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Escaping from modes set for "tabulate"
  2011-01-14 14:41 Escaping from modes set for "tabulate" Procházka Lukáš Ing. - Pontex s. r. o.
@ 2011-01-14 15:20 ` Peter Münster
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Münster @ 2011-01-14 15:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Procházka Lukáš Ing. - Pontex s. r. o. <LPr@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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-14 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-14 14:41 Escaping from modes set for "tabulate" Procházka Lukáš Ing. - Pontex s. r. o.
2011-01-14 15:20 ` Peter Münster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).