Changes

Jump to navigation Jump to search
258 bytes added ,  10:20, 29 July 2005
Bibtex example
The manual can be downloaded from [[http://tex.aanhet.net/bib/ Taco's Page]]
== Example of use with bibtex ==
Save 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>
\usemodule[bib]
</texcode>
Then you have to run the following three commands: 
<pre>
texexec --once bibdemo
bibtex bibdemo
texexec bibdemo
 
</pre>
To get the typeset result. (xampl.bib comes with the bibtex distribution, it should be on your harddisk somewhere already)

Navigation menu