diff options
| author | Matthieu Pignolet <matthieu@puffer.fish> | 2025-05-11 18:56:49 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@puffer.fish> | 2025-05-11 18:56:49 +0400 |
| commit | aeceac55bd3bf1fe6039ebcd8281619828b73472 (patch) | |
| tree | 1b683e3ddb2b4ddae89b51223d31e82d70a2bfa8 | |
| parent | cee6ebd6beba414cc0794e925bfc53adeba1ce72 (diff) | |
feat: add simple readme file
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 <name>.pdf` to build them.
\ No newline at end of file |
