about summary refs log tree commit diff stats
path: root/templates/latex/academia (follow)
Commit message (Collapse)AuthorAge
* 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
|
* fix(templates/latex/presentation): Get to compileBenedikt Peetz2024-10-04
|
* fix(templates/latex/academia/main.tex): Default to `draft` modeBenedikt Peetz2024-10-04
|
* fix(templates/latex/academia/lpm.toml): Use correct LaTeX in lpm figure templateBenedikt 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(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
|
* 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
|
* fix(templates/{awk,c,latex,shell}): Use one shared `cog.toml`Benedikt Peetz2024-09-30
|
* fix(common/scripts/cprh.sh): RemoveBenedikt Peetz2024-09-30
| | | | There was just no way to actually use this script in a useful manner.
* chore(templates): Add the new `git_template` directoryBenedikt Peetz2024-09-30
|
* fix(templates/latex/letter): Also expose `init.local`Benedikt Peetz2024-08-03
|
* fix(templates/latex/academia): Also use the init variables in the titleBenedikt Peetz2024-08-03
|
* fix(templates): Replace licensure by reuseBenedikt Peetz2024-08-03
|
* fix(templates): Remove now unneeded licensesBenedikt Peetz2024-08-03
| | | | These should be generated by `reuse`
* refactor(templates/latex/academia): Use more common filesBenedikt Peetz2024-08-03
|
* feat(templates/latex/academia): Support changing the languageBenedikt Peetz2024-08-03
|
* chore(templates): Use new common filesBenedikt Peetz2024-08-03
|
* feat(templates/latex): Add a `watch.sh` scriptBenedikt Peetz2024-08-03
|
* refactor(templates/latex): Declare as an academia templateBenedikt Peetz2024-08-03