Bibliography inside .tex file
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? Thanks, Maurício
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
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? Thanks, Maurício
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
participants (2)
-
Aditya Mahajan
-
Maurício