latex/examples/hello.tex
author Puneeth Chaganti <puneeth@fossee.in>
Fri, 18 Sep 2009 15:49:06 +0530
changeset 62 780effcd7c5a
parent 56 eee394eb05fc
permissions -rw-r--r--
fixed table in session4.

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

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