latex/examples/hello.tex
author Puneeth Chaganti <punchagan@gmail.com>
Wed, 02 Jun 2010 21:31:35 +0530
changeset 101 e529bec52b6f
parent 56 eee394eb05fc
permissions -rw-r--r--
Revised latex handout for new sees course; will drop this and make it more need based.

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

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