latex/examples/hello.tex
author Puneeth Chaganti <puneeth@fossee.in>
Thu, 17 Sep 2009 13:45:31 +0530
changeset 56 eee394eb05fc
permissions -rw-r--r--
Added Loops section in ULT, modified LaTeX handout to use examples from sample doc.

  %hello.tex - First LaTeX document
  \documentclass{article}

  \begin{document}
    Hello, World!
  \end{document}