Commit message (Collapse) | Author | ||
---|---|---|---|
2024-12-01 | style(treewide): Format | Benedikt Peetz | |
2024-12-01 | build(.envrc): Denote the executing shell | Benedikt Peetz | |
2024-12-01 | build(flake): Update | Benedikt Peetz | |
2024-12-01 | chore(build): Re-generate | Benedikt Peetz | |
2024-12-01 | fix(templates/latex/presentation/flake.nix): Remove outdated follow | Benedikt Peetz | |
2024-12-01 | fix(templates/latex/static_content): Include reference to the main file | Benedikt Peetz | |
This improves the qol, when compiling. | |||
2024-12-01 | fix(common/shell_line_editor.sh): Mark as non-executable | Benedikt Peetz | |
2024-12-01 | fix(common/scripts/optimize_images.sh): Generate extension only on basename | Benedikt Peetz | |
This avoids taking the "extension" of a directory as a extension (e.g. `addons.d/file.ext`, would produce an extension of `d/file.ext` instead of the expected `ext`) | |||
2024-12-01 | fix(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-01 | fix(common/latex/preamble/academia/theorems/definitions.tex): Use expandable ↵ | Benedikt Peetz | |
macro | |||
2024-12-01 | fix(common/inits/latex): Use `-` instead of `_` as separator in languages | Benedikt Peetz | |
LTex does not support the `<language>_<region>` syntax. | |||
2024-12-01 | fix(common/init): Move the description to the copyright header | Benedikt Peetz | |
This avoids weird linebreaks. | |||
2024-10-04 | chore(version): v0.8.1 v0.8.1 | Benedikt Peetz | |
2024-10-04 | chore(build): Regenerate | Benedikt Peetz | |
2024-10-04 | fix(common/init): Correctly handle quoted values in the `replacement_file` | Benedikt Peetz | |
2024-10-04 | fix(common/init): Ignore the init script itself, when looking for leftover ↵ | Benedikt Peetz | |
`%INIT_`s | |||
2024-10-04 | chore(build): Regenerate | Benedikt Peetz | |
2024-10-04 | fix(common/init): Check for not replaced `%INIT_` variables | Benedikt Peetz | |
2024-10-04 | refactor(common/init): Rewrite the `quotify` function in python | Benedikt Peetz | |
The AWK version was getting confused with newlines (`\n`) in the input. | |||