aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Collapse)Author
2024-12-01fix(common/shell_line_editor.sh): Mark as non-executableBenedikt Peetz
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-12-01fix(common/latex/preamble/academia/theorems/definitions.tex): Use expandable ↵Benedikt Peetz
macro
2024-12-01fix(common/inits/latex): Use `-` instead of `_` as separator in languagesBenedikt Peetz
LTex does not support the `<language>_<region>` syntax.
2024-12-01fix(common/init): Move the description to the copyright headerBenedikt Peetz
This avoids weird linebreaks.
2024-10-04fix(common/init): Correctly handle quoted values in the `replacement_file`Benedikt Peetz
2024-10-04fix(common/init): Ignore the init script itself, when looking for leftover ↵Benedikt Peetz
`%INIT_`s
2024-10-04fix(common/init): Check for not replaced `%INIT_` variablesBenedikt Peetz
2024-10-04refactor(common/init): Rewrite the `quotify` function in pythonBenedikt Peetz
The AWK version was getting confused with newlines (`\n`) in the input.
2024-10-04fix(common/.envrc): Actually use and set a shebangBenedikt Peetz
2024-10-04fix(common/init): Correctly quote inputted textBenedikt Peetz
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-04feat(common/init): Safe the %INIT_ variables for later useBenedikt Peetz
2024-10-03feat(latex/preamble/graphics_and_figures): Switch from TikZ externalize to ↵Benedikt Peetz
manual import
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-10-03fix(common/flake/latex): Remove unneeded import followBenedikt Peetz
2024-10-03docs(common/latex/preamble): Improve draft loading messageBenedikt Peetz
2024-10-03fix(common/latex/preamble): Fix compilation errorsBenedikt Peetz
2024-10-03refactor(templates/latex): Split the preamble up into multiple filesBenedikt Peetz
2024-09-30fix(templates/latex/{academia,letter}): Share files and update to lpm v2.0Benedikt Peetz
2024-09-30fix(common/init): Only add a description when it existsBenedikt Peetz
Otherwise, the default template would contain a extra "- " after the name, when the description is left empty.
2024-09-30fix(common/init): Only build the `out` output; exclude the `man` outputBenedikt Peetz
2024-09-30fix(common/init): Set the full path to the `reuse` binaryBenedikt Peetz
Currently, only the directory *containing* the `reuse` binary is specified.
2024-09-30fix(common/init): Define `die` functionBenedikt Peetz
2024-09-30style(treewide): Re-formatBenedikt Peetz
2024-09-30fix(templates/{awk,c,latex,shell}): Use one shared `cog.toml`Benedikt 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-09-30feat(common/init): Perform the first run of `reuse` on initBenedikt Peetz
2024-09-30fix(common/init): Also remove the shipped `git_template`, after it's usedBenedikt Peetz
2024-09-30feat(common/init): Ship a full git_templateBenedikt Peetz
2024-09-30fix(common/init): Be smarter, when suggesting an owner nameBenedikt Peetz
2024-08-04fix(common/init): Also re-add execution permissions to the `watch.sh` scriptBenedikt Peetz
2024-08-04fix(common/init): Ensure that the template is properly formattedBenedikt Peetz
This includes avoiding removing linebreaks (as that breaks the jinja2 syntax) and removing a vim modeline, as it would otherwise be copied to the file the template is applied to.
2024-08-04fix(common/init): Detect latex project by the `watch.sh` fileBenedikt Peetz
Not every latex project has a lpm.toml file.
2024-08-04fix(common/init): Also delete the init.local file, if it existsBenedikt Peetz
2024-08-03fix(common/init): Don't delete the init file, if the exit reason was a ↵Benedikt Peetz
missing dependency
2024-08-03fix(templates/latex/letter): Also expose `init.local`Benedikt Peetz
2024-08-03fix(common/init): Actually ask the user for the license identBenedikt Peetz
2024-08-03refactor(templates/latex/academia): Use more common filesBenedikt Peetz
2024-08-03feat(common/init): Support template specific drop-in scriptsBenedikt Peetz
2024-08-03fix(common/init): State which binaries are required to run itBenedikt Peetz
2024-08-03fix(common/init): Don't try to assign the reuse template, replace it instead ↵Benedikt Peetz
directly
2024-08-03fix(common/init): Add missing pipeBenedikt Peetz
2024-08-03feat(common): Replace the hand-crafted licensing approach with reuseBenedikt Peetz
2024-06-11refactor(common/): Remove the `files` subdirectoryBenedikt Peetz
2024-06-11fix(common/treefmt.nix): Improve the prettier formatting configurationBenedikt Peetz