| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
|
| |
The `lpm bundle <main file>.tex` command acts as a better version of
this command.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
manual import
|
|
|
|
| |
by `lpm`
|
| |
|
|
|
|
|
| |
The current `lpm.toml` also generates `\chapter`s, which don't work with
the article class. Thus switch to the `report` document class.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Creating new templates with these old lock files is just
useless. So convey the need to regenerate them, by simply not shipping
them.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Otherwise, the default template would contain a extra "- " after the
name, when the description is left empty.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Currently, only the directory *containing* the `reuse` binary is
specified.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
There was just no way to actually use this script in a useful manner.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|