I have a file "books.bib"
Code: Select all
@BOOK{KandR,
AUTHOR = "Kernighan, Brian W. and Ritchie, Dennis M.",
TITLE = "{The C Programming Language Second Edition}",
PUBLISHER = "Prentice-Hall, Inc.",
YEAR = 1988
}
\bibliography{books}
and
Code: Select all
Lorem ipsum dolor sit amet, \cite{KandR} consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
I work in TexMaker with Tex Live. The command for bib(la)tex is "C:/texlive/2012/bin/win32/bibtex.exe" %.auxLorem ipsum dolor sit amet, [?] consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
bibtex.exe is on that location
Is use the fast compiler and the user compiler with:
"C:/texlive/2012/bin/win32/pdflatex.exe" -interaction=nonstopmode %.tex|"C:/texlive/2012/bin/win32/bibtex.exe" %.aux|"C:/texlive/2012/bin/win32/pdflatex.exe" -interaction=nonstopmode %.tex|"C:/Program Files (x86)/Adobe/Reader 10.0/Reader/AcroRd32.exe" %.pdf
error is
"C:/texlive/2012/bin/win32/pdflatex.exe" -interaction=nonstopmode %.tex|"C:/texlive/2012/bin/win32/bibtex.exe" %.aux|"C:/texlive/2012/bin/win32/pdflatex.exe" -interaction=nonstopmode %.tex|"C:/Program Files (x86)/Adobe/Reader 10.0/Reader/AcroRd32.exe" %.pdf
If I use the bib compiler on "books.bib" I get the error
Code: Select all
This is BibTeX, Version 0.99d (TeX Live 2012/W32TeX) The top-level
auxiliary file: books.aux I found no \citation commands---while reading
file books.aux I found no \bibdata command---while reading file books.aux
I found no \bibstyle command---while reading file storage.aux
(There were 3 error messages)