Re: [NTG-context] Incorrect sorting in \completelistofabbreviations for numbers

2021-06-10 Thread Hans Hagen
On 6/10/2021 2:10 PM, Markus Brandt wrote: Thanks. 'method' is missing in the Wiki. It works fine when using it in combination with \csname to use the abbreviation. I guess the change you propose would affect \synonym in generell, right? This change would make code with the sortkey option inc

Re: [NTG-context] Incorrect sorting in \completelistofabbreviations for numbers

2021-06-10 Thread Markus Brandt
just the workaround for abbreviations that include numbers. \abbreviation[0123]{123}{One, Two, and Three} \abbreviation{ABC}{A, B, and C} \abbreviation{ZYX}{Z, Y, and X} \starttext \csname 0123\endcsname \completelistofabbreviations[criterium=all] \stoptext -- luigi That works kind of. Now

Re: [NTG-context] Incorrect sorting in \completelistofabbreviations for numbers

2021-06-10 Thread Hans Hagen
that include numbers. \abbreviation[0123]{123}{One, Two, and Three} \abbreviation{ABC}{A, B, and C} \abbreviation{ZYX}{Z, Y, and X} \starttext \csname 0123\endcsname \completelistofabbreviations[criterium=all] \stoptext -- luigi That works kind of. Now the numbers are at the button

Re: [NTG-context] Incorrect sorting in \completelistofabbreviations for numbers

2021-06-10 Thread Markus Brandt
]{123}{One, Two, and Three} \abbreviation{ABC}{A, B, and C} \abbreviation{ZYX}{Z, Y, and X} \starttext \csname 0123\endcsname \completelistofabbreviations[criterium=all] \stoptext -- luigi ___ If your question is of

Re: [NTG-context] Incorrect sorting in \completelistofabbreviations for numbers

2021-06-10 Thread luigi scarso
> \abbreviation[0123]{123}{One, Two, and Three} \abbreviation{ABC}{A, B, and C} \abbreviation{ZYX}{Z, Y, and X} \starttext \csname 0123\endcsname \completelistofabbreviations[criterium=all] \stoptext -- luigi __

Re: [NTG-context] Incorrect sorting in \completelistofabbreviations for numbers

2021-06-10 Thread Markus Brandt
at 11:35 To: mailing list for ConTeXt users Subject: Re: [NTG-context] Incorrect sorting in completelistofabbreviations for numbers On Thu, Jun 10, 2021 at 11:08 AM Markus Brandt wrote: Hi everyone, I think I've found a sorting bug in \completelistofabbreviations in the latest

Re: [NTG-context] Incorrect sorting in \completelistofabbreviations for numbers

2021-06-10 Thread luigi scarso
On Thu, Jun 10, 2021 at 11:08 AM Markus Brandt < markus.bra...@sit.tu-darmstadt.de> wrote: > Hi everyone, > > I think I've found a sorting bug in \completelistofabbreviations in the > latest LMTX (and probably also MKIV). When using this minimal example > > \abbrevi

[NTG-context] Incorrect sorting in \completelistofabbreviations for numbers

2021-06-10 Thread Markus Brandt
Hi everyone, I think I've found a sorting bug in \completelistofabbreviations in the latest LMTX (and probably also MKIV). When using this minimal example \abbreviation[OTT]{123}{One, Two, and Three} \abbreviation{ABC}{A, B, and C} \abbreviation{ZYX}{Z, Y, and X} \star

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

2021-02-12 Thread Bert Verbeek
Thanks, this does the job for me Kind Regards/Met vriendelijke groet, Bert Verbeek On 2/12/21 3:30 PM, Hans Hagen wrote: for now put this in cont-new.mkxl: \unprotect \let\strc_synonyms_place_list\placelistofsynonyms \protect

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

2021-02-12 Thread Hans Hagen
On 2/12/2021 2:37 PM, Bert Verbeek wrote: Hello all, I've used ConTeXt MkIV for years to make technical reports. For a new computer I looked for updates of the software and discovered LMTX. I ran it on my latest report and found an error on \completelistofabbreviations, both on win-6

[NTG-context] LMTX bug? \completelistofabbreviations

