latex/examples/hello.tex
author amit@thunder
Mon, 12 Jul 2010 15:37:06 +0530
changeset 99 799f1c2a0689
parent 56 eee394eb05fc
permissions -rw-r--r--
Changes to More on text Processing

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

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