summary refs log tree commit diff stats
path: root/src/config_file.rs (follow)
Commit message (Collapse)AuthorAge
* feat(new/figure)!: InitBenedikt Peetz2024-09-29
| | | | | BREAKING CHANGE: The config file now needs to contain an `templates.figure` key. You can simply add this.
* feat(config_file): Allow specifying the name of the `main.tex` fileBenedikt Peetz2024-06-13
|
* feat(new): Ensure that file names are ASCII onlyBenedikt Peetz2024-06-13
| | | | This allows us to just query the last chapter instead of storing it.
* chore(version): v1.0.0Benedikt Peetz2024-03-31
|
* 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.