Hi, What is wrong with my attempt to create a bibliography and a reference to it? All I get is a (Xxxxx,0000) where I use \cite, and no list of references at \placepublications. %------------------------- \enableregime[utf] \mainlanguage[pt] \usemodule[bib] \setuppublicationlist[] \startpublication[t=manual, a=Fung, y=1993, n=1] \author{}[Y.C.]{}{Fung} \title{Mechanical Properties of Living Tissues} \stoppublication \starttext According to \cite[1]. \placepublications \stoptext %------------------------- Thanks, Maurício
Manuel Pacheco Guerrero
--- El vie, 1/8/08, Maurício
De: Maurício
Asunto: [NTG-context] Using module:bib Para: ntg-context@ntg.nl Fecha: viernes, 1 agosto, 2008 1:45 Hi, What is wrong with my attempt to create a bibliography and a reference to it? All I get is a (Xxxxx,0000) where I use \cite, and no list of references at \placepublications.
%------------------------- \enableregime[utf] \mainlanguage[pt] \usemodule[bib]
\setuppublicationlist[]
\startpublication[k=1,t=manual, a=Fung, y=1993, n=1] \author{}[Y.C.]{}{Fung} \title{Mechanical Properties of Living Tissues} \stoppublication
\starttext According to \cite[1]. \placepublications \stoptext %-------------------------
Thanks, Maurício
___________________________________________________________________________________ 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 ___________________________________________________________________________________
______________________________________________ Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.
What does 'k=1' does? Maurício
What is wrong with my attempt to create a bibliography and a reference to it? (...) %------------------------- \enableregime[utf] \mainlanguage[pt] \usemodule[bib]
\setuppublicationlist[]
\startpublication[k=1,t=manual, a=Fung, y=1993, n=1] (...)
Maurício wrote:
What does 'k=1' does?
It defines the key for crossreferencing via \cite. Best wishes, Taco
Maurício
What is wrong with my attempt to create a bibliography and a reference to it? (...) %------------------------- \enableregime[utf] \mainlanguage[pt] \usemodule[bib]
\setuppublicationlist[]
\startpublication[k=1,t=manual, a=Fung, y=1993, n=1] (...)
___________________________________________________________________________________ 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 ___________________________________________________________________________________
What is wrong with my attempt to create a bibliography and a reference to it? (...)
What does 'k=1' does?
It defines the key for crossreferencing via \cite.
Interesting, I was using 'n' when I should actually use 'k'. Is there a limit on that key? Can I use, for instance, a random 128 bits number? Maurício
Maurício wrote:
What is wrong with my attempt to create a bibliography and a reference to it? (...)
What does 'k=1' does?
It defines the key for crossreferencing via \cite.
Interesting, I was using 'n' when I should actually use 'k'. Is there a limit on that key? Can I use, for instance, a random 128 bits number?
You can, but I would not advice random keys for cross referencing -) It is actually not a number, but an identifier. Most characters are acceptable; except the ones that have special syntactic meaning to ConTeXt, like # and \ and {} and [] etc. Best wishes, Taco
participants (3)
-
Manuel Pacheco
-
Maurício
-
Taco Hoekwater