From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1193 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: buglet Date: Thu, 11 Nov 1999 14:40:49 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <382AC761.4689499E@gmx.de> References: <199911111248.MAA32271@interzone.ucc.ie> 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 1035392030 30718 80.91.224.250 (23 Oct 2002 16:53:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:53:50 +0000 (UTC) Cc: NTG-ConTeXt Original-To: Marc van Dongen Xref: main.gmane.org gmane.comp.tex.context:1193 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1193 Hi Marc, > I was trying to typeset the following with \CONTEXT: > H\`an Th\`{\^e} Th\`anh > This does not put an accent on the \^e but before it. > Addmitted, in \LaTeX I could only do it as follows: > H{\`a}n Th$\acute{\textsf{\^e}}$ Th{\`a}nh > > Is this a bug? If not, how do I get what I want? Try \THANH It's defined in s-abr-01.tex as: H\`an Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh Regards, Tobias