2021-02-12 Thread Bert Verbeek
Hello all, I've used ConTeXt MkIV for years to make technical reports. For a new computer I looked for updates of the software and discovered LMTX. I ran it on my latest report and found an error on \completelistofabbreviations, both on win-64 and linux. Context --luatex worked fine

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

2014-07-30 Thread Hans Hagen
!style=\simplelistparameter\c!textstyle, \c!color=\simplelistparameter\c!textcolor] \protect Yes it does, but for a mixed list it seems too general. Ok, so better not make that default then. This would have worked ok too: \completelistofabbreviations[criterium=all,headstyle=\bf,style=\bi

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

2014-07-30 Thread Robert Blackstone
c!style=\simplelistparameter\c!textstyle, >\c!color=\simplelistparameter\c!textcolor] > > \protect Yes it does, but for a mixed list it seems too general. > > This would have worked ok too: > > \completelistofabbreviations[criterium=all,headstyle=\bf,style=\bi] This one works

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

2014-07-29 Thread Hans Hagen
\setupsimplelist [\v!sorting] [\c!headstyle=\simplelistparameter\c!synonymstyle, \c!headcolor=\simplelistparameter\c!synonymcolor, \c!style=\simplelistparameter\c!textstyle, \c!color=\simplelistparameter\c!textcolor] \protect This would have worked ok too: \completelistofabbreviations

[NTG-context] Problem with List of Abbreviations

2014-07-29 Thread Robert Blackstone
chaft} \abbreviation{GMO}{Grove Music Online} %this works \abbreviation{EM}{\em Early Music} %This doesn't %\abbreviation{\em EM}{\em Early Music} \starttext \completelistofabbreviations[criterium=all] \stoptext +++ What could be done abo

Re: [NTG-context] completelistofabbreviations without chapternumber

2010-11-29 Thread Jonas Stein
>> how can i get the completelistofabbreviations [1] without a >> chapternumber? > \title{Abbreviations} > \placelistofabbrviations ok that was easy. btw: Thank you for your quick and precise responses on this mailinglist

Re: [NTG-context] completelistofabbreviations without chapternumber

2010-11-29 Thread Wolfgang Schuster
Am 29.11.2010 um 20:27 schrieb Jonas Stein: > how can i get the completelistofabbreviations [1] without a > chapternumber? \title{Abbreviations} \placelistofabbrviations Wolfgang ___ If your question

[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
Vector Space} Test inshort: \inshort{EEG}, \inshort{ERP}, \inshort{TVS}, Test infull: \infull{EEG}, \infull{ERP}, \infull{TVS}, \infull{LCTVS} \completelistofabbreviations \stoptext % - end abbrev-test.tex Is it possible to obtain, beside the list of abbreviations, another ordered list in

[NTG-context] Feature request: \completeReverseListOfAbbreviations

2010-09-28 Thread Otared Kavian
VS}{Topological Vector Space} Test inshort: \inshort{EEG}, \inshort{ERP}, \inshort{TVS}, Test infull: \infull{EEG}, \infull{ERP}, \infull{TVS}, \infull{LCTVS} \completelistofabbreviations \stoptext % - end abbrev-test.tex Is it possible to obtain, beside the list of abbreviations, another o

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

2010-08-31 Thread Hans Hagen
: \inshort{EEG}, \inshort{ERP}, \inshort{TVS}, Test infull: \infull{EEG}, \infull{ERP}, \infull{TVS}, \infull{LCTVS} \completelistofabbreviations \stoptext % - end abbrev-test.tex my questions are the following: 1) How can I tell mkiv that I want \infull{EEG} result in Electroencephalogram not in

[NTG-context] mkiv and Reverse list of abbreviations

2010-08-31 Thread Otared Kavian
}, Test infull: \infull{EEG}, \infull{ERP}, \infull{TVS}, \infull{LCTVS} \completelistofabbreviations \stoptext % - end abbrev-test.tex my questions are the following: 1) How can I tell mkiv that I want \infull{EEG} result in Electroencephalogram not in "ELECTROENCEPHALOGRAM"? 2) It

Re: [NTG-context] completelistofunits and completelistofabbreviations in MkIV

