From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31812 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: combining multiple accents Date: Fri, 10 Nov 2006 06:38:39 +0100 Message-ID: <6faad9f00611092138k59cc3e10p337ea71a1d43e769@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163137148 5895 80.91.229.2 (10 Nov 2006 05:39:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Nov 2006 05:39:08 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Nov 10 06:39:06 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GiP6R-0004gv-Io for gctc-ntg-context-518@m.gmane.org; Fri, 10 Nov 2006 06:38:59 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BA0881FEE0; Fri, 10 Nov 2006 06:38:57 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05910-04; Fri, 10 Nov 2006 06:38:48 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AB0141FED9; Fri, 10 Nov 2006 06:38:48 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9EB631FEDB for ; Fri, 10 Nov 2006 06:38:45 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06469-01 for ; Fri, 10 Nov 2006 06:38:39 +0100 (CET) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by ronja.ntg.nl (Postfix) with SMTP id BFC851FEC5 for ; Fri, 10 Nov 2006 06:38:39 +0100 (CET) Original-Received: by nf-out-0910.google.com with SMTP id l37so915560nfc for ; Thu, 09 Nov 2006 21:38:39 -0800 (PST) Original-Received: by 10.82.106.14 with SMTP id e14mr295282buc.1163137119141; Thu, 09 Nov 2006 21:38:39 -0800 (PST) Original-Received: by 10.82.138.15 with HTTP; Thu, 9 Nov 2006 21:38:39 -0800 (PST) Original-To: "mailing list for ConTeXt users" Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31812 Archived-At: Hello, I always thought that "any accent can be placed on any character" in TeX. However, probably due to some boxes, this fails to work sometimes. So how can I create "a with cedilla and ring above" for example: \r{\c a}? (Yes, I know that I can switch the order: \c{\r a} works as expected, but I need to create more complicated cases in general and I don't want to depend on whether the accent will be placed properly or not.) Is there any simple cure for that? Thanks a lot, Mojca