From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30510 Path: news.gmane.org!not-for-mail From: Wolfgang Schuster Newsgroups: gmane.comp.tex.context Subject: Re: Mixed Case Abbreviations Date: Sat, 26 Aug 2006 17:39:35 +0200 Message-ID: <20060826173935.e05bd5db.schuster.wolfgang@googlemail.com> References: <3e73596b0608251329ha66cbbek56ace666a09b2747@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 1156606818 9652 80.91.229.2 (26 Aug 2006 15:40:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 Aug 2006 15:40:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Aug 26 17:40:15 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 1GH0GU-0007ug-0A for gctc-ntg-context-518@m.gmane.org; Sat, 26 Aug 2006 17:40:06 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3D8091FE57; Sat, 26 Aug 2006 17:40:05 +0200 (CEST) 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 18706-03; Sat, 26 Aug 2006 17:39:56 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 47FAA1FE5B; Sat, 26 Aug 2006 17:39:56 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0CDFE1FE5B for ; Sat, 26 Aug 2006 17:39:53 +0200 (CEST) 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 09684-05-3 for ; Sat, 26 Aug 2006 17:39:48 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by ronja.ntg.nl (Postfix) with SMTP id A1B4D1FE57 for ; Sat, 26 Aug 2006 17:39:48 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id d4so938777nfe for ; Sat, 26 Aug 2006 08:39:48 -0700 (PDT) Original-Received: by 10.49.75.2 with SMTP id c2mr6765464nfl; Sat, 26 Aug 2006 08:39:48 -0700 (PDT) Original-Received: from unknown ( [89.51.234.61]) by mx.gmail.com with ESMTP id 8sm2513589hug.2006.08.26.08.39.46; Sat, 26 Aug 2006 08:39:47 -0700 (PDT) Original-To: ntg-context@ntg.nl In-Reply-To: <3e73596b0608251329ha66cbbek56ace666a09b2747@mail.gmail.com> X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.6.10; i686-pc-mingw32) 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:30510 Archived-At: On Fri, 25 Aug 2006 15:29:20 -0500 "Pepe Barbe" wrote: > Hello, > > Is it possible to have different cases in an abbreviation? For example mRNA. \definesynonyms[myabbreviation][myabbreviations][\myabbrev] \myabbreviation {mRNA} {mRNA} \starttext \mRNA \completelistofmyabbreviations %\placelistofmyabbreviations \stoptext or \definesynonyms[myabbreviation][myabbreviations][\myabbrev] \myabbreviation [MRNA] {mRNA} % shown in Text {Whatever mRNA means} % Fulltext shown in list \starttext \MRNA\ \myabbrev{MRNA} \completelistofmyabbreviations %\placelistofmyabbreviations \stoptext Wolfgang