Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I am unable to compile the LaTeX code in TeXnicentre to PDF. The problem is I am unable to pinpoint the source line of error by F9/shift+F9. Would be great if you could help.

Error message

Edit: Here is the MWE:

\documentclass{article}%

\usepackage{amsmath}% 
\usepackage{amsfonts}%
\usepackage{amssymb}%
\usepackage{graphicx}
\usepackage{breqn}
\usepackage{verbatim}
%\usepackage{biblatex}
\usepackage{apacite}
%-------------------------------------------
\newtheorem{theorem}{Theorem} 
\newtheorem{acknowledgement}[theorem]{Acknowledgement} 
\newtheorem{algorithm}[theorem]{Algorithm} 
\newtheorem{axiom}[theorem]{Axiom} 
\newtheorem{case}[theorem]{Case}
\newtheorem{claim}[theorem]{Claim} 
\newtheorem{conclusion}[theorem]{Conclusion} 
\newtheorem{conjecture}[theorem]{Conjecture} 
\newtheorem{corollary}[theorem]{Corollary} 
\newtheorem{criterion}[theorem]{Criterion} 
\newtheorem{definition}[theorem]{Definition} 
\newtheorem{example}[theorem]{Example} 
\newtheorem{exercise}[theorem]{Exercise} 
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{notation}[theorem]{Notation} 
\newtheorem{problem}[theorem]{Problem} 
\newtheorem{proposition}[theorem]{Proposition} 
\newtheorem{remark}[theorem]{Remark} 
\newtheorem{solution}[theorem]{Solution} 
\newtheorem{summary}[theorem]{Summary} 
\newenvironment{proof}[1][Proof]{\textbf{#1.} }{\ \rule{0.5em}{0.5em}}

\begin{document}

\title{My research paper} \author{Abhimanyu Arora}\thanks{Thanks to all in Texchange} \maketitle

\begin{abstract} This is the abstract \end{abstract}

\section{Introduction} This is the intro.

\section{Model} Here goes the model.

\section{Conclusion} This section concludes.

%\bibliographystyle{apacite}
%\bibliography{}

\appendix This is the appendix
\end{document}
share|improve this question
1  
Note: NOT AUSTRALIAN!!! is generated by tex/latex/apacite/english.apc and is neither a warning nor an error, but a mere \typeout. – Andrey Vihrov Sep 8 '11 at 12:00
3  
The problem seems to be in the file name in the line above Emergency stop; TeX is in troubles with file names such as wto_version2.0.tex with two periods. – egreg Sep 8 '11 at 12:13
1  
You may try to read the log file, which has the same name of the main tex file but with an extension .log. Search through it for Emergency stop. And reading the few lines above it may help. In my experience, most Emergency stop are related to files, e.g., unfound files included by the document. – Yan Zhou Sep 8 '11 at 12:59
2  
This example produces no error for me. – egreg Sep 9 '11 at 8:26
2  
I also get no error, I saved it with the given filename. (I'm using TeXLive2011 on Linux so not directly comparable, though). – Andrew Stacey Sep 9 '11 at 8:41
show 8 more comments

closed as too localized by Marco Daniel, Joseph Wright Jan 7 '12 at 21:07

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.