ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Mixed Case Abbreviations
@ 2006-08-25 20:29 Pepe Barbe
  2006-08-26 15:39 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Pepe Barbe @ 2006-08-25 20:29 UTC (permalink / raw)


Hello,

Is it possible to have different cases in an abbreviation? For example mRNA.

Thanks,
Pepe

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Mixed Case Abbreviations
  2006-08-25 20:29 Mixed Case Abbreviations Pepe Barbe
@ 2006-08-26 15:39 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2006-08-26 15:39 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-08-26 15:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-25 20:29 Mixed Case Abbreviations Pepe Barbe
2006-08-26 15:39 ` Wolfgang Schuster

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).