I am trying to go through a tutorial sheet on LaTeX by using TeXnicCenter but i keep getting a blank PDF file even though there are no errors found...on the bottom message window it says
I am supposed to getLaTeX-Result: 0 Error(s), 0 Warning(s), 0 Bad Box(es), 0 Page(s)
The following is my input.....please help meLaTeX-Result: 0 Error(s), 0 Warning(s), 0 Bad Box(es), 1 Page(s)
Code: Select all
%hello.tex - Our first Latex example!
\documentclass[12pt]{article}
\usepackage{a4}
\begin{document}
Hello World!
\end{document}
Regards
Jay