latex/examples/hello.tex
author amit@thunder
Mon, 12 Jul 2010 15:27:21 +0530
changeset 98 678c7c01b5d5
parent 56 eee394eb05fc
permissions -rw-r--r--
changes to Intorduction to Linux and Text Processing in ULT

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

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