latex.tex 219 Bytes
% Syntax Highlighting Test File For LaTeX
% Some Comments About This File
\documentclass{article}
\title{Lets Say Hello}
\author{Jane Doe}
\date{April 2007}
\begin{document}
   \maketitle
   Hello world!
\end{document}