From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1452 Path: main.gmane.org!not-for-mail From: Zeljko Vrba Newsgroups: gmane.comp.tex.context Subject: Commands in verbatim Date: Fri, 17 Dec 1999 15:01:50 +0100 (MET) Sender: owner-ntg-context@let.uu.nl Message-ID: <199912171401.PAA11654@fly.srk.fer.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035392277 419 80.91.224.250 (23 Oct 2002 16:57:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:57:57 +0000 (UTC) Original-To: ntg-context@let.uu.nl Xref: main.gmane.org gmane.comp.tex.context:1452 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1452 I'm writing a manual for a programming language. All examples should be in \starttyping \stoptyping pairs. However, I'd like to have underlined keywords. However, the following doesn't work: \setuptyping[escape=\\] \starttyping \underbar{keyword} \stoptyping I don't get the underlined keyword, but the exact above text. I've tried other escape characters, but none of them work. Is the escape option intended for this, anyway? How could I accomplish such a task?