ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* list of all (even unused) abbreviations
@ 2010-11-29 19:33 Jonas Stein
  2010-11-29 19:58 ` Wolfgang Schuster
  0 siblings, 1 reply; 10+ messages in thread
From: Jonas Stein @ 2010-11-29 19:33 UTC (permalink / raw)
  To: ntg-context


The Wiki [1] says: 
"If you want to put a list of the abbreviations used in your document you can type: \placelistofabbreviations"

How can i get a list of _all_ (even unused) abbreviations?


[1] http://wiki.contextgarden.net/Reference/en/definesynonyms


-- 
Jonas Stein <news@jonasstein.de>

___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: list of all (even unused) abbreviations
  2010-11-29 19:33 list of all (even unused) abbreviations Jonas Stein
@ 2010-11-29 19:58 ` Wolfgang Schuster
  2010-11-29 20:23   ` Jonas Stein
  0 siblings, 1 reply; 10+ messages in thread
From: Wolfgang Schuster @ 2010-11-29 19:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 29.11.2010 um 20:33 schrieb Jonas Stein:

> 
> The Wiki [1] says: 
> "If you want to put a list of the abbreviations used in your document you can type: \placelistofabbreviations"
> 
> How can i get a list of _all_ (even unused) abbreviations?

\placelistofabbreviations[criterium=all]

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: list of all (even unused) abbreviations
  2010-11-29 19:58 ` Wolfgang Schuster
@ 2010-11-29 20:23   ` Jonas Stein
  2010-11-30 20:21     ` Wolfgang Schuster
  0 siblings, 1 reply; 10+ messages in thread
From: Jonas Stein @ 2010-11-29 20:23 UTC (permalink / raw)
  To: ntg-context

>> How can i get a list of _all_ (even unused) abbreviations?
> \placelistofabbreviations[criterium=all]

that does not work here with mkiv
i get the text
[criterium=all]
after the usual list of abbreviations.

-- 
Jonas Stein <news@jonasstein.de>

___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: list of all (even unused) abbreviations
  2010-11-29 20:23   ` Jonas Stein
@ 2010-11-30 20:21     ` Wolfgang Schuster
  2010-12-01 19:58       ` Jonas Stein
  0 siblings, 1 reply; 10+ messages in thread
From: Wolfgang Schuster @ 2010-11-30 20:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 29.11.2010 um 21:23 schrieb Jonas Stein:

>>> How can i get a list of _all_ (even unused) abbreviations?
>> \placelistofabbreviations[criterium=all]
> 
> that does not work here with mkiv
> i get the text
> [criterium=all]
> after the usual list of abbreviations.

You need the setup command:

\setupsynonyms[abbreviation][criterium=all]

Example:

\definesynonyms[test][tests]

\setupsynonyms[test][criterium=all]

\test{one}{1}
\test{two}{2}

\starttext

\one

\placelistoftests

\stoptext

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: list of all (even unused) abbreviations
  2010-11-30 20:21     ` Wolfgang Schuster
@ 2010-12-01 19:58       ` Jonas Stein
  2010-12-01 20:04         ` Wolfgang Schuster
  0 siblings, 1 reply; 10+ messages in thread
From: Jonas Stein @ 2010-12-01 19:58 UTC (permalink / raw)
  To: ntg-context

>>>> How can i get a list of _all_ (even unused) abbreviations?
>>> \placelistofabbreviations[criterium=all]
>> 
>> that does not work here with mkiv
>> i get the text
>> [criterium=all]
>> after the usual list of abbreviations.
>
> You need the setup command:
>
> \setupsynonyms[abbreviation][criterium=all]
>
> Example:
>
> \definesynonyms[test][tests]
>
> \setupsynonyms[test][criterium=all]
>
> \test{one}{1}
> \test{two}{2}
>
> \starttext
>
> \one
>
> \placelistoftests
>
> \stoptext
>

This example did not work on my pc and not on
http://live.contextgarden.net/

What could be wrong here?

-- 
Jonas Stein <news@jonasstein.de>

___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: list of all (even unused) abbreviations
  2010-12-01 19:58       ` Jonas Stein
@ 2010-12-01 20:04         ` Wolfgang Schuster
  2010-12-02  1:52           ` Jonas Stein
  0 siblings, 1 reply; 10+ messages in thread
From: Wolfgang Schuster @ 2010-12-01 20:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 01.12.2010 um 20:58 schrieb Jonas Stein:

> This example did not work on my pc and not on
> http://live.contextgarden.net/
> 
> What could be wrong here?

The context on the wiki provides only mkii and your installation is probably to old.

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: list of all (even unused) abbreviations
  2010-12-01 20:04         ` Wolfgang Schuster
