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 | |
parent | cd08196bceb5dc6604939e8a5c360e946e62e0ee (diff) | |
download | latex-makefile-af94e2f00b51d9df2ff17044257cb95b807b127b.tar.gz latex-makefile-af94e2f00b51d9df2ff17044257cb95b807b127b.zip |
Added demo
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/demo.gif | bin | 0 -> 319449 bytes | |||
-rw-r--r-- | src/main.tex | 7 |
3 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,8 @@ Feel free to use this Makefile in order to render your LaTeX report easier! +![Animated GIF demo of the Makefile](docs/demo.gif) + ## Description This Makefile uses `latexmk`, a tool that will manage any dependencies between diff --git a/docs/demo.gif b/docs/demo.gif Binary files differnew file mode 100644 index 0000000..7910629 --- /dev/null +++ b/docs/demo.gif 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} |