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