ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* in-line TeX code in typing block?
@ 2001-09-09 21:33 Johannes Huesing
  2001-09-10 11:11 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Huesing @ 2001-09-09 21:33 UTC (permalink / raw)


If I use some lines of code within a \starttyping ... \stoptyping
environment, can I insert some pieces of TeX code that are typeset
by TeX? They needn't be wrapped, just inserted in an \hbox would
be fine for my application.

Greetings

Johannes
-- 
Johannes Hüsing | Domain: Adresse im Internet. Besteht aus einem 
hannes@ruhrau.de| technischen Teil (http://www.), einem Namen 
                | (erwin_meier) und einer Endung  (zum Beispiel 
                | .de für Deutschland) [J. Albrecht, "Zeit" 12/2001]


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

* Re: in-line TeX code in typing block?
  2001-09-09 21:33 in-line TeX code in typing block? Johannes Huesing
@ 2001-09-10 11:11 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2001-09-10 11:11 UTC (permalink / raw)
  Cc: ntg-context

At 11:33 PM 9/9/2001 +0200, Johannes Huesing wrote:
>If I use some lines of code within a \starttyping ... \stoptyping
>environment, can I insert some pieces of TeX code that are typeset
>by TeX? They needn't be wrapped, just inserted in an \hbox would
>be fine for my application.

make a file: verb-raw.tex

\ifx\undefined\setupprettyTEXtype \input verb-tex \relax \fi

\gdef\setupprettyRAWtype%
   {\setupprettyTEXtype
    \def\prettyidentifier{RAW}}

\endinput

and put that one in the base path (run mktexlsr too) then, in cont-new.tex, 
add

\installprettytype [RAW] [RAW]
\definetyping [RAW] [option=RAW]

Now, you aqre the happy user of a new verbatim filter [i can use a fast one 
later]

\setupcolors[state=start]

\startRAW
\test test %%\ N This is \TeX
\stopRAW

\setuptyping[option=RAW]

\starttyping
\def\mathematics#1%         %%\ N  usage: \type {\mathematics{x^2}}
   {\ifmmode#1\else$#1$\fi}  %%\ N  becomes: \mathematics{X^2}
\stoptyping

Hans

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

end of thread, other threads:[~2001-09-10 11:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-09 21:33 in-line TeX code in typing block? Johannes Huesing
2001-09-10 11:11 ` Hans Hagen

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).