The following is listed on the wiki but does not work in MkIV, the commands are just typeset verbatim as well. \setuptyping[option=commands] \starttext \starttyping /BTEX{\em aa}/ETEX \stoptyping \stoptext -- Khaled Hosny Arabic localiser and member of Arabeyes.org team Free font developer
Am 03.12.2010 um 10:40 schrieb Khaled Hosny:
The following is listed on the wiki but does not work in MkIV, the commands are just typeset verbatim as well.
The mechanism has changed in MkIV, you can now write \setuptyping[escape=yes] \starttyping normal /BTEX\em emphasized/ETEX normal normal /BTEX\bf bold/ETEX normal \stoptyping or you set your own delimiters with \setuptyping[escape={[[,]]}] \starttyping normal [[\em emphasized]] normal normal [[\bf bold]] normal \stoptyping Wolfgang
On Fri, Dec 03, 2010 at 03:24:35PM +0100, Wolfgang Schuster wrote:
Am 03.12.2010 um 10:40 schrieb Khaled Hosny:
The following is listed on the wiki but does not work in MkIV, the commands are just typeset verbatim as well.
The mechanism has changed in MkIV, you can now write
\setuptyping[escape=yes]
\starttyping normal /BTEX\em emphasized/ETEX normal normal /BTEX\bf bold/ETEX normal \stoptyping
or you set your own delimiters with
\setuptyping[escape={[[,]]}]
\starttyping normal [[\em emphasized]] normal normal [[\bf bold]] normal \stoptyping
Great! Thanks. Regards, Khaled -- Khaled Hosny Arabic localiser and member of Arabeyes.org team Free font developer
participants (2)
-
Khaled Hosny
-
Wolfgang Schuster