Changes

Jump to navigation Jump to search
187 bytes added ,  13:02, 2 August 2006
no edit summary
The PDF manual can be found on the [[modules:bib| bib module]] page or in your ConTeXt installation. For me (ConTeXt installed in my home directory), it's in <tt>~/texmf/doc/context/bib/bibmod-doc.pdf</tt>
<u style="display: none;">... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... no changes ... </u>== Example of use with bibtex ==
Bibtex support is not integrated in texexec (yet), so you have to run bibtex by hand.
Assuming you have saved this bit of code as bibdemo.tex:
<texcode>
\usemoduleSemodule[bib]\usemoduleSemodule[bibltx]\setupbibtex[database=xampl]\starttextAs \cite te[article-full] already indicated, bibtex is a \LaTeXatex-centric program.\completepublications�mpletepublications\stoptext
</texcode>
Then then you have to run the following three commands:
<pre>
texexec --once bibdemo
texexec bibdemo
</pre>
To to get the typeset result. xampl.bib comes with the bibtex distribution, it should be on your harddisk somewhere already. On on my teTeX tetex 3.0 system, <tt>/usr/share/texmf-tetex/bibtex/bib/base/xampl.bib</tt> is the location.
The the <code>\usemodulesemodule[bibltx]</code> line is needed because <tt>xampl.bib</tt> uses LaTeX latex commands and defines them using LaTeX latex syntax. The the <tt>bibltx</tt> module allows ConTeXt context to understand some such constructions (which is enough for it to work with <tt>xampl.bib</tt>). Newer newer versions of ConTeXt context don't include <tt>t-bibltx.tex</tt>. Howeverhowever, on the mailing list Taco taco said he'd restore it in due course. Meanwhile meanwhile [[Imageimage:t-bibltx.tex|here]] is the previous version, which you can put in the <tt>tex/context/bib/</tt> directory of your ConTeXt context installation.
== Changing the way you show the publication list ==
Anonymous user

Navigation menu