latex/examples/hello.tex
author Puneeth Chaganti <puneeth@fossee.in>
Fri, 18 Sep 2009 15:45:03 +0530
changeset 61 cfae54ede139
parent 56 eee394eb05fc
permissions -rw-r--r--
minor edits to LaTeX handout and session 4.

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

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