summaryrefslogtreecommitdiff
path: root/latex/examples/hello.tex
diff options
context:
space:
mode:
Diffstat (limited to 'latex/examples/hello.tex')
-rw-r--r--latex/examples/hello.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/latex/examples/hello.tex b/latex/examples/hello.tex
new file mode 100644
index 0000000..bd955e0
--- /dev/null
+++ b/latex/examples/hello.tex
@@ -0,0 +1,6 @@
+ %hello.tex - First LaTeX document
+ \documentclass{article}
+
+ \begin{document}
+ Hello, World!
+ \end{document}