the point of trying to actually get my cites to appear and the bib to
populate.
When I run pdflatex (2-3 times), it runs and exits normally. then I run
bibtex. then I run pdflatex a couple more times. (I'm doing all this on
TeXmaker on WinXP).
The cite shows up as [?] and the bib never gets created. The errors
are:
""
LaTeX Warning: Citation `partridge:1992' on page 1 undefined on input
line 4.
No file fullbib.bbl.
[1
{psfonts.map}] (fullbib.aux)
LaTeX Warning: There were undefined references. ""
I have made a simple .tex and .bib command to repeat the error I am
getting. They are posted here:
fullbib.tex:
\documentclass{article}
\begin{document}
\section{confused}
Why doesn't this work?\cite{partridge:1992}
\bibliographystyle{unsrt}
\bibliography{smallbib}
\end{document}
smallbib.bib:
%% This BibTeX bibliography file was created using BibDesk.
%% http://bibdesk.sourceforge.net/
%% Saved with string encoding Western (ASCII)
@book{partridge:1992,
Address = {Boston},
Author = {Partridge, P.W. and Wrobel, L.C. and Brebbia, C.A.},
Date-Added = {2007-01-13 10:56:42 -0500},
Date-Modified = {2007-01-13 11:00:10 -0500},
Publisher = {Computational Mechanics Publications},
Title = {The Dual Reciprocity Boundary Element Method},
Year = {1992}}
@book{cartwright:2001,
Address = {Boston},
Author = {Cartwright, David J.},
Date-Added = {2007-01-13 10:53:54 -0500},
Date-Modified = {2007-01-13 10:55:37 -0500},
Publisher = {WIT Press},
Title = {Underlying Principles of the Boundary Element Method},
Year = {2001}}
The whole process seems simple enough. Can't figure out why it won't
work for me
Thanks for any help.
RCR
so: delete the .bbl file and try to run BibTex compilation, then look
what you get. if you still get this problem, reply, we'll see.
Thanks everyone. I will try and post a comment to the TeXmaker
creators, letting them know of my problem.
RCR
> > >
> > > I found this:
> > >
> > >http://www.xm1math.net/texmaker/faq.html
> > >
> > >There, they say that to get BibTeX to work under MiKTeX, you
> > >have to change the default command from "bibtex %.aux"
> > >to "bibtex %".
> >
This is what I did and it worked. Got this bit of info from another
forum and the TeXmaker creator.
THanks all
RCR