\documentclass[12pt,a4paper]{article}
\usepackage{amsmath}\usepackage{amssymb}
\usepackage{tabularx}
\usepackage{graphicx} \usepackage{hyperref}
\usepackage{lscape}
\usepackage{rotating}
\newcommand{\specificthanks}[1]{\@fnsymbol{#1}}% Inserts a specific \thanks symbol
\usepackage[left=1.25in, right=1.0in, top=1.25in, bottom=1.0in]{geometry}
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables for horizontal lines
\newcommand{\piRsquare}{\pi r^2}
\title{{\Large Profitability of Moving Averages in the European Stock Market\thanks{My special thanks go to my supervisor Prof.Dr.Name for the excellent guidance and the provided dataset.}}}
\author{ ABC \thanks{University World Email: \url{http://abc@xyz.com}}}}
\date{December 20, 2013}
%
\begin{document} \baselineskip=22pt
\begin{landscape}
\maketitle
%
\centerline{\bf ABSTRACT}
In this line abstract will need to be written.
%
\medskip
\medskip\medskip
%
\noindent \textbf{JEL Codes:} G11; G14;
\noindent \textbf{Keywords:} Technical Analysis; Moving Averages; Market Efficiency;
\medskip
\medskip\medskip
\noindent \textsc{Since the existence of} stock markets, is one of the controling...
\end{document}
In the LaTeX file I found a problem in a footnote but I couldn't solve it. When I open the file with the Kile editor, it compiles easily, but in Winedit, it is showing an error. What has actually happened?
}at the end of the\urlline, and a missing\end{landscape}before\end{document}. These are basic errors, and given your other questions I do urge you to take time to work on your general LaTeX understanding. The demo here has various not-so-good constructs, and I wonder if you are simply copy-pasting code without understanding it. – Joseph Wright Dec 22 '13 at 09:57nonstopmodeby default, where TeX will try to ignore the errors and create a PDF regardless, but if you look at the log file the errors should be listed. About the errors, both of the error messages are actually quite clear ... – Torbjørn T. Dec 22 '13 at 09:58-interaction=nonstopmodefrom the options. – Torbjørn T. Dec 26 '13 at 09:03