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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
56
eee394eb05fc Added Loops section in ULT, modified LaTeX handout to use examples from sample doc.
Puneeth Chaganti <puneeth@fossee.in>
parents:
diff changeset
     1
  %hello.tex - First LaTeX document
eee394eb05fc Added Loops section in ULT, modified LaTeX handout to use examples from sample doc.
Puneeth Chaganti <puneeth@fossee.in>
parents:
diff changeset
     2
  \documentclass{article}
eee394eb05fc Added Loops section in ULT, modified LaTeX handout to use examples from sample doc.
Puneeth Chaganti <puneeth@fossee.in>
parents:
diff changeset
     3
eee394eb05fc Added Loops section in ULT, modified LaTeX handout to use examples from sample doc.
Puneeth Chaganti <puneeth@fossee.in>
parents:
diff changeset
     4
  \begin{document}
eee394eb05fc Added Loops section in ULT, modified LaTeX handout to use examples from sample doc.
Puneeth Chaganti <puneeth@fossee.in>
parents:
diff changeset
     5
    Hello, World!
eee394eb05fc Added Loops section in ULT, modified LaTeX handout to use examples from sample doc.
Puneeth Chaganti <puneeth@fossee.in>
parents:
diff changeset
     6
  \end{document}