Re: [NTG-context] problems with bib

2011-03-01 Thread Thomas A. Schmitz

On Feb 28, 2011, at 10:31 PM, Stefan Müller wrote:

 \usepublications[criterium=text]
 
 I'm not sure where to put this command and how to adapt other commands. But 
 \completepublications[criterium=text] works for me. So that's okay with me.

Yes, sorry, I was typing too fast.

Thomas
___
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
___


[NTG-context] problems with bib

2011-02-28 Thread Stefan Müller

Hi list,

until now I used the bib module for my bibliography in a rather large 
document in MkIV by calling \usemodule[bib].


Today I updated to version 2011.02.25 22:03 and the document does no 
longer compile. I removed the above line from my document and it ran 
again, but the References section was empty and I got [[error 1]] 
everywhere I used \cite. So I changed \completepublications to 
\completepublications[criterium=all]. Now I have the complete list of 
references (I know, I asked for it) but instead I only want to have 
those references in the list that I cited in the document.


Some questions:
(1) Is the bib module obsolete? If so, can someone provide me with a 
small example how to properly make bibliographies now, preferably from a 
.bib-file?


(2) If this is not already answered by the first question: How do I get 
the references list to display only the cited entries from my 
bibliography, [criterium=?]?


(3) What do I have to do to let context find the sample.bib database? I 
get I couldn't open database file sample.bib.bib or I couldn't open 
database file sample.bib in the output depending on whether I added 
.bib or not.


My current setup is this:
%\usemodule[bib]
\setupbibtex[database={mybibdatabase.bib}]
\setuppublications[alternative=ams, refcommand=num]
\setupcite[num][lastpubsep={, }]
\setupcite[author][left=, right=]
...
\completepublications[criterium=all]

Any help appreciated,
Stefan
___
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
___


Re: [NTG-context] problems with bib

2011-02-28 Thread Curiouslearn
I had the same problem a few months back (the bibliography includes
all references not only the ones I have cited in my document)

I still have this problem. I think Thomas Schmitz is going to fix
this. Any ideas on when this is going to be fixed? Can I request that
this be fixed soon as it is important for writing papers that need to
be circulated to others.

Thanks in advance.

Regards,
Bharat


On Mon, Feb 28, 2011 at 9:37 AM, Stefan Müller warrence@gmx.de wrote:
 Hi list,

 until now I used the bib module for my bibliography in a rather large
 document in MkIV by calling \usemodule[bib].

 Today I updated to version 2011.02.25 22:03 and the document does no longer
 compile. I removed the above line from my document and it ran again, but the
 References section was empty and I got [[error 1]] everywhere I used
 \cite. So I changed \completepublications to
 \completepublications[criterium=all]. Now I have the complete list of
 references (I know, I asked for it) but instead I only want to have those
 references in the list that I cited in the document.

 Some questions:
 (1) Is the bib module obsolete? If so, can someone provide me with a small
 example how to properly make bibliographies now, preferably from a
 .bib-file?

 (2) If this is not already answered by the first question: How do I get the
 references list to display only the cited entries from my bibliography,
 [criterium=?]?

 (3) What do I have to do to let context find the sample.bib database? I get
 I couldn't open database file sample.bib.bib or I couldn't open database
 file sample.bib in the output depending on whether I added .bib or not.

 My current setup is this:
 %\usemodule[bib]
 \setupbibtex[database={mybibdatabase.bib}]
 \setuppublications[alternative=ams, refcommand=num]
 \setupcite[num][lastpubsep={, }]
 \setupcite[author][left=, right=]
 ...
 \completepublications[criterium=all]

 Any help appreciated,
 Stefan
 ___
 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
 ___

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


Re: [NTG-context] problems with bib

2011-02-28 Thread Thomas Schmitz

On Mon, 28 Feb 2011 11:41:02 -0500
 Curiouslearn curiousle...@gmail.com wrote:
I had the same problem a few months back (the 
bibliography includes
all references not only the ones I have cited in my 
document)


I still have this problem. I think Thomas Schmitz is 
going to fix
this. Any ideas on when this is going to be fixed? Can I 
request that
this be fixed soon as it is important for writing papers 
that need to

be circulated to others.

Thanks in advance.

Regards,
Bharat


Hi Bharat and all,

1. No, that's not right. I simply collected outstanding 
issues, I can't fix them.


2. Hans is working on bib issues as we speak, but he has 
only so much time, so no ETA.


3. For the problem described above, try

\usepublications[criterium=text]

Bib support is an extremely complex area, so be aware that 
we're still experimenting and things are moving. Having as 
many testers as possible with many different requirements 
helps a lot finding and identifying errors.


HTH

Thomas
___
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
___


Re: [NTG-context] problems with bib

2011-02-28 Thread Curiouslearn
Thank you, Thomas. Using

 \usepublications[criterium=text]

