Hi, I should typeset an article... Now I tried out different approaches but I do not get a complete list of references. I am puzzled why I do get only Taco's reference in the list and why there is no journal mentioned in Taco's reference. Here is a minimal example: \setuppublicationlist[totalnumber=2,criterium=all] \startpublication [k=me, t=manual, a=Hoekwater, y=2006, s=TH2006, n=2, u=http://contextgarden.net/Bibliography] \artauthor{Taco}[T.]{}{Hoekwater} \arttitle{\CONTEXT\ Publication Module, The user documententation} \note{In case you didn’t know: it’s the document you are reading now} \pages{14} \journal{MAPS} \pages{100-114} \pubyear{2008} \stoppublication \startpublication[% k=Allan-eighty, t=article, a=Allan et al., y=1980, n=1] \artauthor[]{}[E.M.]{}{Allan} \artauthor[]{}[H M.]{}{Pirle} \artauthor[]{}[P. M.]{}{Msolla} \artauthor[]{}[I.E.]{}{Selman} \artauthor[]{}[A.]{}{Wiseman} \arttitle{The pathological features of severe cases of infectious bovine rhinotracheitis} \journal{Vet. Rec.} \volume{107} \pages{441-445} \pubyear{1980} \stoppublication \setuppublications[alternative=ams, refcommand=num] \setupcite[num][pubsep={,},left={[},right={]}] \starttext Lorem ipsum dolor sit amet\cite[me], consectetuer adipiscing elit. Ut venenatis, ipsum a ultricies molestie, arcu quam mollis arcu, id facilisis dui justo nec purus. Vivamus vitae est a dolor consequat pellentesque. \unknown Aliquam posuere scelerisque ipsum. Sed eget risus. Cras blandit risus in lorem\cite[Allan80]. \bank[1cm] \placepublications[criterium=all] \stoptext Thanks for enlightening me! Willi
Willi Egger wrote:
Hi,
I should typeset an article...
Now I tried out different approaches but I do not get a complete list of references.
I am puzzled why I do get only Taco's reference in the list and why there is no journal mentioned in Taco's reference.
You are missing the journal entry because a "manual" is not an "article", and you are missing the Allan et al. reference because "Allan-eighty" is not the same as [Allan80] Best wishes, Taco
Hi Taco, thanks for your reply. Unfortunately correcting/changing the example file does not result in what I would expect. I purged all files first, then compiled the example. The result is the same in ConTeXt ver: 2009.03.03 22:15 MKIV fmt: 2009.3.5 int: english/english as also in ConTeXt ver: 2009.01.14 11:29 MKIV fmt: 2009.1.22 int: english/english I get now Taco's article correctly but still no Allan80... I do not know weather the following is relevant: Only at the first run after purging the auxiliary I see the following error messages in the first two passes: ... publications : warning: cite argument me unknown on 172 references : unknown reference [][0] publications : warning: cite argument Allan80 unknown on 172 references : unknown reference [][0] ... Kind regards Willi \usemodule[bib] \setuppublicationlist[totalnumber=2,criterium=all] \startpublication [k=me, t=article, a=Hoekwater, y=2006, s=TH2006, n=2, u=http://contextgarden.net/Bibliography] \artauthor{Taco}[T.]{}{Hoekwater} \arttitle{\CONTEXT\ Publication Module, The user documententation} \note{In case you didn’t know: it’s the document you are reading now} \pages{14} \journal{MAPS} \pages{100-114} \pubyear{2008} \stoppublication \startpublication[% k=Allan80, t=article, a=Allan et al., y=1980, n=1] \artauthor[]{}[E.M.]{}{Allan} \artauthor[]{}[H M.]{}{Pirle} \artauthor[]{}[P. M.]{}{Msolla} \artauthor[]{}[I.E.]{}{Selman} \artauthor[]{}[A.]{}{Wiseman} \arttitle{The pathological features of severe cases of infectious bovine rhinotracheitis} \journal{Vet. Rec.} \volume{107} \pages{441-445} \pubyear{1980} \note{From my thesis} \stoppublication \setuppublications[alternative=ams, refcommand=num] \setupcite[num][pubsep={,},left={[},right={]}] \starttext Lorem ipsum dolor sit amet\cite[me], consectetuer adipiscing elit. Ut venenatis, ipsum a ultricies molestie, arcu quam mollis arcu, id facilisis dui justo nec purus. Vivamus vitae est a dolor consequat pellentesque. \unknown Aliquam posuere scelerisque ipsum. Sed eget risus. Cras blandit risus in lorem\cite[Allan80]. \placepublications[criterium=all] \stoptext On Mar 7, 2009, at 8:27 PM, Taco Hoekwater wrote:
Willi Egger wrote:
Hi, I should typeset an article... Now I tried out different approaches but I do not get a complete list of references. I am puzzled why I do get only Taco's reference in the list and why there is no journal mentioned in Taco's reference.
You are missing the journal entry because a "manual" is not an "article", and you are missing the Allan et al. reference because "Allan-eighty" is not the same as [Allan80]
Best wishes, Taco ______________________________________________________________________ _____________ 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 ______________________________________________________________________ _____________
On Mar 7, 2009, at 10:47 PM, Willi Egger wrote:
Hi Taco, thanks for your reply. Unfortunately correcting/changing the example file does not result in what I would expect. I purged all files first, then compiled the example.
Hi Willi, I don't know why, but if you correct lines 22-23 \startpublication[% k=Allan80, to look like this \startpublication [k=Allan80, you get the expected result. (Is there a reason why you write your entries manually and don't use bibTeX and let that handle such stuff for you? On OS X, you can use Bibdesk, which is a very nice editor for bibTeX files; it'll make your life much easier.) All best Thomas
Taco, hi, I've said this before, but I think you need to include a complete example (i.e., the source) with your bib PDF somehow. It wasn't as straight forward as I would have wanted it to be. Taco Hoekwater wrote:
Willi Egger wrote:
Hi,
I should typeset an article...
Now I tried out different approaches but I do not get a complete list of references.
I am puzzled why I do get only Taco's reference in the list and why there is no journal mentioned in Taco's reference.
You are missing the journal entry because a "manual" is not an "article", and you are missing the Allan et al. reference because "Allan-eighty" is not the same as [Allan80]
Best wishes, Taco ___________________________________________________________________________________
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 ___________________________________________________________________________________
I've heard PDF now supports attaching text files. Not sure accurate that is. Thanks Taco Mohamed Bana wrote:
Taco, hi,
I've said this before, but I think you need to include a complete example (i.e., the source) with your bib PDF somehow. It wasn't as straight forward as I would have wanted it to be.
Taco Hoekwater wrote:
Willi Egger wrote:
Hi,
I should typeset an article...
Now I tried out different approaches but I do not get a complete list of references.
I am puzzled why I do get only Taco's reference in the list and why there is no journal mentioned in Taco's reference.
You are missing the journal entry because a "manual" is not an "article", and you are missing the Allan et al. reference because "Allan-eighty" is not the same as [Allan80]
Best wishes, Taco ___________________________________________________________________________________
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 ___________________________________________________________________________________
___________________________________________________________________________________
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 ___________________________________________________________________________________
Mohamed Bana wrote:
Taco, hi,
I've said this before, but I think you need to include a complete example (i.e., the source) with your bib PDF somehow. It wasn't as straight forward as I would have wanted it to be.
The manual is a complete example: doc/context/bib/bibmod-doc.tex If you (or someone else) want a different example, just send me a file with a suitable license attached, and I will add it to the distro. Best wishes, Taco
participants (4)
-
Mohamed Bana
-
Taco Hoekwater
-
Thomas A. Schmitz
-
Willi Egger