latex/examples/hello.tex
author Puneeth Chaganti <puneeth@fossee.in>
Fri, 18 Sep 2009 14:46:54 +0530
changeset 59 8c15077f028d
parent 56 eee394eb05fc
permissions -rw-r--r--
Added a section on functions in ULT; minor edits to SciTE section.

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

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