ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* how to cite URLs in BibTeX bibliographies
@ 2013-01-06  7:35 土卜皿
  2013-01-06  8:45 ` Andreas Mang
  0 siblings, 1 reply; 3+ messages in thread
From: 土卜皿 @ 2013-01-06  7:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 406 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 792 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

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

* Re: how to cite URLs in BibTeX bibliographies
  2013-01-06  7:35 how to cite URLs in BibTeX bibliographies 土卜皿
@ 2013-01-06  8:45 ` Andreas Mang
  2013-01-06  8:46   ` Andreas Mang
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Mang @ 2013-01-06  8:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2153 bytes --]

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.nwpu@gmail.com<mailto:pengcz.nwpu@gmail.com>>:

hi,all
    In latex, the following bib item:
@misc{bloom,
title = {Bloom programming language},
howpublished = {\url{http://www.bloom-lang.org<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<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<mailto: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
___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 4125 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

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

* Re: how to cite URLs in BibTeX bibliographies
  2013-01-06  8:45 ` Andreas Mang
@ 2013-01-06  8:46   ` Andreas Mang
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Mang @ 2013-01-06  8:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 3144 bytes --]

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 <mang@imt.uni-luebeck.de<mailto:mang@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.org<http://www.bloom-lang.org/>}[url(http://www.bloom-lang.org<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<http://www.bloom-lang.org/>}[url(http://www.bloom-lang.org<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.nwpu@gmail.com<mailto:pengcz.nwpu@gmail.com>>:

hi,all
    In latex, the following bib item:
@misc{bloom,
title = {Bloom programming language},
howpublished = {\url{http://www.bloom-lang.org<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<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<mailto:ntg-context@ntg.nl> / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl<http://www.pragma-ade.nl/> / http://tex.aanhet.net<http://tex.aanhet.net/>
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net<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<mailto: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
___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 5623 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

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

end of thread, other threads:[~2013-01-06  8:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-06  7:35 how to cite URLs in BibTeX bibliographies 土卜皿
2013-01-06  8:45 ` Andreas Mang
2013-01-06  8:46   ` Andreas Mang

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