| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
| |
This improves the qol, when compiling.
|
| |
|
|
|
|
|
|
| |
This avoids taking the "extension" of a directory as a extension
(e.g. `addons.d/file.ext`, would produce an extension of `d/file.ext`
instead of the expected `ext`)
|
|
|
|
|
| |
The `find` command sometimes did not filter out the `build` directory,
resulting in an infinite loop of creating nested `build` directories.
|
|
|
|
| |
macro
|
|
|
|
| |
LTex does not support the `<language>_<region>` syntax.
|
|
|
|
| |
This avoids weird linebreaks.
|
| |
|
| |
|
| |
|
|
|
|
| |
`%INIT_`s
|
| |
|
| |
|
|
|
|
| |
The AWK version was getting confused with newlines (`\n`) in the input.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|