llmk
llmk copied to clipboard
Light LaTeX Make
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...
Bib2gls
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...
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?
Hi, and thank you for maintaining `llmk`. It has been very helpful in my LaTeX writing. I am working on a relatively large multi-file LaTeX project. Packages such as [subfiles](https://ctan.org/pkg/subfiles)...
Closes #25 This PR adds a new command line argument `-i`, `--source` that overrides `source` entry on llmk.toml.
Bumps [rexml](https://github.com/ruby/rexml) from 3.4.1 to 3.4.2. Release notes Sourced from rexml's releases. REXML 3.4.2 - 2025-08-26 Improvement Improved performance. GH-244 GH-245 GH-246 GH-249 GH-256 Patch by NAITOH Jun Raise appropriate...
I want to compile two different tex files A and B sequentially, but the compilation chains of A and B are different. How do I specify two `sequences`, let A...