2010-08-06 Thread Vedran Miletić
Datuma 6. kolovoza 2010. 14:09 Hans Hagen je napisao/la: > \def\docompletelistofsynonyms[#1][#2]% >  {\edef\currentsynonym{#1}% > > \normalexpanded{\systemsuppliedchapter[#1]{\noexpand\headtext{\synonymparameter\s!multi}}}% >   \doplacelistofsynonyms[#1][#2]% >   \page[\v!yes]} Works! -- Vedran

Re: [NTG-context] completelistofunits and completelistofabbreviations in MkIV

2010-08-06 Thread Hans Hagen
On 6-8-2010 1:59, Vedran Miletić wrote: \usemodule[units] \starttext \completelistofunits \chapter{Something} 1 \Meter. \stoptext in strc-syn.mkiv replace \def\docompletelistofsynonyms[#1][#2]% {\edef\currentsynonym{#1}% \normalexpanded{\systemsuppliedchapter[#1]{\noexpand\headtext{\sy

[NTG-context] completelistofunits and completelistofabbreviations in MkIV

2010-08-06 Thread Vedran Miletić
Are completelistofunits and completelistofabbreviations supposed to be with an empty title in MkIV? Consider this: \usemodule[units] \starttext \completelistofunits \chapter{Something} 1 \Meter. \stoptext List of tables and List of figures work normally. Regards, -- Vedran Miletić

Re: [NTG-context] Numbers in \definesynonyms

2010-05-13 Thread Hans Hagen
: \infull{EEG}, \infull{ERP}, \infull{M2} \completelistofabbreviations \stoptext end example-abbr.tex ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

[NTG-context] Numbers in \definesynonyms

2010-05-13 Thread Otared Kavian
} {Electroencephalogram} \abbreviation{ERP} {Event-Related Potentials} \abbreviation{M2}{Master 2nd year} \abbreviation{Y2K}{Year 2000} Test inshort working: \EEG, \ERP, Test not working \M2, \Y2K Test infull: \infull{EEG}, \infull{ERP}, \infull{M2} \completelistofabbreviations \stoptext end

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] context mkiv nomenclature problem (bug)

2009-04-14 Thread Thomas Prochaska
elistofsynonyms ...meter \c!criterium " })} > > \stoppacked \endgroup > > \docompletelistofsynonyms ...stofsynonyms {#1}{#2} > > \page [\v!yes ] > > l.51 \completelistofabb

Re: [NTG-context] context mkiv nomenclature problem (bug)

2009-04-14 Thread Thomas Prochaska
e/strc-syn.lua:170: in function 'analysed' ...text/tex/texmf-context/tex/context/base/strc-syn.lua:179: in function 'process' :1: in main chunk. \doplacelistofsynonyms ...meter \c!criterium " })} \stoppacked \endgroup \docompletelistofsynonyms ...stofsynonyms {#1}{#

Re: [NTG-context] Incorrect bookmark title of \completelistofabbreviations and no abbreviations are listed

2009-03-13 Thread luigi scarso
On Tue, Mar 10, 2009 at 1:44 PM, Nikolai Weibull wrote: > Hi! > > Long time no post.  Anyway, I’m writing a document where I’m using > abbreviations.  In neither --lua nor --xtx do I get a list of > abbreviations with \completelistofabbreviations.  The bookmark text is > \headt

Re: [NTG-context] Incorrect bookmark title of \completelistofabbreviations and no abbreviations are listed

2009-03-13 Thread Nikolai Weibull
On Tue, Mar 10, 2009 at 13:44, Nikolai Weibull wrote: > In neither --lua nor --xtx do I get a list of > abbreviations with \completelistofabbreviations.  The bookmark text is > \headtext {abbreviations} for both. Can I at least get an acknowledgement that this is a problem with LuaTeX

[NTG-context] Incorrect bookmark title of \completelistofabbreviations and no abbreviations are listed

2009-03-10 Thread Nikolai Weibull
Hi! Long time no post. Anyway, I’m writing a document where I’m using abbreviations. In neither --lua nor --xtx do I get a list of abbreviations with \completelistofabbreviations. The bookmark text is \headtext {abbreviations} for both. With --pdf I get a list of abbreviations and the

