ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Bibliography inside .tex file
Date: Tue, 15 Jul 2008 10:40:08 -0400 (EDT)	[thread overview]
Message-ID: <alpine.DEB.1.00.0807151038080.15467@nqv-yncgbc> (raw)
In-Reply-To: <g5i8ai$nrc$1@ger.gmane.org>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1226 bytes --]

On Tue, 15 Jul 2008, Maurí­cio wrote:

> Aditya Mahajan a écrit :
>> On Mon, 14 Jul 2008, Maur???cio wrote:
>>
>>> Hi,
>>>
>>> I've read about \usemodule[bib], and I learned
>>> how to create .bbl file. However, I would like
>>> to insert my bibliographic references inside my
>>> .tex file, not in an external file. Is it
>>> possible to do that?
>>
>> Usually, just copying the contents of your bbl file into the main file
>> works.
>>
>> Aditya
>>
>
> Can I ask some details? Before or after \starttext?
> Should I enclose it in \start / \stop something?

You need to put them before \starttext. For example,

\usemodule[bib]

\setuppublicationlist[samplesize={ABFG{\etalchar{+}}93},totalnumber=220]
\startpublication[k=test,t=article,
a={{Ahlswede},{}},y=2000,
n=1,s=ACLY00]
\artauthor[]{R.}[R.]{}{Ahlswede}
\artauthor[]{Ning}[N.]{}{Cai}
\artauthor[]{S.~Y.~R.}[S.~Y.~R.]{}{Li}
\artauthor[]{R.~W.}[R.~W.]{}{Yeung}
\pubyear{2000}
\arttitle{Network information flow}
\journal{{IEEE} Trans. Inf. Theory}
\issn{0018-9448}
\volume{46}
\issue{4}
\pages{1204--1216}
\month{7}
\stoppublication


\starttext
Checking publication~\cite[test]

\placepublications
\stoptext

Aditya

[-- Attachment #2: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2008-07-15 14:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-14 22:35 Maurí­cio
2008-07-14 23:17 ` Aditya Mahajan
2008-07-15 13:22   ` Maurí­cio
2008-07-15 14:40     ` Aditya Mahajan [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=alpine.DEB.1.00.0807151038080.15467@nqv-yncgbc \
    --to=adityam@umich.edu \
    --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).