[NTG-context] Fun with Bibtex

2008-09-24 Thread Peter Daum
Hi all

I'm using Taco's Bibtex module and got some problems with it.

\setupbibtex[database=xx,sort=author]
\setuppublications[alternative=apa-de,refcommand=authoryear,monthconversion=month]
\placepublications[criterium=all]

... works fine. The references list contains only publications referenced in 
the document.

Unfortunately, I was forced to use a special bst file, since I needed to change 
the fields of the entrytype "misc". As I didn't find a way to make ConTeXt or 
texexec aware of this new file living in my document's directory, I deleted the 
database parameter, customised the aux file and ran bibtex by myself.

The problem is, that, with the new method, only a very small subset of the 
referenced publication makes it into the list. If I add "criterium=all" to the 
setuppublications command, I get the whole database, whether the pub is 
referenced or not.

Any ideas?

Thanks and regards
Peter


-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
___
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
___


Re: [NTG-context] Bib-mod: Formatting of Publication Lists and Cites

2007-10-01 Thread Peter Daum
Hi Taco

> > I'd like to try to tell bib-mod to - fill in a vertical space between
> > the entries in the publication list (the distance parameter did not
> > help); 
> 
> \setuppublicationlist[before={\setupwhitespace[5pt]}]

Works perfectly, thank you!

> This works: {\sc\cite[something]}, so just wrap that in macro:
> 
>  \def\sccite#1{{\sc\cite[#1]}}

Unforunately, this doesn't, at least for me. Your solution converts the whole 
cite to sc, including the extras. The latter I'd like to avoid. I'd like to see:


Hoekwater(2001, p. 55)
-+
smallcaps 
 normal

This is "my" macro for the cites:
\define[2]\FCP{\footnote{\cite[extras={, #2}][#1]}}

Are there any other suggestions?

Thanks very much.

Best 
Peter


 Original-Nachricht 
> Datum: Mon, 01 Oct 2007 09:08:57 +0200
> Von: Taco Hoekwater <[EMAIL PROTECTED]>
> An: mailing list for ConTeXt users 
> Betreff: Re: [NTG-context] Bib-mod: Formatting of Publication Lists and Cites

> Peter Daum wrote:
> > Hi all
> > 
> > I'd like to try to tell bib-mod to - fill in a vertical space between
> > the entries in the publication list (the distance parameter did not
> > help); 
> 
> \setuppublicationlist[before={\setupwhitespace[5pt]}]
> 
> > - format the author's name in the cite as small caps (I
> > managed to do it for the list, but unfortunately stayed unsuccessful
> > for the cite).
> 
> This works: {\sc\cite[something]}, so just wrap that in macro:
> 
>  \def\sccite#1{{\sc\cite[#1]}}
> 
> 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
> ___

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger
___
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
___


[NTG-context] Bib-mod: Formatting of Publication Lists and Cites

2007-09-29 Thread Peter Daum
Hi all

I'd like to try to tell bib-mod to
- fill in a vertical space between the entries in the publication list (the 
distance parameter did not help); 
- format the author's name in the cite as small caps (I managed to do it for 
the list, but unfortunately stayed unsuccessful for the cite).

Do you have an idea how these issues could be solved?

Thanks very much!

Regards, Peter.
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
___
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
___