Re: [NTG-context] bad interaction between listofabbreviations and interlinespace

2007-02-08 Thread Johan Sandblom
iations][criterium=all] > > \setupinterlinespace[auto, big] > > > > \starttext > > > > \completelistofabbreviations > > > > \abbreviation{EEG} {Electroencephalogram} > > \abbreviation{ERP} {Event-Related Potentials} > > > > \EEG, \ERP > > > > \stop

Re: [NTG-context] bad interaction between listofabbreviations and interlinespace

2007-02-08 Thread Taco Hoekwater
; \definesynonyms[abbreviation][abbreviations][\infull] > \setupsynonyms[abbreviations][criterium=all] > \setupinterlinespace[auto, big] > > \starttext > > \completelistofabbreviations > > \abbreviation{EEG} {Electroencephalogram} > \abbreviation{ERP} {Event-Related Pote

[NTG-context] bad interaction between listofabbreviations and interlinespace

2007-02-07 Thread Johan Sandblom
[abbreviations][criterium=all] \setupinterlinespace[auto, big] \starttext \completelistofabbreviations \abbreviation{EEG} {Electroencephalogram} \abbreviation{ERP} {Event-Related Potentials} \EEG, \ERP \stoptext This is Debian, pdftex compiled from source, but otherwise standard texlive from

[NTG-context] bad interaction between listofabbreviations and interlinespace

2007-01-31 Thread Johan Sandblom
\definesynonyms[abbreviation][abbreviations][\infull] \setupsynonyms[abbreviations][criterium=all] \setupinterlinespace[auto, big] \starttext \completelistofabbreviations \abbreviation{EEG} {Electroencephalogram} \abbreviation{ERP} {Event-Related Potentials} \EEG, \ERP \stoptext -- Johan

Re: [NTG-context] White space around synonyms

2006-05-08 Thread Hans Hagen
breviation][criterium=used] > > % calls the completelist as a 'chapter' > \defineXMLargument > [abbreviations] > {\expanded{\completelistofabbreviations}} > > % abbreviations are defined as follows > \defineXMLenvironment > [abbreviationdev] > [key=]

[NTG-context] White space around synonyms

2006-05-07 Thread Johannes Graumann
ned' tidbit ... Joh % setup 'synonymes' list called 'abbreviations' \definesynonyms[abbreviation][abbreviations][\infull] % give out in the list the ones used \setupsynonyms[abbreviation][criterium=used] % calls the completelist as a 'chapter' \defineXMLargument [a

Re: [NTG-context] Synonyms and XML - HOWTO?

2006-05-03 Thread Johannes Graumann
esynonyms[abbreviation][abbreviations][\infull] % give all out in the list \setupsynonyms[abbreviation][criterium=all] % calls the completelist as a 'chapter' \defineXMLargument [abbreviations] {\completelistofabbreviations} % abbreviations are defined as follows \defineXMLenviro

Re: [NTG-context] Synonyms and XML - HOWTO?

2006-05-03 Thread Mojca Miklavec
> \defineXMLargument > [abbrev] > [short=,full=] > {\expanded{\abbreviation{\XMLop{short}}{\XMLop{full > > \defineXMLargument [abbreviations] {\completelistofabbreviations} > > \starttext > \startXMLdata > > Blabla short. > \stopXMLdata >

[NTG-context] Synonyms and XML - HOWTO?

2006-05-01 Thread Johannes Graumann
Hello, I'm trying to get the following to work: \definesynonyms[abbreviation][abbreviations][\infull] \defineXMLargument [abbrev] [short=,full=] {\expanded{\abbreviation{\XMLop{short}}{\XMLop{full \defineXMLargument [abbreviations] {\completelistofabbreviations} \star

[NTG-context] problems with project

2005-06-14 Thread Wolfgang Zillig
ent environment \startfrontmatter \completecontent \product intro \stopfrontmatter \startbodymatter \product wood_anatomy \product wood_model \product wood_description_of_species \stopbodymatter \startbackmatter \completelistofabbreviations \completeindex[n=3]