ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
Subject: Re: Mixed Case Abbreviations
Date: Sat, 26 Aug 2006 17:39:35 +0200	[thread overview]
Message-ID: <20060826173935.e05bd5db.schuster.wolfgang@googlemail.com> (raw)
In-Reply-To: <3e73596b0608251329ha66cbbek56ace666a09b2747@mail.gmail.com>

On Fri, 25 Aug 2006 15:29:20 -0500
"Pepe Barbe" <elventear@gmail.com> 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

      reply	other threads:[~2006-08-26 15:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-25 20:29 Pepe Barbe
2006-08-26 15:39 ` Wolfgang Schuster [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060826173935.e05bd5db.schuster.wolfgang@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).