Order of results of \placepbulications
Whatever I do, I cannot get another order than some default ordering (order in which they are used in the main document) with \placepublications. ConTeXt wiki is no help nor is Google. So here is the question: how can I get my references list in order of author name or in order of year? Thanks, G
On 15 Aug 2009, at 14:49, Gerben Wierda wrote:
Whatever I do, I cannot get another order than some default ordering (order in which they are used in the main document) with \placepublications. ConTeXt wiki is no help nor is Google.
So here is the question: how can I get my references list in order of author name or in order of year?
Let's add to this. I am using now: \usemodule[bib] \setupbibtex[database=gwierda] \setuppublications[alternative=num,numbering=short,refcommand=short] \setupcite[short] If I remove "alternative=num" the short numbering in the list of publications overwrites the content of each item in the list. Is there (decent, but I take anything ;-) documentation on bib in ConTeXt? Or does this part of ConTeXt has toolbox status and not so much user status? G
Thanks,
G ___________________________________________________________________________________ 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 ___________________________________________________________________________________
Gerben Wierda wrote:
On 15 Aug 2009, at 14:49, Gerben Wierda wrote:
Whatever I do, I cannot get another order than some default ordering (order in which they are used in the main document) with \placepublications. ConTeXt wiki is no help nor is Google.
So here is the question: how can I get my references list in order of author name or in order of year?
Let's add to this. I am using now:
\usemodule[bib] \setupbibtex[database=gwierda] \setuppublications[alternative=num,numbering=short,refcommand=short] \setupcite[short]
If I remove "alternative=num" the short numbering in the list of publications overwrites the content of each item in the list.
Is there (decent, but I take anything ;-) documentation on bib in ConTeXt?
Like a manual? http://dl.contextgarden.net/modules/t-bib/doc/context/bib/bibmod-doc.pdf
On 15 Aug 2009, at 15:59, Taco Hoekwater wrote:
Gerben Wierda wrote:
Whatever I do, I cannot get another order than some default ordering (order in which they are used in the main document) with \placepublications. ConTeXt wiki is no help nor is Google.
So here is the question: how can I get my references list in order of author name or in order of year? Let's add to this. I am using now: \usemodule[bib] \setupbibtex[database=gwierda] \setuppublications[alternative=num,numbering=short,refcommand=short] \setupcite[short] If I remove "alternative=num" the short numbering in the list of
On 15 Aug 2009, at 14:49, Gerben Wierda wrote: publications overwrites the content of each item in the list. Is there (decent, but I take anything ;-) documentation on bib in ConTeXt?
Like a manual?
http://dl.contextgarden.net/modules/t-bib/doc/context/bib/bibmod-doc.pdf
Wonderful! Searching for terms on the wiki never brought this up. Is there an overview of available (and preferably up to date) manuals somewhere? G
___________________________________________________________________________________ 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 ___________________________________________________________________________________
Le 15 août à 14:49:59 Gerben Wierda
| So here is the question: how can I get my references list in order of | author name or in order of year?
| Thanks, I have this: \setuppublications[alternative=apa-fr,sorttype=bbl] It sorts your references according to how they are sorted in the bbl file (which is if I remember well, alphabetical order of bibtex keys...). Anyway «sorttype=» is the thing to manage! hth, -- Jean
On 15 Aug 2009, at 20:15, Jean Magnan de Bornier wrote:
I have this:
\setuppublications[alternative=apa-fr,sorttype=bbl]
It sorts your references according to how they are sorted in the bbl file (which is if I remember well, alphabetical order of bibtex keys...). Anyway «sorttype=» is the thing to manage!
I now have \usemodule[bib] \setupbibtex[database=gwierda,sort=short] \setuppublications[numbering=short,refcommand=short,sorttype=bbl] This gives me the order I want ('sorttype=short'). But the ref list has keys overwriting entries. I need autohang=yes to fix this. G PS. If I use alternative=ams, my TeX job just dies when trying to create the list of references. \setuppublications [alternative=ams,numbering=short,refcommand=short,sorttype=bbl] ! Extra \endcsname. <argument> ...er {}\csname @@pb@pubyear\endcsname )\insertEdition {, } { ed. }{} \firstoftwoarguments #1#2->#1 <argument> ...{}}{)\insertEdition {, }{ ed. }{}}{} \insertpages {\unskip , p.... \firstoftwoarguments #1#2->#1 \@@pvdataincollection ...p , p.~}{. }{\unskip . }} \insertNote { }{.}{} \unskip \dotypesetapublication ...ve {\getvalue {pbdt-#1}} \fi \egroup ...
participants (3)
-
Gerben Wierda
-
Jean Magnan de Bornier
-
Taco Hoekwater