An isolated workspace manager for LaTeX projects.
Project description
texi
An isolated workspace manager for LaTeX projects.
texi wraps tlmgr and latexmk to give each LaTeX project its own local TeX Live tree (.texenv/), so package versions are pinned per-project and system-wide TeX Live is never polluted.
Features
texi sync— readstexproject.toml, initialises a localtlmgruser-tree in.texenv/, and installs declared dependencies into it.texi build— compiles the project withlatexmk, pointing it at the local.texenv/tree viaTEXMFHOME.
Installation
uv tool install texi
Or, inside a project with uv:
uv add texi
Usage
- Add a
texproject.tomlto your LaTeX project root:
[latexmk]
[latexmk.engines]
pdf_mode = "pdflatex"
[latexmk.directories]
out_dir = "build/"
aux_dir = "build/aux/"
dependencies = ["acmart", "biblatex", "geometry"]
- Install dependencies into the local tree:
texi sync
- Build the project:
texi build
Development
uv sync
uv run texi --help
Linting and type-checking:
uv run ruff check .
uv run ruff format .
uv run ty check .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file texi_cli-0.1.0.tar.gz.
File metadata
- Download URL: texi_cli-0.1.0.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d013df34d97445ce7990eddb06fbaf6bb3da7af483042ec9f1bd35680fe800e9
|
|
| MD5 |
5d47f1e8f5426aacd45f649c1de448ff
|
|
| BLAKE2b-256 |
fb34b2e1cd2f8f9a406c9ca25931d20e52c0a82b68b4e277a6606259366cd539
|
File details
Details for the file texi_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: texi_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56dcca9d1f91759404c2bf18b153a55fe41ae30ca19f9d66326bf5e1ecac0e33
|
|
| MD5 |
1c3c04846fe32df004b0b76b2f66e435
|
|
| BLAKE2b-256 |
883edb75f9d6680cc08ff68d81188404ef3a34b7b973e7d1f5460751cc32c4ac
|