[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texi2dvi changes
From: |
Karl Berry |
Subject: |
Re: texi2dvi changes |
Date: |
Tue, 22 Sep 2015 22:34:05 GMT |
gs> Can anybody try the script with LaTeX source with BibTeX, or
else send me a test case? I want to make sure the BibTeX files are
checked properly.
----------------
% bibsimple.tex
\documentclass{article}
\begin{document}
\nocite{*}
\bibliographystyle{plain}
\bibliography{xampl}
\end{document}
----------------
Standard process:
latex bibsimple
bibtex !$
latex !$
latex !$
(Or pdflatex.)
xampl.bib should be in your tex distribution, it's the example bib that
comes with bibtex, but just in case, it's also attached.
k
xampl.bib
Description: Binary data