Am 16.11.2008 um 15:19 schrieb mattia schirosa:
Ok, but it was just an example, can work with any bib file. I want just know if it works \placepubblication in appendice area. in my pc it doesn't.
Taco already answered your question, use \placepublications[criterium=all]. Wolfgang
--- Dom 16/11/08, Wolfgang Schuster
ha scritto: Da: Wolfgang Schuster Oggetto: Re: [NTG-context] Problems with: \completepublications in index A: mattiaschirosa@yahoo.it, "mailing list for ConTeXt users" Data: Domenica 16 novembre 2008, 14:20
Am 14.11.2008 um 18:52 schrieb mattia schirosa:
I just want the bibliography in index with A, and not with a number.
Here the example that should be work but it doesn't: i can't see the bibliography list in bibliography chapter. why? and if i comment %\startappendices %\stopappendices it works but i have not correct numbering in index!
\enableregime [utf] \mainlanguage [it]
\usemodule[bib] \setupheadtext[it][pubs={Bibliografia}] \setupbibtex [database=PaesaggioSonoro, sort=author]
\starttext \title {Indice} \placecontent \startbodymatter \chapter{first} \cite[LoValle_AudioMultimedia] \chapter{second} \cite[SaggiEcoMusica] \chapter{3} \stopbodymatter \startappendices \chapter{Biblio} \placepublications \stopappendices \stoptext