[NTG-context] Re: language in tagging and export

2025-07-14 Thread Hans Hagen via ntg-context
use dvi adn its special variants have gone out of scope) BTW, besides alternative and actual text we need to implement `/E` (expansion of acronyms and abbreviations). i remember seeing that and wondering why that was useful ... if acronyms are a problem then they should not be used; one can ha

[NTG-context] Re: language in tagging and export

2025-07-14 Thread Pablo Rodriguez via ntg-context
ld later include more items (as required/needed by users). BTW, besides alternative and actual text we need to implement `/E` (expansion of acronyms and abbreviations). If we already have `\definesynonyms`, it may be only adding proper taggig for it (even when no `\placelist[synonyms]`

[NTG-context] Re: List of abbreviations

2025-05-10 Thread Jeroen
ation starts should be the same at > lets say 30mm from the margin and in case it jumps to a next line, it also > should continue at 30mm from the margin and not back at the margin. What > would be the best way to achieve this? > > > > https://wiki.contextgarden.net/Command/de

[NTG-context] Re: List of abbreviations

2025-05-09 Thread Bruce Horrocks
the best way to achieve this? > > https://wiki.contextgarden.net/Command/definesynonyms There is also \definetabulate - see page 42 of the ma-cb-en.pdf manual. — Bruce Horrocks Hampshire, UK ___ If your que

[NTG-context] Re: List of abbreviations

2025-05-09 Thread Wolfgang Schuster
30mm from the margin and in case it jumps to a next line, it also should continue at 30mm from the margin and not back at the margin. What would be the best way to achieve this? https://wiki.contextgarden.net/Command/definesynonyms Wolfgang

[NTG-context] Re: whitespace inside synonym

2025-01-02 Thread Damien Thiriet via ntg-context
Hi Bruce, This is exactly what I was looking for! Moreover I received your answer exactly when I was planning to spend some time on a workaround in Lua, so you might have saved me some headaches… Thanks! Damien Not sure this helps you much but there is: \definesynonyms [vocabulaire

[NTG-context] Re: whitespace inside synonym

2025-01-02 Thread Bruce Horrocks
> On 31 Dec 2024, at 17:18, Damien Thiriet via ntg-context > wrote: > > Hello, > > I am using the synonym mechanizm to design a glossary for my pupils. > I am stuck with this: how can I insert a whitespace inside a synonym > definition? > > What I achieve

[NTG-context] whitespace inside synonym

2024-12-31 Thread Damien Thiriet via ntg-context
Hello, I am using the synonym mechanizm to design a glossary for my pupils. I am stuck with this: how can I insert a whitespace inside a synonym definition? What I achieved yet is: \definesynonyms [vocabulaire] [vocabulaire] [\LaDef] \starttext \vocabulaire{Unionpersonnelle}{Deux États

[NTG-context] Re: \setupsynonyms textstyle=cap failing

2023-12-24 Thread Wolfgang Schuster
why I needed to see a number, look up 'weird error' in the index to The TeXbook.) mtx-context | fatal error: return code: 1 It works on https://context-on-web.eu (ConTeXt version : 2022.12.22 22:17) \definesynonyms    [abbreviation] [abbreviations] [\AbbreviationsFull] \setups

[NTG-context] Re: \setupsynonyms textstyle=cap failing

2023-12-23 Thread Bruce Horrocks
x27;0'. (If you can't figure out why > I > needed to see a number, look up 'weird error' in the index to The TeXbook.) > mtx-context | fatal error: return code: 1 > > It works on https://context-on-web.eu (ConTeXt version : 2022.12.22 22:17) > >

[NTG-context] \setupsynonyms textstyle=cap failing

2023-12-23 Thread Garulfo
;weird error' in the index to The TeXbook.) mtx-context | fatal error: return code: 1 It works on https://context-on-web.eu (ConTeXt version : 2022.12.22 22:17) \definesynonyms    [abbreviation] [abbreviations] [\AbbreviationsFull] \setupsynonyms [abbreviation] [textstyle=bold] \s

[NTG-context] \placelistofabbreviations in project structure?

2022-06-19 Thread jbf via ntg-context
environment file for the project contains the definitions. e.g. \definesynonyms[abbreviation][abbreviations][\infull] \setupsynonyms[abbreviation][synonymstyle=\em] \abbreviation[adjp] {adjp.} {adjectival phrase} All dictionary components (A-Z) call on the main environment file where the above is

Re: [NTG-context] Table of Contents Header?

2021-12-30 Thread kauśika via ntg-context
On Friday, December 31, 2021 7:53:08 AM IST Michael Urban via ntg-context wrote: > Or is there some more foolproof way of getting those headers into the right > place? Here is something I quickly wrote up: First, define some labels for the columns of the ToC — \definesynonyms[to

Re: [NTG-context] Short forms and abbreviations in bibliography

2021-10-11 Thread Joey McCollum via ntg-context
ffer] % Setup a new cite alternative to test the desired functionality \startbtxrenderingdefinitions[chicago] \definesynonyms[abbreviation][abbreviations][\infull][\inshort] % we need the \inshort command to access abbreviations by their entry tag \startsetups btx:chicago:cite:shorthand \fastsetup{bt

Re: [NTG-context] Short forms and abbreviations in bibliography

2021-10-06 Thread Joey McCollum via ntg-context
>> wrote: >> >>> All right, I think I see what I did wrong; I just needed to enclose the >>> whole \abbreviation command in an \expanded command as follows: >>> >>> ``` >>> \startsetups btx:sbl:cite:short >>> ... >>> \btxdoif {shor

Re: [NTG-context] Short forms and abbreviations in bibliography

2021-10-06 Thread Joey McCollum via ntg-context
tups >> ``` >> >> It looks like passing the macro \currentbtxtag as the tag for the >> abbreviation works fine. And if I redefine the abbreviations synonyms list >> as follows, I can use \inshort[\currentbtxtag]: >> >> ``` >> \definesynonyms[abbreviation]

Re: [NTG-context] Short forms and abbreviations in bibliography

2021-10-06 Thread Joey McCollum via ntg-context
onyms list > as follows, I can use \inshort[\currentbtxtag]: > > ``` > \definesynonyms[abbreviation][abbreviations][\infull][\inshort] > ``` > > I'll add more to the thread if I run into any problems making this more > complex! > > Joey > > On Wed, Oct 6, 2021

Re: [NTG-context] Short forms and abbreviations in bibliography

2021-10-06 Thread Joey McCollum via ntg-context
}}} } ... \stopsetups ``` It looks like passing the macro \currentbtxtag as the tag for the abbreviation works fine. And if I redefine the abbreviations synonyms list as follows, I can use \inshort[\currentbtxtag]: ``` \definesynonyms[abbreviation][abbreviations][\infull][\inshort] ``` I'll add more t

Re: [NTG-context] Short forms and abbreviations in bibliography

2021-10-06 Thread Joey McCollum via ntg-context
ter to discuss the details in a >> separate e-mail thread.) >> >> Joey >> >> On Mon, Aug 9, 2021 at 4:12 AM Denis Maier via ntg-context < >> ntg-context@ntg.nl> wrote: >> >>> >>> >>> > -Ursprüngliche

[NTG-context] (no subject)

2021-09-08 Thread Marcus Vinicius Mesquita via ntg-context
Dear list, Let's say we have two types of synonyms: \definesynonyms[Abrev][Abrevs][\AbrevExp][\AbrevComp] \definesynonyms[Rubrica][Rubricas][\RubricaExp][\RubricaComp] Is it possible to combine them in a unique list of merged Abrevs and Rubricas? TIA Marcus Vinicius -- Todas as c

Re: [NTG-context] Short forms and abbreviations in bibliography

2021-08-22 Thread Joey McCollum via ntg-context
viations in bibliography >> > >> > >> > >> > > Am 07.08.2021 um 21:53 schrieb Joey McCollum via ntg-context > > cont...@ntg.nl>: >> > > >> > > A separate list of abbreviations would then list "LSAWS" alongside >> "Lingui

Re: [NTG-context] Short forms and abbreviations in bibliography

2021-08-09 Thread Joey McCollum via ntg-context
t; > > > > > Am 07.08.2021 um 21:53 schrieb Joey McCollum via ntg-context > cont...@ntg.nl>: > > > > > > A separate list of abbreviations would then list "LSAWS" alongside > "Linguistic > > Studies in Ancient West Semitic" (and likewi

Re: [NTG-context] Short forms and abbreviations in bibliography

2021-08-09 Thread Denis Maier via ntg-context
likewise for other journal/series > abbreviations). > > Regarding abbreviations have a look at > https://wiki.contextgarden.net/Command/definesynonyms > > It should be as easy as > > \abbreviation{LSAWS}{Linguistic Studies in Ancient West Semitic} > > The

Re: [NTG-context] Short forms and abbreviations in bibliography

2021-08-07 Thread Henning Hraban Ramm via ntg-context
ng abbreviations have a look at https://wiki.contextgarden.net/Command/definesynonyms It should be as easy as \abbreviation{LSAWS}{Linguistic Studies in Ancient West Semitic} The full name of \quote{LSAWS} is \infull{LSAWS}. \placelistofabbreviations I had a case where mostly abbreviations w

Re: [NTG-context] LMTX bug? \completelistofabbreviations

2021-02-12 Thread Hans Hagen
4 and linux. Context --luatex worked fine. A minimal file based on the wiki examples produced the same error on \completelistoftests: \definesynonyms[test][tests][\infull] \setupsynonyms[test][criterium=all] \test{ITU}{International Telecommunication Union} \test{MID}{Maritime Identification

[NTG-context] LMTX bug? \completelistofabbreviations

2021-02-12 Thread Bert Verbeek
. A minimal file based on the wiki examples produced the same error on \completelistoftests: \definesynonyms[test][tests][\infull] \setupsynonyms[test][criterium=all] \test{ITU}{International Telecommunication Union} \test{MID}{Maritime Identification Digit} \test{Ch}{Switzerland} \starttext

Re: [NTG-context] \infull not working

2020-11-18 Thread Nigel King
I have used the following test file which > is from the wiki but split the line with \infull{Ch} in two to be certain. > \definesynonyms[test][tests][\infull] > \setupsynonyms[test][criterium=all] > \test{ITU}{International Telecommunication Union} > \test{MID}{Maritime Ide

Re: [NTG-context] \infull not working

2020-11-18 Thread Hans Hagen
test file which is from the wiki but split the line with \infull{Ch} in two to be certain. \definesynonyms[test][tests][\infull] \setupsynonyms[test][criterium=all] \test{ITU}{International Telecommunication Union} \test{MID}{Maritime Identification Digit} \test{Ch}{Switzerland

[NTG-context] \infull not working

2020-11-18 Thread Nigel King
split the line with \infull{Ch} in two to be certain. \definesynonyms[test][tests][\infull] \setupsynonyms[test][criterium=all] \test{ITU}{International Telecommunication Union} \test{MID}{Maritime Identification Digit} \test{Ch}{Switzerland} \starttext The \ITU\ is an organisation in \infull

[NTG-context] placelistofsynonyms without tabulate

2020-03-30 Thread Benjamin Buchmuller
simple way to define my own command to achieve the following: \definesynonyms[glossary][glossaries][\fullgloss]%[#4] % I wonder also what #4 is supposed to do? \setupsynonyms[glossary][headstyle=bold] \glossary[US]{United States}{The US is a country in the Americas.} \glossary[UK]{United Kingdom}{The

Re: [NTG-context] Formatting spaces for \placelistof ?

2019-12-12 Thread Jon Wong
> small. > > \definesynonyms[term][terms][\deffull] > \setupsynonyms[term][textstyle=cap] > \placelistofterms ___ If your question is of interest to others as well, please add an entry to the Wiki! maill

[NTG-context] Formatting spaces for \placelistof ?

2019-12-12 Thread Jon Wong
Space between the term (left column) and the definition (right column) is too small. \definesynonyms[term][terms][\deffull] \setupsynonyms[term][textstyle=cap] \placelistofterms ___ If your question is of interest to

Re: [NTG-context] List of Symbols/Abbreviations/Glosses with more then two entries

2019-10-11 Thread Thomas Welter
Since there has not been a response (and since I am still unhappy with the limitations of \definesynonyms) I came up with my own solution which is included in this mail. The code provides a fully automated handling of symbols. I think this might be useful for a lot of people in engineering

[NTG-context] List of Symbols/Abbreviations/Glosses with more then two entries

2019-06-12 Thread Thomas Welter
The synonym "sym" defined by \definesynonyms[sym][syms][\symdesc] can take 2 entries by default: \sym[]{}{} For theses and whitepapers in the natural sciences and in engineering it is needed to introduce another entry for the unit: \sym[]{}{}{} (<-- This does of course not com

Re: [NTG-context] problem with math: "\left" leads to "udefined symbol" --solved (sort of)

2017-01-24 Thread Hans Hagen
On 1/24/2017 4:47 PM, j. van den hoff wrote: well after incrementally deleting most everything from my document I now seem to have a reproducible example: 8<---- \definesynonyms[MySymbol][MySymbols][\meaning] \MySymbol [whaever] {this} { me

Re: [NTG-context] problem with math: "\left" leads to "udefined symbol" --solved (sort of)

2017-01-24 Thread j. van den hoff
well after incrementally deleting most everything from my document I now seem to have a reproducible example: 8<---- \definesynonyms[MySymbol][MySymbols][\meaning] \MySymbol [whaever] {this} { means } \starttext \startformula x = \left ( 1

Re: [NTG-context] Smart Acronym Pluralization (`y' or `ie' before `s')

2015-05-24 Thread Alexander Shukaev
On Sun, May 24, 2015 at 11:17 AM, Hans Hagen wrote: > On 5/24/2015 1:39 AM, Alexander Shukaev wrote: > >> Hello, >> >> Consider the following: >> >> \definesynonyms >> [ACRONYM] >> [ACRONYMS] >> [\FULL] >> [\SHORT] >> &g

Re: [NTG-context] Smart Acronym Pluralization (`y' or `ie' before `s')

2015-05-24 Thread Hans Hagen
On 5/24/2015 1:39 AM, Alexander Shukaev wrote: Hello, Consider the following: \definesynonyms [ACRONYM] [ACRONYMS] [\FULL] [\SHORT] \ACRONYM{DLL}{Dynamic-Link Librar\doifnextcharelse{s}{ie}{y}} Why \FULL{DLL}s does not do what I expect it to do? I assume that it's be

[NTG-context] Smart Acronym Pluralization (`y' or `ie' before `s')

2015-05-23 Thread Alexander Shukaev
Hello, Consider the following: \definesynonyms [ACRONYM] [ACRONYMS] [\FULL] [\SHORT] \ACRONYM{DLL}{Dynamic-Link Librar\doifnextcharelse{s}{ie}{y}} Why \FULL{DLL}s does not do what I expect it to do? I assume that it's because `\doifnextcharelse' expands before `\FULL'. So

Re: [NTG-context] Synonyms’ \infull doesn’t work anymore

2015-05-01 Thread Thomas Floeren
> On 01 May 15, at 11:47, Wolfgang Schuster wrote: > > >> Am 01.05.2015 um 04:11 schrieb Thomas Floeren : >> >> Hi, >> >> starting with the Beta from 16 April I have a problem with synonyms. The >> \infull part doesn’t work anymore. >> &g

Re: [NTG-context] Synonyms’ \infull doesn’t work anymore

2015-05-01 Thread Wolfgang Schuster
> Am 01.05.2015 um 04:11 schrieb Thomas Floeren : > > Hi, > > starting with the Beta from 16 April I have a problem with synonyms. The > \infull part doesn’t work anymore. > > Example: > > ``` > \definesynonyms [Tea] [Teas] [\fullTea] > \setupsynonyms

[NTG-context] Synonyms’ \infull doesn’t work anymore

2015-04-30 Thread Thomas Floeren
Hi, starting with the Beta from 16 April I have a problem with synonyms. The \infull part doesn’t work anymore. Example: ``` \definesynonyms [Tea] [Teas] [\fullTea] \setupsynonyms [Tea] [synonymstyle=italic] \Tea [tFop] {FOP} {Flowery Orange Pekoe} \starttext \tFop\ is ‘\fullTea{tFop

Re: [NTG-context] Synonyms - feature request?

2015-04-15 Thread Hans Hagen
think this would be a useful feature addition? Robin \definesynonyms[abbreviation][abbreviations][\infull] \setupsynonyms[abbreviation][ state=start, %explain=first,% first,always,never %explainscope=text,% text,part,chapter,section... %explainalternative

[NTG-context] Synonyms - feature request?

2015-03-25 Thread Robin.Kirkham
\definesynonyms[abbreviation][abbreviations][\infull] \setupsynonyms[abbreviation][ state=start, %explain=first,% first,always,never %explainscope=text,% text,part,chapter,section... %explainalternative=a, % a: XX (Xxx Xxx), b: Xxx Xxx (XX), command

Re: [NTG-context] Link to mentions in listof and to listof in mentions?

2015-03-12 Thread Norbert Melzer
e `\listofabbrevs` and also that there is a comma > separated list of pages which mention `\AI`, just as the acronym portion of > LaTeXs glossaries does? > > ```tex > \setupinteraction[state=start] > \definesynonyms[abbrev][abbrevs][\longform] > \abbrev{AI}{

[NTG-context] Link to mentions in listof and to listof in mentions?

2015-03-10 Thread Norbert Melzer
] \definesynonyms[abbrev][abbrevs][\longform] \abbrev{AI}{Artificial Intelligence} \starttext \AI \completelistofabbrevs \stoptext ``` TIA Norbert ___ If your question is of interest to others as well, please add an entry to

Re: [NTG-context] equivalent to \newcommand{...}{\ensuremath{...}}

2014-12-09 Thread Peter Münster
On Tue, Dec 09 2014, Aditya Mahajan wrote: > \definesynonyms[mathnotation][mathnotations][\infull] Perhaps better: \inFull ;) -- Peter ___ If your question is of interest to others as well, please

Re: [NTG-context] equivalent to \newcommand{...}{\ensuremath{...}}

2014-12-09 Thread j. van den hoff
names clash) safer alternative is to use uppercase or camelcase words to define your own commands: either \KM or \Km. This way you avoid conflict with inbuilt commands. understood. If you are using macros for abbreviations, you can also use the following: \definesynonyms[mathnotation][ma

Re: [NTG-context] equivalent to \newcommand{...}{\ensuremath{...}}

2014-12-09 Thread Aditya Mahajan
following: \definesynonyms[mathnotation][mathnotations][\infull] \mathnotation [KM] {\mathematics{K_m}} {Viscosity of membrane} \starttext \placelistofmathnotations \section{Test} We can use \KM\ to denote \infull{KM}. \startformula \KM = 10 \stopformula \stoptext This way, you get

Re: [NTG-context] Problem with List of Abbreviations

2014-07-29 Thread Wolfgang Schuster
ll name should be slanted. > I had it working, albeit with some tricks, with older versions of mkiv, up > till 25-01, but with more recent versions things don’t work anymore. > Also the setup-commands seem to have been changed: > In recent versions the pair: > definesynonyms[abb

Re: [NTG-context] Problem with List of Abbreviations

2014-07-29 Thread Hans Hagen
working, albeit with some tricks, with older versions of mkiv, up till 25-01, but with more recent versions things don’t work anymore. Also the setup-commands seem to have been changed: In recent versions the pair: definesynonyms[abbreviation][abbreviations][\infull][\inshort] \setupabbreviations

[NTG-context] Problem with List of Abbreviations

2014-07-29 Thread Robert Blackstone
versions of mkiv, up till 25-01, but with more recent versions things don’t work anymore. Also the setup-commands seem to have been changed: In recent versions the pair: definesynonyms[abbreviation][abbreviations][\infull][\inshort] \setupabbreviations[textstyle=slanted,synonymstyle=slanted,criterium

Re: [NTG-context] “Case-insensitive” sorting for \placelistofsynonyms?

2014-06-01 Thread Hans Hagen
proposed by Hans here: http://www.ntg.nl/pipermail/ntg-context/2010/052950.html), but failed: \setuplayout[topspace=1cm,height=middle] \setupbodyfont[11pt] \starttext \definesynonyms[abbr][abbrs][\unabbr] \def\Test#1{\vbox{{\bf#1}\blank\placelistofabbrs[criterium=all,language=cz,method={#1

Re: [NTG-context] “Case-insensitive” sorting for \placelistofsynonyms?

2014-05-29 Thread Hans Hagen
proposed by Hans here: http://www.ntg.nl/pipermail/ntg-context/2010/052950.html), but failed: \setuplayout[topspace=1cm,height=middle] \setupbodyfont[11pt] \starttext \definesynonyms[abbr][abbrs][\unabbr] \def\Test#1{\vbox{{\bf#1}\blank\placelistofabbrs[criterium=all,language=cz,method={#1

[NTG-context] “Case-insensitive” sorting for \placelistofsynonyms?

2014-05-29 Thread Benjamin Buchmuller
/ntg-context/2010/052950.html), but failed: \setuplayout[topspace=1cm,height=middle] \setupbodyfont[11pt] \starttext \definesynonyms[abbr][abbrs][\unabbr] \def\Test#1{\vbox{{\bf#1}\blank\placelistofabbrs[criterium=all,language=cz,method={#1}]}\blank} wanted result: oá öb Oč Öď Oo Öo oo öo Öq

[NTG-context] [bug?] no space before \cite[data][] and after \abbreviation

2014-05-22 Thread pol stra
{Abbreviation}" "an \AB some text" will give "an ABsome text" => missing space after abbreviation "an {\AB} some text" will give "an AB some text" => OK "an \infull{AB} some text" will give "an some text" => miss

Re: [NTG-context] Spaces in commands

2012-11-20 Thread Wolfgang Schuster
Am 21.11.2012 um 08:38 schrieb H. Özoguz : > Am 20.11.2012 16:02, schrieb ntg-context-requ...@ntg.nl: >> There is also, the not to be advertised command:), \autoinsertnextspace. >> >> Aditya > Thansk for this one! There are cases where \autoinsertnextspace doesn’t wor

Re: [NTG-context] Interactive URL's and Acronyms

2012-09-07 Thread Markus Hubig
; > | [state=start, color=black, contrastcolor=black, style=normal] > > | \definesynonyms [acronym] [acronyms] [\infull] > > | \setupsynonyms [acronym] [criterium=all] > > > > would be enough. But it's not... what I am missing here? > > There are different way

Re: [NTG-context] Interactive URL's and Acronyms

2012-09-07 Thread Wolfgang Schuster
Am 07.09.2012 um 17:58 schrieb Markus Hubig : > Hi @all, > > how do I get clickable/interactiv URLs and acronyms. After reading > the manual I thought just setting > > | \setupinteraction > | [state=start, color=black, contrastcolor=black, style=normal] > |

[NTG-context] Interactive URL's and Acronyms

2012-09-07 Thread Markus Hubig
Hi @all, how do I get clickable/interactiv URLs and acronyms. After reading the manual I thought just setting | \setupinteraction | [state=start, color=black, contrastcolor=black, style=normal] | \definesynonyms [acronym] [acronyms] [\infull] | \setupsynonyms [acronym] [criterium=all] would

[NTG-context] synonyms/abbreviations and style setup question

2011-05-09 Thread Julian Becker
ion 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: %---

Re: [NTG-context] \definesynonyms broken?

2011-01-26 Thread Verhaag, G.C.H.M.
Peter Münster wrote: "Verhaag, G.C.H.M." writes: \definesynonyms[kind][kinds][\infull] \definesynonyms[state][states][\infull] Don't use the same command. Better: \definesynonyms[kind][kinds][\KindFull] \definesynonyms[state][states][\StateFull] Hi, Thanks

Re: [NTG-context] \definesynonyms broken?

2011-01-26 Thread Peter Münster
"Verhaag, G.C.H.M." writes: > \definesynonyms[kind][kinds][\infull] > \definesynonyms[state][states][\infull] Don't use the same command. Better: \definesynonyms[kind][kinds][\KindFull] \definesynonyms[state][states][\StateFull]

[NTG-context] \definesynonyms broken?

2011-01-26 Thread Verhaag, G.C.H.M.
Hi, I use \definesynonyms in several documents but it seems to be broken! For testing purposes I use the folowing command: \definesynonyms[kind][kinds][\infull] \kind{to}{test one!} \kind{t}{sonething else} \definesynonyms[state][states][\infull] \state{a}{anything} \state{ab}{anything b

Re: [NTG-context] Three column nomenclature settings?

2010-12-17 Thread Wolfgang Schuster
Am 01.12.2010 um 14:50 schrieb seasoul: > Nomenclature can be considered as a type of synonyms. > > Therefore, I can define a nomenclature as : > > \definesynonyms[nomenclature][nomenclatures][\infull] > \setupsynonyms[nomenclature] [criterium=all,location=serried] >

Re: [NTG-context] Which way to type greek letters in synonym list?

2010-12-16 Thread Jonas Stein
> \abbreviation[ALPHA]{α}{Angle of something} > \setupbodyfont[termes] > \starttext > \ALPHA > \stoptext a copy is here now: http://wiki.contextgarden.net/Reference/en/definesynonyms#Hint -- Jonas Stein ___

[NTG-context] Which way to type greek letters in synonym list?

2010-12-06 Thread seasoul
Dear All, I am setting up the synonym list. I defined it as "nomenclature" \definesynonyms[nomenclature][nomenclatures][\infull] \setupsynonyms[nomenclature] [criterium=all,location=serried] when i type in someting like \nomenclature{A} {Area} it works. But if I type \no

Re: [NTG-context] list of all (even unused) abbreviations

2010-12-04 Thread Wolfgang Schuster
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 &

Re: [NTG-context] abbreviation with Umlaut fails

2010-12-04 Thread Hans Hagen
On 4-12-2010 5:48, Jonas Stein wrote: \definesynonyms[abbreviation][abbreviations] \setupsynonyms[abbreviation][criterium=all] \abbreviation{KüFuSt}{Küstenfunkstelle} works in mkiv; in mkii names have only letters a-z A-Z, there you shoul use: \abbreviation[KuFuSt]{KüFuSt}{Küstenfunkstelle

[NTG-context] abbreviation with Umlaut fails

2010-12-03 Thread Jonas Stein
\definesynonyms[abbreviation][abbreviations] \setupsynonyms[abbreviation][criterium=all] \abbreviation{KüFuSt}{Küstenfunkstelle} fails. Is it a bug? The rest of the Text works fine with Umlauts Kind regards, -- Jonas Stein

Re: [NTG-context] list of all (even unused) abbreviations

2010-12-03 Thread Jonas Stein
>> \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 abbreviati

Re: [NTG-context] list of all (even unused) abbreviations

2010-12-02 Thread Wolfgang Schuster
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

Re: [NTG-context] list of all (even unused) abbreviations

2010-12-01 Thread 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. I added an example now. [1] http://wiki.contextgarden.net/Reference/en/definesynonyms -- J

Re: [NTG-context] list of all (even unused) abbreviations

2010-12-01 Thread Jonas Stein
u 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 > > \

[NTG-context] Three column nomenclature settings?

2010-12-01 Thread seasoul
Nomenclature can be considered as a type of synonyms. Therefore, I can define a nomenclature as : \definesynonyms[nomenclature][nomenclatures][\infull] \setupsynonyms[nomenclature] [criterium=all,location=serried] here I use location=serried, becasue I found the synonym is not in the same

Re: [NTG-context] list of all (even unused) abbreviations

2010-11-30 Thread Wolfgang Schuster
s. 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 _

[NTG-context] list of all (even unused) abbreviations

2010-11-29 Thread 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? [1] http://wiki.contextgarden.net/Reference/en/definesynonyms -- J

[NTG-context] completelistofabbreviations without chapternumber

2010-11-29 Thread Jonas Stein
how can i get the completelistofabbreviations [1] without a chapternumber? kind regards, [1] http://wiki.contextgarden.net/Reference/en/definesynonyms -- Jonas Stein ___ If your question is of interest to others

[NTG-context] Feature request: list of abbreviations

2010-11-02 Thread Otared Kavian
example: % - 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

[NTG-context] Synonyms: difference between mkii and mkiv?

2010-10-12 Thread Otared Kavian
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

[NTG-context] Feature request: \completeReverseListOfAbbreviations

2010-09-28 Thread Otared Kavian
ers the minimal example: % - 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{T

Re: [NTG-context] mkiv and Reverse list of abbreviations

2010-08-31 Thread Hans Hagen
-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

[NTG-context] mkiv and Reverse list of abbreviations

2010-08-31 Thread Otared Kavian
Hi everyone, I have three questions regarding the use of abbreviations in mkiv: it seems that there is a difference between the way in which mkii and mkiv treat the definitions of synonyms. If one considers the minimal example: % - begin abbrev-test.tex \definesynonyms[abbreviation

[NTG-context] definesynonyms & infull [mkiv]

2010-05-31 Thread Thomas Floeren
Hi, the following example works in mkii, but in mkiv the first 'infull' won't appear: \enableregime [utf] \definesynonyms [StandardAbbrev] [StandardAbbrevs] [\infull] \definesynonyms [TechAbbrev] [TechAbbrevs] [\infull] \StandardAbbrev [DIN] {\kap{din}} {Deutsches Institut fü

Re: [NTG-context] Numbers in \definesynonyms

2010-05-13 Thread Hans Hagen
On 13-5-2010 10:42, Otared Kavian wrote: Dear all, When defining abbreviations through \definesynonyms, if the abbreviation contains a digit then it seems that the built-in macro is not recognized: in the example below the command \EEG is recognized, whereas \M2 or \Y2K are not. Is there a

[NTG-context] Numbers in \definesynonyms

2010-05-13 Thread Otared Kavian
Dear all, When defining abbreviations through \definesynonyms, if the abbreviation contains a digit then it seems that the built-in macro is not recognized: in the example below the command \EEG is recognized, whereas \M2 or \Y2K are not. Is there a way around this difficulty? Or should one

Re: [NTG-context] tooltips and glossary

2010-05-06 Thread Michael Saunders
rying to work in lua. So, I have pursued the problem via the \definesynonyms approach. What I have so far can do all the basic things I imagined, and only seems to need some cosmetic work now. This is what I have: In the preamble: \definesynonyms[gentry][gentries][\infull][\inshort] %to co

Re: [NTG-context] tooltips and glossary

2010-05-06 Thread luigi scarso
to be three > approaches: > > I. Willi Egger---synonym-based > II. Marius---modified index > III. Philipp Gesang---lua-based > > I. So far, Willi's synonym-based solution looks simple and promising. > I imagine something like this: > > \definesynonyms[gloss][gloss

Re: [NTG-context] tooltips and glossary

2010-05-05 Thread Philipp Gesang
Hello again, On 2010-05-04 <23:36:17>, Michael Saunders wrote: > III. Philipp Gesang's lua-based solution connects headwords to > entries just as \definesynonyms[gentry][gentries][\infull][\inshort] > does, and it produces something that looks like a glossary, but the &g

Re: [NTG-context] tooltips and glossary

2010-05-04 Thread Michael Saunders
index III. Philipp Gesang---lua-based I. So far, Willi's synonym-based solution looks simple and promising. I imagine something like this: \definesynonyms[gloss][glosses][\infull][\inshort]%to make short glosses available for tooltips \definesynonyms[gentry][gentries][\infull][\inshort]%to conne

Re: [NTG-context] tooltips and glossary

2010-05-04 Thread Willi Egger
Hi, Why do you complain about other user's English? - Let us be happy, that people of another mother tong including my self do participate on the list and share their experience with others! According to what I tested the basic functionality is already available in Context: \definesyn

Re: [NTG-context] tooltips and glossary

2010-05-03 Thread Wolfgang Schuster
Am 03.05.10 21:18, schrieb Michael Saunders: http://wiki.contextgarden.net/Reference/en/definesynonyms If you read that page, you'll notice it doesn't say what the second and third arguments of \definesynonyms do, what the command \definesynonyms itself does, nor does it hi

Re: [NTG-context] tooltips and glossary

2010-05-03 Thread Michael Saunders
ppearance of the printed >> "references". Wolfgang Schuster: > http://wiki.contextgarden.net/Reference/en/definesynonyms If you read that page, you'll notice it doesn't say what the second and third arguments of \definesynonyms do, what the command \definesynony

Re: [NTG-context] tooltips and glossary

2010-05-03 Thread Wolfgang Schuster
to control the appearance of the printed "references". http://wiki.contextgarden.net/Reference/en/definesynonyms Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] LuaTex choking on \definesynonyms?

2009-08-30 Thread Hans Hagen
Roland wrote: Hi, sorry to get back to this so late but I still can't get it to work with the latest updated ConTeXt Minimals. Am I using a wrong command? Is the command already integrated in the latest Minimals? I can't seem to find it in the setup-en.pdf file dated August 28th... Solution (in

Re: [NTG-context] LuaTex choking on \definesynonyms?

2009-08-30 Thread Hans Hagen
Roland wrote: Hi, sorry to get back to this so late but I still can't get it to work with the latest updated ConTeXt Minimals. Am I using a wrong command? Is the command already integrated in the latest Minimals? I can't seem to find it in the setup-en.pdf file dated August 28th... there is ind

Re: [NTG-context] LuaTex choking on \definesynonyms?

2009-08-29 Thread Roland
le: 1 %\definesynonyms[abbreviation][abbreviations][\infull] 2 3 \starttext 4 \abbreviation{VVV}{Bureau of Tourist Information} 5 The Dutch \VVV\ can provide you with the tourist 6 information on Hasselt. 7 \completelistofabbreviations 8 \stoptext Outp

Re: [NTG-context] LuaTex choking on \definesynonyms?

2009-08-04 Thread Kevin D. Robbins
on{VVV}{Bureau of Tourist Information}. Kevin On Sun, Aug 2, 2009 at 8:08 AM, Roland wrote: > Hi all, > > LuaTex doesn't seem to like the \definesynonyms command. The following > works fine in PDFtex: > > 1 \definesynonyms[abbreviation][abbreviations][\infull] >

[NTG-context] LuaTex choking on \definesynonyms?

2009-08-04 Thread Roland
Hi all, LuaTex doesn't seem to like the \definesynonyms command. The following works fine in PDFtex: 1 \definesynonyms[abbreviation][abbreviations][\infull] 2 3 \starttext 4 \abbreviation{VVV}{Bureau of Tourist Information} 5 The Dutch \VVV\ (\infull{VVV}

Re: [NTG-context] Problems in latest beta

2009-06-02 Thread Kevin D. Robbins
I did not get anything. And, I still haven't figured out the conversion sets for getting appendices labeled A, B, C. = \definesynonyms[acronym][acronyms][\infull] \setupcapitals[sc=yes] \setupsynonyms[acronym][textstyle=small,width=1.25in] \acronym{ABC}{A Better Compiler} \acronym{DEF}{

  1   2   >