A command-line tool for managing LaTeX projects
ltx is a command-line tool designed to simplify the management of LaTeX projects. It provides commands for creating new projects, managing bibliographies, and more, all while integrating with Git for version control.
- Project Creation: Easily create new LaTeX projects with a predefined structure.
- Git Integration: Automatically initializes a Git repository for your project.
- More features to be added in the future.
makepkg -si # For Arch Linux usersTo build the project, you can use the following command:
cargo build --release$ ltx --help
A command-line tool for managing LaTeX projects
Usage: ltx [COMMAND]
Commands:
new Initialize a new LaTeX project
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version