diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-31 18:49:51 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-31 18:49:51 +0200 |
commit | e94e4304e9bfd64bdf934827ffdf0409c44d991c (patch) | |
tree | dc63e2dcc7a41bb2f7ac86ea08c815397cf0bc3a /README.md | |
parent | Style(treewide): Format (diff) | |
download | lpm-e94e4304e9bfd64bdf934827ffdf0409c44d991c.tar.gz lpm-e94e4304e9bfd64bdf934827ffdf0409c44d991c.zip |
chore(treewide): Update this project to today's standards.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ae51118 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# LPM + +LPM is a next generation latex project manager. It helps you to enforce a stable directory +structure and thus facilitates adding new chapters (resp. sections) and sections (resp. subsections). + +## Configuration + +An example `lpm.toml` config file is to be found in here: +[`./example/lpm.toml`](./example/lmp.toml). + +## Licence + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. |