about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* fix(common/scripts/latex/build.sh): Rewrite `find` invocations with `fd`Benedikt Peetz11 days
| | | | | 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 Peetz11 days
| | | | macro
* fix(common/inits/latex): Use `-` instead of `_` as separator in languagesBenedikt Peetz11 days
| | | | LTex does not support the `<language>_<region>` syntax.
* fix(common/init): Move the description to the copyright headerBenedikt Peetz11 days
| | | | 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
|
* fix(common/init): Only add a description when it existsBenedikt Peetz2024-09-30
| | | | | Otherwise, the default template would contain a extra "- " after the name, when the description is left empty.
* chore(version): v0.7.2 v0.7.2Benedikt Peetz2024-09-30
|
* fix(common/init): Only build the `out` output; exclude the `man` outputBenedikt Peetz2024-09-30
|
* chore(version): v0.7.1 v0.7.1Benedikt Peetz2024-09-30
|
* fix(common/init): Set the full path to the `reuse` binaryBenedikt Peetz2024-09-30
| | | | | Currently, only the directory *containing* the `reuse` binary is specified.
* fix(common/init): Define `die` functionBenedikt Peetz2024-09-30
|
* chore(version): v0.7.0 v0.7.0Benedikt Peetz2024-09-30
|