ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Otared Kavian <otared@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Synonyms: difference between mkii and mkiv?
Date: Tue, 12 Oct 2010 11:48:19 +0200	[thread overview]
Message-ID: <7FCDD20A-008F-4A95-971A-E5D1EAF042A5@gmail.com> (raw)

Hi all,

When I typeset the following example (ConTeXt version 2010.10.11 16:59, from the Minimals)

%%% begin abbrev-test.tex
\definesynonyms[abbreviation][abbreviations][\infull][\inshort]
\starttext
\abbreviation{LCTVS}{Locally Convex Topological Vector Space}
\abbreviation{EEG} {Electroencephalogram}
\abbreviation{ERP} {Event-Related Potentials}
\abbreviation{TVS}{Topological Vector Space}

Test inshort: \inshort{EEG}, \inshort{ERP}, \inshort{TVS},

Test infull: \infull{EEG}, \infull{ERP}, \infull{TVS}, \infull{LCTVS}

\stoptext
%%% end abbrev-test.tex

with mkii I get:
	Test inshort: Electroencephalogram, Event-Related Potentials, Topological Vector Space, 
	Test infull: EEG, ERP, TVS, LCTVS

while in mkiv I get
	Test inshort: EEG, ERP, TVS, 
	Test infull: ELECTROENCEPHALOGRAM, EVENT-RELATED POTENTIALS, TOPOLOGICAL VECTOR SPACE, 
	LOCALLY CONVEX 	TOPOLOGICAL VECTOR SPACE

I mean in mkii the first command in the definition
	\definesynonyms[abbreviation][abbreviations][\infull][\inshort]
that is \infull, is considered to be the short version of the synonyms, while in mkiv it is considered to be the long version and CAPITALIZED.

Is this a bug or a change between mkii and mkiv? 
How can one set up the command in mkiv so that it is not all CAPITALS?

Thanks for your attention: OK

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


                 reply	other threads:[~2010-10-12  9:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=7FCDD20A-008F-4A95-971A-E5D1EAF042A5@gmail.com \
    --to=otared@gmail.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).