ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Julian Becker <becker.julian@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: synonyms/abbreviations and style setup question
Date: Mon, 9 May 2011 12:44:30 +0200	[thread overview]
Message-ID: <BANLkTim2ME60p+mLpPGvrs2LwY2HEvYDCg@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1026 bytes --]

I'm guessing that I have not yet understood how to use
abbreviations/synonyms correctly, but why does it make a difference if I
call the synonyms "abbreviations" or "tests"? That is why do the following
two files produce different results on my PC (Windows 7, context version
2011.02.09 16:42)? In the first case I get the abbreviation in capitals, in
the second case, no capitals. What would I have to do to get small capitals?
I tried "style=smallcaps", but that only gave me capitals all of the same
height, and no small capitals.

fileone.tex:
%----------------------
\definesynonyms[abbreviation][abbreviations][\infull]
\setupsynonyms[abbreviation][criterium=all,style=cap]

\abbreviation{ABR}{An Abbreviation}

\starttext
Here goes \infull{ABR}.
\placelistofabbreviations
\stoptext
%----------------------

filetwo.tex:
\definesynonyms[test][tests][\infull]
\setupsynonyms[test][criterium=all,style=cap]

\test{ABR}{An Abbreviation}

\starttext
Here goes \infull{ABR}.
\placelistoftests
\stoptext

Best regards,
Julian

[-- Attachment #1.2: Type: text/html, Size: 1282 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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:[~2011-05-09 10:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-09 10:44 Julian Becker [this message]
2011-05-09 10:53 Reviczky, Adam
2011-05-09 10:59 ` Julian Becker

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=BANLkTim2ME60p+mLpPGvrs2LwY2HEvYDCg@mail.gmail.com \
    --to=becker.julian@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).