Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(new/figure)!: Init | Benedikt Peetz | 2024-09-29 |
| | | | | | BREAKING CHANGE: The config file now needs to contain an `templates.figure` key. You can simply add this. | ||
* | feat(bundle): Support bundling a document into one TeX file | Benedikt Peetz | 2024-09-16 |
| | |||
* | feat(cli): Switch to stderrlog, configured by cli options | Benedikt Peetz | 2024-06-13 |
| | |||
* | refactor(treewide): Improve code quality by working with a FileTree | Benedikt Peetz | 2024-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. |