From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/42452 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Bibliography inside .tex file Date: Tue, 15 Jul 2008 10:40:08 -0400 (EDT) Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-1880018312-1216132810=:15467" X-Trace: ger.gmane.org 1216132887 10212 80.91.229.12 (15 Jul 2008 14:41:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jul 2008 14:41:27 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Jul 15 16:42:10 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1KIliz-00017v-8v for gctc-ntg-context-518@m.gmane.org; Tue, 15 Jul 2008 16:41:53 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2CBEF1FDCF; Tue, 15 Jul 2008 16:40:57 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23771-09; Tue, 15 Jul 2008 16:40:13 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BFFEB1FC14; Tue, 15 Jul 2008 16:37:29 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 750DF1FC14 for ; Tue, 15 Jul 2008 16:37:28 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22017-06-7 for ; Tue, 15 Jul 2008 16:36:47 +0200 (CEST) Original-Received: from hellskitchen.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.82]) by ronja.ntg.nl (Postfix) with ESMTP id B91291FC0B for ; Tue, 15 Jul 2008 16:36:29 +0200 (CEST) Original-Received: FROM adi-laptop.local (c-68-40-40-75.hsd1.mi.comcast.net [68.40.40.75]) BY hellskitchen.mr.itd.umich.edu ID 487CB5E5.DD0.5071 ; 15 Jul 2008 10:36:21 -0400 In-Reply-To: User-Agent: Alpine 1.00 (DEB 882 2007-12-20) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:42452 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1880018312-1216132810=:15467 Content-Type: TEXT/PLAIN; charset=utf-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 15 Jul 2008, Maur=C3=AD=C2=ADcio wrote: > Aditya Mahajan a =C3=A9crit : >> 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=3D{ABFG{\etalchar{+}}93},totalnumber=3D220= ] \startpublication[k=3Dtest,t=3Darticle, a=3D{{Ahlswede},{}},y=3D2000, n=3D1,s=3DACLY00] \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 --8323329-1880018312-1216132810=:15467 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --8323329-1880018312-1216132810=:15467--