ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Order of results of \placepbulications
@ 2009-08-15 12:49 Gerben Wierda
  2009-08-15 13:18 ` Gerben Wierda
  2009-08-15 18:15 ` Jean Magnan de Bornier
  0 siblings, 2 replies; 6+ messages in thread
From: Gerben Wierda @ 2009-08-15 12:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Order of results of \placepbulications
  2009-08-15 12:49 Order of results of \placepbulications Gerben Wierda
@ 2009-08-15 13:18 ` Gerben Wierda
  2009-08-15 13:59   ` Taco Hoekwater
  2009-08-15 18:15 ` Jean Magnan de Bornier
  1 sibling, 1 reply; 6+ messages in thread
From: Gerben Wierda @ 2009-08-15 13:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
> ___________________________________________________________________________________
>

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Order of results of \placepbulications
  2009-08-15 13:18 ` Gerben Wierda
@ 2009-08-15 13:59   ` Taco Hoekwater
  2009-08-16  9:14     ` Gerben Wierda
  0 siblings, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2009-08-15 13:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Order of results of \placepbulications
  2009-08-15 12:49 Order of results of \placepbulications Gerben Wierda
  2009-08-15 13:18 ` Gerben Wierda
@ 2009-08-15 18:15 ` Jean Magnan de Bornier
  2009-08-16  9:54   ` Gerben Wierda
  1 sibling, 1 reply; 6+ messages in thread
From: Jean Magnan de Bornier @ 2009-08-15 18:15 UTC (permalink / raw)
  To: ntg-context

Le 15 août à 14:49:59 Gerben Wierda <Gerben.Wierda@rna.nl> écrit notamment:

Hi all,

| 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,

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
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Order of results of \placepbulications
  2009-08-15 13:59   ` Taco Hoekwater
@ 2009-08-16  9:14     ` Gerben Wierda
  0 siblings, 0 replies; 6+ messages in thread
From: Gerben Wierda @ 2009-08-16  9:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 15 Aug 2009, at 15:59, Taco Hoekwater wrote:

> 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

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
> ___________________________________________________________________________________
>

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Order of results of \placepbulications
  2009-08-15 18:15 ` Jean Magnan de Bornier
@ 2009-08-16  9:54   ` Gerben Wierda
  0 siblings, 0 replies; 6+ messages in thread
From: Gerben Wierda @ 2009-08-16  9:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
...


___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-08-16  9:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-15 12:49 Order of results of \placepbulications Gerben Wierda
2009-08-15 13:18 ` Gerben Wierda
2009-08-15 13:59   ` Taco Hoekwater
2009-08-16  9:14     ` Gerben Wierda
2009-08-15 18:15 ` Jean Magnan de Bornier
2009-08-16  9:54   ` Gerben Wierda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).