Search found 8 matches

by Gilligan
Thu Oct 01, 2009 3:29 am
Forum: BibTeX, biblatex and biber
Topic: Problem with texmaker and bibtex
Replies: 16
Views: 12895

Re: Problem with texmaker and bibtex

Thank you for your efforts, I have just narrowed the problem down quite a bit. I compiled the files on my laptop with the same editor and compiler and it works. The only difference is my desktop is a 64 bit machine. I dont know why this makes a difference, all of the other functionality is fine, but ...
by Gilligan
Wed Sep 30, 2009 8:42 pm
Forum: BibTeX, biblatex and biber
Topic: Problem with texmaker and bibtex
Replies: 16
Views: 12895

Re: Problem with texmaker and bibtex

Still not working for me. Any ideas on why texmaker isnt compiling the bib file? It says process exited normally after I press F11.
by Gilligan
Wed Sep 30, 2009 3:19 am
Forum: BibTeX, biblatex and biber
Topic: Problem with texmaker and bibtex
Replies: 16
Views: 12895

Re: Problem with texmaker and bibtex

That would explain it, except I am pressing F6, F11, F6, F6, F7 (in texmaker) Which is pdfLatex, bibTex, pdfLatex, pdfLatex, viewPDF. Is there a way to manually compile in texmaker?

Thanks
by Gilligan
Tue Sep 29, 2009 9:09 pm
Forum: BibTeX, biblatex and biber
Topic: Problem with texmaker and bibtex
Replies: 16
Views: 12895

Re: Problem with texmaker and bibtex

Sorry, I included the log of the actual file I am working on. Here is my code once again
Here is the log file as an attachment.

Here again is the code that produced it ('TestingBib.tex'), which doesn't work for me

\documentclass{article}
\begin{document}
Test
\cite{Krstic95}
\bibliographystyle ...
by Gilligan
Tue Sep 29, 2009 12:20 am
Forum: BibTeX, biblatex and biber
Topic: Problem with texmaker and bibtex
Replies: 16
Views: 12895

Re: Problem with texmaker and bibtex

Here it is
by Gilligan
Mon Sep 28, 2009 8:13 pm
Forum: BibTeX, biblatex and biber
Topic: Problem with texmaker and bibtex
Replies: 16
Views: 12895

Re: Problem with texmaker and bibtex

I put the files into C:\LatexTest and I am still getting [?] on every reference and no actual references coming up in the ref section. I even tried using sumatra pdf viewer instead of acrobat to no avail. This is really frustrating, especially since you can do it with the same example code. Any ...
by Gilligan
Sat Sep 26, 2009 1:33 am
Forum: BibTeX, biblatex and biber
Topic: Problem with texmaker and bibtex
Replies: 16
Views: 12895

Problem with texmaker and bibtex

Ok, here is my tex file
\documentclass{article}
\begin{document}
Test
\cite{Krstic95}
\bibliographystyle{plain}
\bibliography{mybib}
\end{document}

mybib is saved in the same folder as the tex file and is given as
@BOOK{Krstic95,
author = "M. Krstic and I. Kanellakopoulos and P. Kokotovic ...
by Gilligan
Thu Sep 24, 2009 10:39 pm
Forum: BibTeX, biblatex and biber
Topic: Problem with texmaker and bibtex
Replies: 16
Views: 12895

Re: Problem with texmaker and bibtex

Did you ever get this figured out? I am having this problem as well.