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
> \headtext {abbreviations} for both.  With --pdf I get a list of
> abbreviations and the bookmark text is abbreviations.  Here's a
> minimal example:
>
> \setupheadtext[en][abbreviations={Abbreviations Used in This Document}]
>
> \abbreviation{CSS}{Cascading Style Sheets}
>
> \setupinteraction
>  [state=start,
>   menu=on]
> \placebookmarks[chapter]
>
> \starttext
>
> \startbodymatter
> \CSS\ stands for \infull{CSS}.
> \stopbodymatter
>
> \startbackmatter
> \completelistofabbreviations
> \stopbackmatter
>
> \stoptext

$> context test.tex
seems to work ok here with latest minimals,
or I don't understand the problem .


-- 
luigi
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


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 and that there's no simple fix at the moment so that I can
begin working around it?

Thanks.
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[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 bookmark text is abbreviations.  Here's a
minimal example:

\setupheadtext[en][abbreviations={Abbreviations Used in This Document}]

\abbreviation{CSS}{Cascading Style Sheets}

\setupinteraction
  [state=start,
   menu=on]
\placebookmarks[chapter]

\starttext

\startbodymatter
\CSS\ stands for \infull{CSS}.
\stopbodymatter

\startbackmatter
\completelistofabbreviations
\stopbackmatter

\stoptext
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___