Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(template/latex/academia): Default to `report` document class | Benedikt Peetz | 2024-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` files | Benedikt Peetz | 2024-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 errors | Benedikt Peetz | 2024-10-03 |
| | |||
* | fix(templates/latex/academia): Adjust to new preamble | Benedikt Peetz | 2024-10-03 |
| | |||
* | refactor(templates/latex): Split the preamble up into multiple files | Benedikt Peetz | 2024-10-03 |
| | |||
* | fix(templates/latex/{academia,letter}): Share files and update to lpm v2.0 | Benedikt Peetz | 2024-09-30 |
| | |||
* | fix(templates/{awk,c,latex,shell}): Use one shared `cog.toml` | Benedikt Peetz | 2024-09-30 |
| | |||
* | fix(common/scripts/cprh.sh): Remove | Benedikt Peetz | 2024-09-30 |
| | | | | There was just no way to actually use this script in a useful manner. | ||
* | chore(templates): Add the new `git_template` directory | Benedikt Peetz | 2024-09-30 |
| | |||
* | fix(templates/latex/letter): Improve standard latex settings | Benedikt Peetz | 2024-08-04 |
| | |||
* | fix(templates/latex/letter): Also expose `init.local` | Benedikt Peetz | 2024-08-03 |
| | |||
* | feat(templates/latex/letter): Init | Benedikt Peetz | 2024-08-03 |
| | |||
* | fix(templates/latex/academia): Also use the init variables in the title | Benedikt Peetz | 2024-08-03 |
| | |||
* | fix(templates): Replace licensure by reuse | Benedikt Peetz | 2024-08-03 |
| | |||
* | fix(templates): Remove now unneeded licenses | Benedikt Peetz | 2024-08-03 |
| | | | | These should be generated by `reuse` | ||
* | refactor(templates/latex/academia): Use more common files | Benedikt Peetz | 2024-08-03 |
| | |||
* | feat(templates/latex/academia): Support changing the language | Benedikt Peetz | 2024-08-03 |
| | |||
* | chore(templates): Use new common files | Benedikt Peetz | 2024-08-03 |
| | |||
* | feat(templates/latex): Add a `watch.sh` script | Benedikt Peetz | 2024-08-03 |
| | |||
* | refactor(templates/latex): Declare as an academia template | Benedikt Peetz | 2024-08-03 |
| | |||
* | fix(templates/latex): Switch to lpm's new upstream | Benedikt Peetz | 2024-07-13 |
| | |||
* | fix(templates/latex): Change the `lpm.toml` to use new features | Benedikt Peetz | 2024-07-13 |
| | |||
* | refactor(common/): Remove the `files` subdirectory | Benedikt Peetz | 2024-06-11 |
| | |||
* | refactor(templates/): Move `LICENSE.spdx` and `README.md` to `common` | Benedikt Peetz | 2024-06-11 |
| | |||
* | feat(templates/latex): Name the `main.tex` file after the project | Benedikt Peetz | 2024-06-11 |
| | | | | | This results in a reasonable name for the resulting PDF, instead of the generic `main.pdf`. | ||
* | refactor(common): Use symlinks to state, which files should be replaced | Benedikt Peetz | 2024-06-11 |
| | | | | | | Every symlink in the `./templates` directory is now replaced with the file it points to, making it obvious that this file should not be edited. | ||
* | chore(version): v0.6.2 | Benedikt Peetz | 2024-04-02 |
| | |||
* | chore(version): v0.6.1 | Benedikt Peetz | 2024-04-02 |
| | |||
* | fix(templates/latex/flake.nix): Keep the PDF file extensions when building | Benedikt Peetz | 2024-04-02 |
| | |||
* | chore(templates): Update common files | Benedikt Peetz | 2024-04-02 |
| | |||
* | feat(treewide): Also remove hard-coded values in the `templates/` dir | Benedikt Peetz | 2024-04-02 |
| | |||
* | chore(treewide): Update and format files | Benedikt Peetz | 2024-04-02 |
| | |||
* | feat(treewide): Use new `%INIT_` variables | Benedikt Peetz | 2024-04-02 |
| | |||
* | chore(version): v0.4.2 | Benedikt Peetz | 2024-04-01 |
| | |||
* | chore(version): v0.4.1 | Benedikt Peetz | 2024-04-01 |
| | |||
* | refactor(templates): Instantiate all symlinks | Benedikt Peetz | 2024-04-01 |
| | | | | | Symlinks are copied verbatim, when nix initializes a template, thus symlinking common files does not work. | ||
* | style(treewide): Reformat | Benedikt Peetz | 2024-04-01 |
| | |||
* | feat(latex): Update to my current SOTA | Benedikt Peetz | 2024-04-01 |