summary refs log tree commit diff stats
path: root/src/main.rs (follow)
Commit message (Collapse)AuthorAge
* feat(templates): Provide a consistent syntax for replacementsBenedikt Peetz2024-09-29
| | | | | | All replacements now start with `lpm::` and thus provide a future way to extend them. This change also adds the ability to access the chapter name in a new section and the current data in a new chapter.
* feat(bundle): Support bundling a document into one TeX fileBenedikt Peetz2024-09-16
|
* feat(cli): Switch to stderrlog, configured by cli optionsBenedikt Peetz2024-06-13
|
* refactor(treewide): Improve code quality by working with a FileTreeBenedikt Peetz2024-03-31
| | | | | | The FileTree has been taken from the implementation written by my for the Trinitrix project. It alleviates the problem, where functions had to do many things themselves.
* Style(treewide): FormatSoispha2023-06-18
|
* Fix(cli): Remove project optionSoispha2023-06-18
| | | | Generating a project should be done on the nix side.
* Chore: Initial commitSoispha2023-06-18