Hi!
For one of my examples, it works. But in another example, containing nearly the same code, i get the following error:
\cite{The tex binaries cannot be located!}
example:
\documentclass[]{article} \usepackage[utf8]{inputenc} \usepackage{fullpage} \title{LatexMate 1} \begin{document} \maketitle \section{Introduction} There is no TM_LATEX_MASTER set. And not TM_LATEX_BIB.
\subsection{sub}\label{sub:subs} % (fold)
% subsubsection subs (end)
\section{sec2}\label{sec:sec2} % (fold) \cite{The tex binaries cannot be located!} \ref{sub:subs} \ref{sub:subs} \cite{Merritt1989} \ref{The tex binaries cannot be located!} \cite{The tex binaries cannot be located!} % section sec2 (end)
%\input{example2.tex}
\bibliographystyle{plain} \bibliography{/Users/helge/Desktop/LatexMate/lit}
% comment (end) \end{document}
Charilaos Skiadas schrieb:
�zg�r, Helge,
this should be fixed now. The problem in Helge's case is that I was
not expecting full paths in the bib file. �zg�r if you still have problems let me know how the \bibliography{...} line says in your case. In any case, the error message should now be a bit clearer.