From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31845 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: combining multiple accents Date: Tue, 14 Nov 2006 15:49:30 +0100 Message-ID: <4559D77A.4090409@elvenkind.com> References: <6faad9f00611092138k59cc3e10p337ea71a1d43e769@mail.gmail.com> <4559C1AF.1010803@wxs.nl> 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 1163515808 11582 80.91.229.2 (14 Nov 2006 14:50:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Nov 2006 14:50:08 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 14 15:49:59 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 1Gjzbq-0007w1-Up for gctc-ntg-context-518@m.gmane.org; Tue, 14 Nov 2006 15:49:59 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 73CAD1FD1D; Tue, 14 Nov 2006 15:49:49 +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 27703-02-3; Tue, 14 Nov 2006 15:49:39 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4B0A01FD42; Tue, 14 Nov 2006 15:49:39 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4DD201FD4E for ; Tue, 14 Nov 2006 15:49:34 +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 27703-02-2 for ; Tue, 14 Nov 2006 15:49:27 +0100 (CET) Original-Received: from post-26.mail.nl.demon.net (post-26.mail.nl.demon.net [194.159.73.196]) by ronja.ntg.nl (Postfix) with SMTP id C6DC11FD1D for ; Tue, 14 Nov 2006 15:49:21 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:36242 helo=[10.10.0.3]) by post-26.mail.nl.demon.net with esmtp (Exim 4.51) id 1GjzbO-000Med-KY for ntg-context@ntg.nl; Tue, 14 Nov 2006 14:49:30 +0000 User-Agent: Mozilla Thunderbird 1.0.6-7.6.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <4559C1AF.1010803@wxs.nl> 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:31845 Archived-At: Hans Hagen wrote: > Mojca Miklavec wrote: > >>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? >> >> > > taco may know the limitations of \accent \accent only applies to characters, not the endresult of built-up stuff resulting from \bottomaccent (like \c ). There is no simple solution to this problem (where the font does not contain the needed character). Taco