7 releases
0.1.6 | Apr 19, 2022 |
---|---|
0.1.5 | Apr 18, 2022 |
0.1.1 | Mar 24, 2022 |
#439 in Text processing
90 downloads per month
Used in 4 crates
(via texc-config)
115KB
2.5K
SLoC
TexCreate From MKProjects
Documentation
- tex-rs :
Build LaTeX with Rust
- texc-config:
TexCreate Config.toml library
- texc-latex:
TexCreate LaTeX Templates library
- texc-utils:
TexCreate Utility library
- texc-web:
TexCreate Local Web Library
TexCreate provides users to easily create projects by using a config.toml
file
to set metadata and templates.
All news related to TexCreate are found in the dev.to series
Commands
build Build a project using a config.toml file
compile Compile TexCreate Project with set TeX Compiler
doc Opens the TexCreate documentation
edit Quickly change config.toml parameters
help Prints this message or the help of the given subcommand(s)
init Initialize a config.toml file
list Lists all the available templates
migrate Migrate single mode config.toml from v1 to v2
update Updates to latest version
web Opens the TexCreate web version
zip Zip TexCreate Project instead of building
Installing
You can install the stable v2
by:
$ cargo install texcreate
Changes for v2.3
- Linux's systems will utilize
tectonic
for thecompile
command- Other systems will use the current method due to complication with dependencies
More changes can be seen in the CHANGELOG
lib.rs
:
TexCreate Latex Library
This library is intended to contain all templates as a Latex struct
Developer: Mustafif Khan
Project: TexCreate
License: MIT & GPLv2
Dependencies
~13–48MB
~871K SLoC