summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2017-08-12 11:15:42 +0200
committerRomain Porte <microjoe@microjoe.org>2017-08-12 11:15:42 +0200
commit9474260727aec528465ed9a9d90b8780dacfc949 (patch)
treea158367ef1880939d11f1d7f1d524b8d93e490d5
parent5d67796c61df5fdca3ea606f11e0167490043e01 (diff)
downloadlatex-makefile-9474260727aec528465ed9a9d90b8780dacfc949.tar.gz
latex-makefile-9474260727aec528465ed9a9d90b8780dacfc949.zip
Added demo
-rw-r--r--README.md2
-rw-r--r--docs/demo.gifbin0 -> 319449 bytes
-rw-r--r--src/main.tex7
3 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index c43e0c8..c696906 100644
--- a/README.md
+++ b/README.md
@@ -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
new file mode 100644
index 0000000..7910629
--- /dev/null
+++ b/docs/demo.gif
Binary files differ
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}