about summary refs log tree commit diff stats
path: root/common/scripts (follow)
Commit message (Collapse)AuthorAge
* fix(common/scripts/optimize_images.sh): Generate extension only on basenameBenedikt Peetz13 days
| | | | | | 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`)
* fix(common/scripts/latex/build.sh): Rewrite `find` invocations with `fd`Benedikt Peetz13 days
| | | | | The `find` command sometimes did not filter out the `build` directory, resulting in an infinite loop of creating nested `build` directories.
* refactor(common/scritps/latex/extract_text_from_all): RemoveBenedikt Peetz2024-10-04
| | | | | The `lpm bundle <main file>.tex` command acts as a better version of this command.
* feat(scripts/optimize_images): InitBenedikt Peetz2024-10-04
|
* fix(templates/latex/presentation): Get to compileBenedikt Peetz2024-10-04
|
* feat(common/scripts/latex/build.sh): Support standalone figures as generated ↵Benedikt Peetz2024-10-03
| | | | by `lpm`
* fix(common/scripts/latex/build.sh): Don't depend on the current PWDBenedikt Peetz2024-10-03
|
* fix(templates/latex/{academia,letter}): Share files and update to lpm v2.0Benedikt Peetz2024-09-30
|
* fix(common/scripts/cprh.sh): RemoveBenedikt Peetz2024-09-30
| | | | There was just no way to actually use this script in a useful manner.
* refactor(templates/latex/academia): Use more common filesBenedikt Peetz2024-08-03
|
* feat(common): Replace the hand-crafted licensing approach with reuseBenedikt Peetz2024-08-03
|
* refactor(common/): Remove the `files` subdirectoryBenedikt Peetz2024-06-11
|
* refactor(common): Move all data files to `./common/files`Benedikt Peetz2024-04-02
|
* fix(common/scripts/renew_copyright_header): Add support for TeX filesBenedikt Peetz2024-04-01
|
* refactor(treewide): Add a script to instantiate symlinksBenedikt Peetz2024-04-01