fixed the problem of all citations. However, the names in bibliography
do not appear in alphabetical order. I will look through the thread to
see any solutions to that.

Thanks again. Appreciate your help.

Bharat



On Mon, Feb 28, 2011 at 12:00 PM, Thomas Schmitz tschm...@uni-bonn.de wrote:
 On Mon, 28 Feb 2011 11:41:02 -0500
  Curiouslearn curiousle...@gmail.com wrote:

 I had the same problem a few months back (the bibliography includes
 all references not only the ones I have cited in my document)

 I still have this problem. I think Thomas Schmitz is going to fix
 this. Any ideas on when this is going to be fixed? Can I request that
 this be fixed soon as it is important for writing papers that need to
 be circulated to others.

 Thanks in advance.

 Regards,
 Bharat

 Hi Bharat and all,

 1. No, that's not right. I simply collected outstanding issues, I can't fix
 them.

 2. Hans is working on bib issues as we speak, but he has only so much time,
 so no ETA.

 3. For the problem described above, try

 \usepublications[criterium=text]

 Bib support is an extremely complex area, so be aware that we're still
 experimenting and things are moving. Having as many testers as possible with
 many different requirements helps a lot finding and identifying errors.

 HTH

 Thomas
 ___
 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
 ___

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


Re: [NTG-context] problems with bib

2011-02-28 Thread Stefan Müller

Thanks for the fast replies! I really appreciate it.

On 28.02.2011 18:00, Thomas Schmitz wrote:

2. Hans is working on bib issues as we speak, but he has only so much
time, so no ETA.


I'm fine with that. What else could I ask for? ;)


3. For the problem described above, try

\usepublications[criterium=text]


I'm not sure where to put this command and how to adapt other commands. 
But \completepublications[criterium=text] works for me. So that's okay 
with me.



Bib support is an extremely complex area, so be aware that we're still
experimenting and things are moving. Having as many testers as possible
with many different requirements helps a lot finding and identifying
errors.

HTH


It did, thank you.

Stefan


Thomas

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


[NTG-context] Problems with bib and \completepublications, \placepublications

2010-11-04 Thread Michael Murphy
I can't seem to get a list of publications. The only exception is when I 
use \placepublications directly after a chapter, which seems to work.


In particular, putting the list of references in a separate 'backmatter' 
doesn't work at all, either with \place- or \completepublications.


Minimal example is below. ConTeXt version is

2010.11.03 19:42

--

\setuppublicationlist[samplesize={BGT83},totalnumber=2]

\startpublication[k=Bailey,t=article,
a={{Bailey},{Swarztrauber}},y=1991,
n=1,s=BS91]
\artauthor[]{D.~H.}[D.~H.]{}{Bailey}
\artauthor[]{P.~N.}[P.~N.]{}{Swarztrauber}
\pubyear{1991}
\arttitle{The fractional {F}ourier transform and applications}
\journal{SIAM Rev.}
\volume{33}
\issue{3}
\pages{389--404}
\stoppublication

\startpublication[k=Bay1,t=article,
a={{Bayliss},{}},y=1983,
n=2,s=BGT83]
\artauthor[]{A.}[A.]{}{Bayliss}
\artauthor[]{C.~I.}[C.~I.]{}{Goldstein}
\artauthor[]{E.}[E.]{}{Turkel}
\pubyear{1983}
\arttitle{An iterative method for the {H}elmholtz equation}
\journal{J. Comp. Phys.}
\volume{49}
\pages{443--457}
\stoppublication

\starttext

\startbodymatter
I can cite single authors, like this \cite[Bailey], and I
can also do more than one citation \cite[Bailey,Bay1].

\blank[medium]

\placepublications
\completepublications

\stopbodymatter

\startbackmatter
\chapter{Backmatter publications}
\placepublications
\completepublications
\stopbackmatter

\stoptext

--
Michael Murphy
___
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
___


Re: [NTG-context] Problems with bib and \completepublications, \placepublications

2010-11-04 Thread Thomas A. Schmitz

On Nov 4, 2010, at 7:09 PM, Michael Murphy wrote:

 \starttext
 
 \startbodymatter
 I can cite single authors, like this \cite[Bailey], and I
 can also do more than one citation \cite[Bailey,Bay1].
 
 \blank[medium]
 
 \placepublications
 \completepublications
 
 \stopbodymatter
 
 \startbackmatter
 \chapter{Backmatter publications}
 \placepublications[criterium=all]
   ^^^

 \completepublications
 \stopbackmatter
 
 \stoptext

Thomas
___
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
___


Re: [NTG-context] Problems with bib and \completepublications, \placepublications

2010-11-04 Thread Michael Murphy

On 04/11/2010 20:04, Thomas A. Schmitz wrote:

\placepublications[criterium=all]

^^^


That was disappointingly easy. Thanks.

--
Michael Murphy
___
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
___