Re: [NTG-context] splitting bibliographic references
On 30 Sep 2014, Andrea Valle
I?m working on a project for a book that is a collection of essays. Each one needs at its end a list of references.
But how can I force context to take into account only a portion of text for generating bibliographic references and for inserting a block of references after a section? (To collect all refs in a single bib file or to have split bib files is not an issue)
Hi Andrea, It probably depends on whether you cite your bibliographic references in the text of your essay, or only a part of them. What I would do anyway is to make a subsection or a subject “References" after each essay, add the references that I have not cited in my text as \nocite[key] and finish with \placepublications[criterium=cite]. I should perhaps add that I always process my projects without using the bib-module. I separately make the necessary .bbl-files, which I linput before \starttext. It gives me a lot of flexibility. I hope this helps. Best regards, Robert Blackstone
Thanks Robert.
It probably depends on whether you cite your bibliographic references in the text of your essay, or only a part of them.
I’m working now on the bib files, so I can consider having a single bib for all essays, or split bib files (maybe cleaner).
What I would do anyway is to make a subsection or a subject “References" after each essay, add the references that I have not cited in my text as \nocite[key] and finish with \placepublications[criterium=cite].
Hmm, I’m tweaking a test like this, but I’m getting a single ref section on top, including both citations. \setupbibtex[database={cim2014template},sort=author] \setuppublications[alternative=apa] \starttext this is a test\cite{malham19953d} \placepublications[criterium=cite] \page % readd or not? Doesn't change \setupbibtex[database={cim2014template},sort=author] \setuppublications[alternative=apa] Now another\cite{SoDAICMC} \placepublications[criterium=cite] \stoptext
I should perhaps add that I always process my projects without using the bib-module. I separately make the necessary .bbl-files, which I linput before \starttext. It gives me a lot of flexibility.
Could you provide a minimal example? I’ve never used ConTeXt for this, and I’m a bit stuck Thanks a lot! Best -a-
I hope this helps.
Best regards, Robert Blackstone
___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
participants (2)
-
Andrea Valle
-
Robert Blackstone