aboutsummaryrefslogtreecommitdiffstats
path: root/common/scripts (unfollow)
Commit message (Collapse)Author
2024-12-01fix(common/scripts/optimize_images.sh): Generate extension only on basenameBenedikt 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-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-10-04refactor(common/scritps/latex/extract_text_from_all): RemoveBenedikt Peetz
The `lpm bundle <main file>.tex` command acts as a better version of this command.
2024-10-04feat(scripts/optimize_images): InitBenedikt Peetz
2024-10-04fix(templates/latex/presentation): Get to compileBenedikt Peetz
2024-10-03feat(common/scripts/latex/build.sh): Support standalone figures as generated ↵Benedikt Peetz
by `lpm`
2024-10-03fix(common/scripts/latex/build.sh): Don't depend on the current PWDBenedikt Peetz
2024-09-30fix(templates/latex/{academia,letter}): Share files and update to lpm v2.0Benedikt Peetz
2024-09-30fix(common/scripts/cprh.sh): RemoveBenedikt Peetz
There was just no way to actually use this script in a useful manner.
2024-08-03refactor(templates/latex/academia): Use more common filesBenedikt Peetz
2024-08-03feat(common): Replace the hand-crafted licensing approach with reuseBenedikt Peetz
2024-06-11refactor(common/): Remove the `files` subdirectoryBenedikt Peetz
2024-04-02refactor(common): Move all data files to `./common/files`Benedikt Peetz
2024-04-01fix(common/scripts/renew_copyright_header): Add support for TeX filesBenedikt Peetz
2024-04-01refactor(treewide): Add a script to instantiate symlinksBenedikt Peetz