| Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Not every latex project has a lpm.toml file.
|
|
|
|
missing dependency
|
|
|
|
|
|
|
|
directly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The license handling is still very WIP, as the `licensure.yml` file and the
README are not yet updated to the new license.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The line editing can't really shell out to bash, as the default
bash on NixOS is compiled without GNU `readline` support (you need
`bashInterative` for `read -e` to work).
|