Re: [NTG-context] how to cite URLs in BibTeX bibliographies

2013-01-06 Thread Andreas Mang
Hi,

your example is not very instructive. You might want to spend some time and 
mess around in the bibfile to make things look properly (the how published 
key seems to be missing from misc). I could get it to run after I have added

\goto{http://www.bloom-lang.org}[url(http://www.bloom-lang.org)]

to note (see http://wiki.contextgarden.net/url and 
http://wiki.contextgarden.net/Bibliography).

There might be other options - this is just a quick shot.

Cheers,
Andreas


@misc{bloom,
Key = {Bloom},
Note = {\goto{http://www.bloom-lang.org}[url(http://www.bloom-lang.org)]},
Title = {Bloom programming language}}



% ConTeXt  ver: 2013.01.02 18:19 MKIV
%%% minimal example %%%

\setupinteraction[state=start]

\usemodule[bib]
\usemodule[bibltx]
\setupbibtex[database=sample] % do not to put the reference into a bib file 
called sample.bib
\setuppublications[numbering=yesalternative=myapa-de]

\starttext

\cite[bloom]

\placepublications[criterium=text]

\stoptext
%%% minimal example %%%



Am Jan 6, 2013 um 8:35 AM schrieb 土卜皿 
pengcz.n...@gmail.commailto:pengcz.n...@gmail.com:

hi,all
In latex, the following bib item:
@misc{bloom,
title = {Bloom programming language},
howpublished = {\url{http://www.bloom-lang.orghttp://www.bloom-lang.org/}},
key = {Bloom}
}

will compile it into the following bibliographies in pdf:

[9] Bloom programming language.
http://www.bloom-lang.orghttp://www.bloom-lang.org/.

But in context, the bib item can not be successfully compiled ,
what should I do to cite this?
Thanks!

BEST REGARDS
PengCZ
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nlmailto: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] how to cite URLs in BibTeX bibliographies

2013-01-06 Thread Andreas Mang
there is an error: it should be

\setuppublications[numbering=yes]

and not

\setuppublications[numbering=yesalternative=myapa-de]

but it does not matter :)

Am Jan 6, 2013 um 9:45 AM schrieb Andreas Mang 
m...@imt.uni-luebeck.demailto:m...@imt.uni-luebeck.de:

Hi,

your example is not very instructive. You might want to spend some time and 
mess around in the bibfile to make things look properly (the how published 
key seems to be missing from misc). I could get it to run after I have added

\goto{http://www.bloom-lang.orghttp://www.bloom-lang.org/}[url(http://www.bloom-lang.orghttp://www.bloom-lang.org/)]

to note (see http://wiki.contextgarden.net/url and 
http://wiki.contextgarden.net/Bibliography).

There might be other options - this is just a quick shot.

Cheers,
Andreas


@misc{bloom,
Key = {Bloom},
Note = 
{\goto{http://www.bloom-lang.orghttp://www.bloom-lang.org/}[url(http://www.bloom-lang.orghttp://www.bloom-lang.org/)]},
Title = {Bloom programming language}}



% ConTeXt  ver: 2013.01.02 18:19 MKIV
%%% minimal example %%%

\setupinteraction[state=start]

\usemodule[bib]
\usemodule[bibltx]
\setupbibtex[database=sample] % do not to put the reference into a bib file 
called sample.bib
\setuppublications[numbering=yesalternative=myapa-de]

\starttext

\cite[bloom]

\placepublications[criterium=text]

\stoptext
%%% minimal example %%%



Am Jan 6, 2013 um 8:35 AM schrieb 土卜皿 
pengcz.n...@gmail.commailto:pengcz.n...@gmail.com:

hi,all
In latex, the following bib item:
@misc{bloom,
title = {Bloom programming language},
howpublished = {\url{http://www.bloom-lang.orghttp://www.bloom-lang.org/}},
key = {Bloom}
}

will compile it into the following bibliographies in pdf:

[9] Bloom programming language.
http://www.bloom-lang.orghttp://www.bloom-lang.org/.

But in context, the bib item can not be successfully compiled ,
what should I do to cite this?
Thanks!

BEST REGARDS
PengCZ
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nlmailto:ntg-context@ntg.nl / 
http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nlhttp://www.pragma-ade.nl/ / 
http://tex.aanhet.nethttp://tex.aanhet.net/
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.nethttp://contextgarden.net/
___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nlmailto: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
___

[NTG-context] how to cite URLs in BibTeX bibliographies

2013-01-05 Thread 土卜皿
hi,all
In latex, the following bib item:
@misc{bloom,
title = {Bloom programming language},
howpublished = {\url{http://www.bloom-lang.org}},
key = {Bloom}
}

will compile it into the following bibliographies in pdf:

[9] Bloom programming language.
http://www.bloom-lang.org.

But in context, the bib item can not be successfully compiled ,
what should I do to cite this?
Thanks!

BEST REGARDS
PengCZ
___
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
___