about summary refs log tree commit diff stats
path: root/flake.lock (unfollow)
Commit message (Collapse)Author
2024-12-01fix(common/scripts/latex/build.sh): Rewrite `find` invocations with `fd`Benedikt Peetz
The `find` command sometimes did not filter out the `build` directory, resulting in an infinite loop of creating nested `build` directories.
2024-12-01fix(common/latex/preamble/academia/theorems/definitions.tex): Use expandable ↵Benedikt Peetz
macro
2024-12-01fix(common/inits/latex): Use `-` instead of `_` as separator in languagesBenedikt Peetz
LTex does not support the `<language>_<region>` syntax.
2024-12-01fix(common/init): Move the description to the copyright headerBenedikt Peetz
This avoids weird linebreaks.
2024-10-04chore(version): v0.8.1 v0.8.1Benedikt Peetz
2024-10-04chore(build): RegenerateBenedikt Peetz
2024-10-04fix(common/init): Correctly handle quoted values in the `replacement_file`Benedikt Peetz
2024-10-04fix(common/init): Ignore the init script itself, when looking for leftover ↵Benedikt Peetz
`%INIT_`s
2024-10-04chore(build): RegenerateBenedikt Peetz
2024-10-04fix(common/init): Check for not replaced `%INIT_` variablesBenedikt Peetz
2024-10-04refactor(common/init): Rewrite the `quotify` function in pythonBenedikt Peetz