diff options
author | Agathe Porte <microjoe@microjoe.org> | 2017-08-12 11:15:42 +0200 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2017-08-12 11:15:42 +0200 |
commit | af94e2f00b51d9df2ff17044257cb95b807b127b (patch) | |
tree | fd790d0f4c6be69a0845e3cd1acb11b39444679c /src/main.tex | |
parent | cd08196bceb5dc6604939e8a5c360e946e62e0ee (diff) | |
download | latex-makefile-af94e2f00b51d9df2ff17044257cb95b807b127b.tar.gz latex-makefile-af94e2f00b51d9df2ff17044257cb95b807b127b.zip |
Added demo
Diffstat (limited to 'src/main.tex')
-rw-r--r-- | src/main.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.tex b/src/main.tex new file mode 100644 index 0000000..4074cff --- /dev/null +++ b/src/main.tex @@ -0,0 +1,7 @@ +\documentclass{report} + +\begin{document} + +Hello, world! + +\end{document} |