| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2024-09-29 | feat(new/figure)!: Init | Benedikt Peetz | |
| BREAKING CHANGE: The config file now needs to contain an `templates.figure` key. You can simply add this. | |||
| 2024-09-29 | fix(MangledName): Also replace `"` and `'` | Benedikt Peetz | |
| 2024-09-29 | feat(new/chapter): Improve `\include` and `\includeonly` generation | Benedikt Peetz | |
| 2024-09-29 | fix(MangledName): Ensure that the mangled names are actually correct | Benedikt Peetz | |
| 2024-09-29 | feat(templates): Provide a consistent syntax for replacements | Benedikt Peetz | |
| 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. | |||
| 2024-09-16 | feat(bundle): Support bundling a document into one TeX file | Benedikt Peetz | |
| 2024-06-13 | fix(new::section): Generate a precise date | Benedikt Peetz | |
| 2024-06-13 | fix(new::section): Avoid overriding already existing section file | Benedikt Peetz | |
| 2024-06-13 | feat(config_file): Allow specifying the name of the `main.tex` file | Benedikt Peetz | |
| 2024-06-13 | feat(new): Ensure that file names are ASCII only | Benedikt Peetz | |
| This allows us to just query the last chapter instead of storing it. | |||
| 2024-06-13 | feat(cli): Switch to stderrlog, configured by cli options | Benedikt Peetz | |
| 2024-03-31 | chore(version): v1.0.0 | Benedikt Peetz | |
| 2024-03-31 | refactor(treewide): Improve code quality by working with a FileTree | Benedikt Peetz | |
| 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. | |||
| 2023-06-18 | Style(treewide): Format | Soispha | |
| 2023-06-18 | Fix(cli): Remove project option | Soispha | |
| Generating a project should be done on the nix side. | |||
