Documentation || TexCreate Website
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
shell
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
You can install the stable v2.0.0
by:
```shell
$ cargo install texcreate
texcreate_lib
with...
tex-rs
: For building LaTeX in Rusttexc-utils
: For utility functions in TexCreatetexc-web
: Library to run texweb
texc-config
: Library for everything related to config.toml
texc-latex
: Contains all of the LaTeX Templatesconfig.toml
web
and edit
commands
tex-rs
More changes can be seen in the CHANGELOG