latex/examples/hello.tex
author amit@thunder
Mon, 12 Jul 2010 15:39:29 +0530
changeset 100 344a1d6f1e64
parent 56 eee394eb05fc
permissions -rw-r--r--
Changes to shell scripting

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

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