I/we haven't been using LaTeX for very long and I/we are getting a very peculiar error that to my knowledge should not happen:
Code: Select all
! LaTeX Error: File `../projekt/preamble.tex' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: tex)
Enter file name:
! Emergency stop.
<read *>
l.1 \input{../projekt/preamble.tex}
*** (cannot \read from terminal in nonstop modes)
Here is how much of TeX's memory you used:
41620 strings out of 493921
908919 string characters out of 3144876
1096135 words of memory out of 3000000
44186 multiletter control sequences out of 15000+200000
31689 words of font info for 88 fonts, out of 3000000 for 9000
841 hyphenation exceptions out of 8191
70i,20n,78p,10488b,869s stack positions out of 5000i,500n,10000p,200000b,50000s
! ==> Fatal error occurred, no output PDF file produced!
Code: Select all
\input{preamble.tex} % This seem to generate the error but I dont know why?
\input{macros.tex}
\begin{document}
\include{frontpage}
\include{titlepages}
\include{preface}
%\include{Forord}
\tableofcontents
has anyone else experienced this and anyone that can help solve it ?