From 51292127a47911f973e1c2691a9adc75c6bad044 Mon Sep 17 00:00:00 2001 From: Agathe Porte Date: Tue, 8 May 2018 12:14:14 +0200 Subject: Simpler version of Makefile Instead of using a big .gitignore and a big clean target, we can tell latexmk to build into a dedicated directory. This way, all temporary files are located in a repository that we just have to ignore and remove. This allows us to have the .tex sources right next to the Makefile, which makes it easier to reason about instead of having to use the src/ subdirectory. Also moved README to reStructuredText (because Markdown sucks IMO) and removed gif and fancy badges in the README. --- main.tex | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 main.tex (limited to 'main.tex') diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..4074cff --- /dev/null +++ b/main.tex @@ -0,0 +1,7 @@ +\documentclass{report} + +\begin{document} + +Hello, world! + +\end{document} -- cgit v1.2.3