llmk icon indicating copy to clipboard operation
llmk copied to clipboard

Light LaTeX Make

Results 6 llmk issues
Sort by recently updated
recently updated
newest added

This functions similarly to makeindex. If a `*.glo` file is outputted by latex, then llmk will now run `makeglossaries` to generate a `*.gls` file.

This PR should be reviewed and merged after #14 (Support for `makeglossaries`) The PR adds support for an `output_directory` option in top-level config. This is passed to latex via the...

Dear Maintainer! How to use bib2gls with the llmk program, with options, just like for the arara program (sequence), eg.: % arara: lualatex: { shell: yes, synctex: yes } %...

If llmk.toml does not have a newline at end of file, llmk command will not work (and no output). Could you make some message that llmk.toml requires a newline at...

First of all, congratulations for this project: it's very simple and "user oriented". But it may not be very efficient. For example, in case of `sequence = [”latex”, ”bibtex”]`, the...

enhancement

Hello. It could be very useful to have the possibility to work with the [glob syntax](https://en.wikipedia.org/wiki/Glob_(programming)) for the value of `sequence`. What do you think about this?

enhancement