list of all (even unused) abbreviations
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
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
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
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
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
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
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
\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
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
participants (2)
-
Jonas Stein
-
Wolfgang Schuster