about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* build(.envrc): Denote the executing shellBenedikt Peetz33 hours
|
* build(flake): UpdateBenedikt Peetz33 hours
|
* chore(build): Re-generateBenedikt Peetz33 hours
|
* fix(templates/latex/presentation/flake.nix): Remove outdated followBenedikt Peetz33 hours
|
* fix(templates/latex/static_content): Include reference to the main fileBenedikt Peetz33 hours
| | | | This improves the qol, when compiling.
* fix(common/shell_line_editor.sh): Mark as non-executableBenedikt Peetz34 hours
|
* fix(common/scripts/optimize_images.sh): Generate extension only on basenameBenedikt Peetz34 hours
| | | | | | 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 Peetz34 hours
| | | | | The `find` command sometimes did not filter out the `build` directory, resulting in an infinite loop of creating nested `build` directories.
* fix(common/latex/preamble/academia/theorems/definitions.tex): Use expandable ↵Benedikt Peetz34 hours
| | | | macro
* fix(common/inits/latex): Use `-` instead of `_` as separator in languagesBenedikt Peetz34 hours
| | | | LTex does not support the `<language>_<region>` syntax.
* fix(common/init): Move the description to the copyright headerBenedikt Peetz34 hours
| | | | This avoids weird linebreaks.
* chore(version): v0.8.1 v0.8.1Benedikt Peetz2024-10-04
|
* chore(build): RegenerateBenedikt Peetz2024-10-04
|
* fix(common/init): Correctly handle quoted values in the `replacement_file`Benedikt Peetz2024-10-04
|
* fix(common/init): Ignore the init script itself, when looking for leftover ↵Benedikt Peetz2024-10-04
| | | | `%INIT_`s
* chore(build): RegenerateBenedikt Peetz2024-10-04
|
* fix(common/init): Check for not replaced `%INIT_` variablesBenedikt Peetz2024-10-04
|
* refactor(common/init): Rewrite the `quotify` function in pythonBenedikt Peetz2024-10-04
| | | | The AWK version was getting confused with newlines (`\n`) in the input.
* fix(templates/rust/Cargo.toml): Fix typos in `%INIT_` variablesBenedikt Peetz2024-10-04
|
* fix(templates/rust/flake.nix): Remove unneeded `input.*.follows`Benedikt Peetz2024-10-04
|
* fix(common/.envrc): Actually use and set a shebangBenedikt Peetz2024-10-04
|
* fix(common/init): Correctly quote inputted textBenedikt Peetz2024-10-04
|
* chore(version): v0.8.0 v0.8.0Benedikt Peetz2024-10-04
|
* fix(templates/latex/presentation/fix_notes.sh): Disable shellcheck warningBenedikt Peetz2024-10-04
|
* chore(build): RecreateBenedikt Peetz2024-10-04
|
* 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.
* chore(templates): Symlink the new `optimize_images` scriptBenedikt Peetz2024-10-04
|
* feat(scripts/optimize_images): InitBenedikt Peetz2024-10-04
|
* build(.gitignore): Stop ignoring outdated `latex/resources` subdirectoryBenedikt Peetz2024-10-04
|
* fix(templates/latex/presentation): Get to compileBenedikt Peetz2024-10-04
|
* build(templates.nix): Register new `latex/presentation` templateBenedikt Peetz2024-10-04
|
* chore(build): RegenerateBenedikt Peetz2024-10-04
|
* fix(templates/latex/academia/main.tex): Default to `draft` modeBenedikt Peetz2024-10-04
|
* feat(templates/latex/presentation): InitBenedikt Peetz2024-10-04
|
* feat(common/init): Safe the %INIT_ variables for later useBenedikt Peetz2024-10-04
|
* fix(templates/latex/academia/lpm.toml): Use correct LaTeX in lpm figure templateBenedikt Peetz2024-10-03
|
* feat(latex/preamble/graphics_and_figures): Switch from TikZ externalize to ↵Benedikt Peetz2024-10-03
| | | | manual import
* 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(template/latex/academia): Default to `report` document classBenedikt Peetz2024-10-03
| | | | | The current `lpm.toml` also generates `\chapter`s, which don't work with the article class. Thus switch to the `report` document class.
* fix(common/flake/latex): Remove unneeded import followBenedikt Peetz2024-10-03
|
* docs(common/latex/preamble): Improve draft loading messageBenedikt Peetz2024-10-03
|
* chore(build): RegenerateBenedikt Peetz2024-10-03
|
* fix(templates): Remove `*.lock` filesBenedikt Peetz2024-10-03
| | | | | | Creating new templates with these old lock files is just useless. So convey the need to regenerate them, by simply not shipping them.
* fix(common/latex/preamble): Fix compilation errorsBenedikt Peetz2024-10-03
|
* chore(build): Re-generateBenedikt Peetz2024-10-03
|
* fix(templates/latex/academia): Adjust to new preambleBenedikt Peetz2024-10-03
|
* refactor(templates/latex): Split the preamble up into multiple filesBenedikt Peetz2024-10-03
|
* fix(templates/latex/{academia,letter}): Share files and update to lpm v2.0Benedikt Peetz2024-09-30
|
* chore(version): v0.7.3 v0.7.3Benedikt Peetz2024-09-30
|