ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Andreas Mang <mang@imt.uni-luebeck.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: how to cite URLs in BibTeX bibliographies
Date: Sun, 6 Jan 2013 09:46:21 +0100	[thread overview]
Message-ID: <5FA8D98E-3FAA-476C-8171-59B92B64BE58@imt.uni-luebeck.de> (raw)
In-Reply-To: <D5CA033B-C723-4918-B7B4-F4D7ECCA6673@imt.uni-luebeck.de>


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

      reply	other threads:[~2013-01-06  8:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-06  7:35 土卜皿
2013-01-06  8:45 ` Andreas Mang
2013-01-06  8:46   ` Andreas Mang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5FA8D98E-3FAA-476C-8171-59B92B64BE58@imt.uni-luebeck.de \
    --to=mang@imt.uni-luebeck.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).