Changes

Jump to navigation Jump to search
333 bytes removed ,  10:27, 1 December 2008
== Example of use with bibtex ==
Bibtex support is not integrated in texexec (yet), so you just have to run bibtex by handset up the database name.
Assuming you have saved this bit of code as bibdemo.tex:
</texcode>
Then you just have to run the following three commandscommand:
<pre>
texexec --once bibdemo
bibtex bibdemo
texexec bibdemo
</pre>
To get the typeset result. xampl.bib is a bibtex file example coming with the bibtex distribution (it should be on your harddisk somewhere already: on my teTeX 3.0 system, <tt>/usr/share/texmf-tetex/bibtex/bib/base/xampl.bib</tt> is the location), in which the <tt>article-full</tt> key is referred.
The <code>\usemodule[bibltx]</code> line is needed because <tt>xampl.bib</tt> uses LaTeX commands and defines them using LaTeX syntax. The <tt>bibltx</tt> module allows ConTeXt to understand some such constructions (which is enough for it to work with <tt>xampl.bib</tt>). Newer versions of ConTeXt don't include <tt>t-bibltx.tex</tt>. However, on the mailing list Taco said he'd restore it in due course. Meanwhile [[Image:t-bibltx.tex|here]] is the previous version, which you can put in the <tt>tex/context/bib/</tt> directory of your ConTeXt installation.
== Changing the way you show the publication list ==

Navigation menu