about summary refs log tree commit diff stats
path: root/common (unfollow)
Commit message (Collapse)Author
2024-10-04feat(common/init): Safe the %INIT_ variables for later useBenedikt Peetz
2024-10-03fix(templates/latex/academia/lpm.toml): Use correct LaTeX in lpm figure templateBenedikt 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(template/latex/academia): Default to `report` document classBenedikt Peetz
The current `lpm.toml` also generates `\chapter`s, which don't work with the article class. Thus switch to the `report` document class.
2024-10-03fix(common/flake/latex): Remove unneeded import followBenedikt Peetz
2024-10-03docs(common/latex/preamble): Improve draft loading messageBenedikt Peetz
2024-10-03chore(build): RegenerateBenedikt Peetz
2024-10-03fix(templates): Remove `*.lock` filesBenedikt Peetz
Creating new templates with these old lock files is just useless. So convey the need to regenerate them, by simply not shipping them.
2024-10-03fix(common/latex/preamble): Fix compilation errorsBenedikt Peetz
2024-10-03chore(build): Re-generateBenedikt Peetz
2024-10-03fix(templates/latex/academia): Adjust to new preambleBenedikt 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-30chore(version): v0.7.3 v0.7.3Benedikt 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-30chore(version): v0.7.2 v0.7.2Benedikt Peetz
2024-09-30fix(common/init): Only build the `out` output; exclude the `man` outputBenedikt Peetz
2024-09-30chore(version): v0.7.1 v0.7.1Benedikt 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-30chore(version): v0.7.0 v0.7.0Benedikt Peetz
2024-09-30build(cog.toml): Format *before* checking the formattingBenedikt 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-30build(instantiate_templates.sh): Actually also copy directory symlinksBenedikt Peetz
2024-09-30build(instantiate_templates.sh): Only copy files tracked by gitBenedikt Peetz
2024-09-30fix(templates/rust/cog.toml): Update to perform new `reuse lint`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-30chore(templates): Add the new `git_template` directoryBenedikt 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(templates/latex/letter): Improve standard latex settingsBenedikt 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 ev