I can't figure out why I keep getting this error for a long time already. I'm running a portable version of Texmaker 3.5 and portable TeX Live 2012. Everything is working smooth, but not BibTeX.
TeXmaker settings:
also tried:pdfLaTeX: "../bin/win32/pdflatex.exe" -synctex=1 -interaction=nonstopmode %.tex
Bib(la)TeX: "../bin/win32/bibtex.exe %
Bib(la)TeX: "../bin/win32/bibtex.exe %.aux
My TeX document:
Code: Select all
\documentclass[12pt,a4paper,oneside]{memoir}
\usepackage[numbers]{natbib}
\begin{document}
Random text \citep{petris}
\bibliographystyle{natplain}
\bibliography{literature}
\end{document}
Code: Select all
@Book{petris,
author = "PETRIS, Giovanni a Sonia PETRONE a Patrizia CAMPAGNOLI",
title = "Dynamic linear models with R",
publisher = "Springer",
year = 2009,
address = "Palo Alto",
edition = "3th,",
isbn = "978-0-387-77237"
}
Any hints please? I've searched through the web with no success. The issues always ended up with wrong syntax of the complainant.Error: could not start the command