@ 2010-12-02  1:52           ` Jonas Stein
  2010-12-02 13:47             ` Wolfgang Schuster
  0 siblings, 1 reply; 10+ messages in thread
From: Jonas Stein @ 2010-12-02  1:52 UTC (permalink / raw)
  To: ntg-context

It works now.
I think i had a Problem with the line

\definesynonyms[abbreviation][abbreviations][\infull]
in Description on [1]

Should i delete the "[\infull]" there? It works fine without it.
I added an example now.

[1] http://wiki.contextgarden.net/Reference/en/definesynonyms

-- 
Jonas Stein <news@jonasstein.de>

___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: list of all (even unused) abbreviations
  2010-12-02  1:52           ` Jonas Stein
@ 2010-12-02 13:47             ` Wolfgang Schuster
  2010-12-04  1:43               ` Jonas Stein
  0 siblings, 1 reply; 10+ messages in thread
From: Wolfgang Schuster @ 2010-12-02 13:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 02.12.2010 um 02:52 schrieb Jonas Stein:

> It works now.
> I think i had a Problem with the line
> 
> \definesynonyms[abbreviation][abbreviations][\infull]
> in Description on [1]
> 
> Should i delete the "[\infull]" there? It works fine without it.

Provide a example where it doesn’t work, the \infull is to get
the full text of the abbreviation in your text, e.g. \infull{VVV}.

Wolfgang


___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: list of all (even unused) abbreviations
  2010-12-02 13:47             ` Wolfgang Schuster
@ 2010-12-04  1:43               ` Jonas Stein
  2010-12-04 14:38                 ` Wolfgang Schuster
  0 siblings, 1 reply; 10+ messages in thread
From: Jonas Stein @ 2010-12-04  1:43 UTC (permalink / raw)
  To: ntg-context

>> \definesynonyms[abbreviation][abbreviations][\infull]
>> in Description on [1]
>> 
>> Should i delete the "[\infull]" there? It works fine without it.
>
> Provide a example where it doesn’t work, the \infull is to get
> the full text of the abbreviation in your text, e.g. \infull{VVV}.

in the wiki is an example:
http://wiki.contextgarden.net/Reference/en/definesynonyms

i think "[\infull]" in line 
\definesynonyms[abbreviation][abbreviations][\infull]
is not necessary as it works in the example fine without it.

Kind regards,

-- 
Jonas Stein <news@jonasstein.de>

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: list of all (even unused) abbreviations
  2010-12-04  1:43               ` Jonas Stein
@ 2010-12-04 14:38                 ` Wolfgang Schuster
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Schuster @ 2010-12-04 14:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 04.12.2010 um 02:43 schrieb Jonas Stein:

>> Provide a example where it doesn’t work, the \infull is to get
>> the full text of the abbreviation in your text, e.g. \infull{VVV}.
> 
> in the wiki is an example:
> http://wiki.contextgarden.net/Reference/en/definesynonyms
> 
> i think "[\infull]" in line 
> \definesynonyms[abbreviation][abbreviations][\infull]
> is not necessary as it works in the example fine without it.

\abbreviation is predefined in the core and the \infull command
is there for a certain purpose:

\setupsynonyms[abbreviation][criterium=all]

\abbreviation{NASA}{National Aeronautics and Space Administration}
\abbreviation{UNO} {United Nations Organization}
\abbreviation{WHO} {World Health Organization}

\starttext

\NASA, \WHO: \infull{WHO}

\placelistofabbreviations

\stoptext

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2010-12-04 14:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-29 19:33 list of all (even unused) abbreviations Jonas Stein
2010-11-29 19:58 ` Wolfgang Schuster
2010-11-29 20:23   ` Jonas Stein
2010-11-30 20:21     ` Wolfgang Schuster
2010-12-01 19:58       ` Jonas Stein
2010-12-01 20:04         ` Wolfgang Schuster
2010-12-02  1:52           ` Jonas Stein
2010-12-02 13:47             ` Wolfgang Schuster
2010-12-04  1:43               ` Jonas Stein
2010-12-04 14:38                 ` 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).