From aeceac55bd3bf1fe6039ebcd8281619828b73472 Mon Sep 17 00:00:00 2001 From: Matthieu Pignolet Date: Sun, 11 May 2025 18:56:49 +0400 Subject: feat: add simple readme file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6c8d10c --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# latex-make-template + +Simple base project for writing LaTeX files and building them using make. +Just place your `.tex` files in the project's main directory and use the `make` or `make .pdf` to build them. \ No newline at end of file -- cgit v1.2.3