7 releases

0.1.6 Apr 19, 2022
0.1.5 Apr 18, 2022
0.1.1 Mar 24, 2022

#439 in Text processing

Download history 11/week @ 2022-11-30 36/week @ 2022-12-07 13/week @ 2022-12-14 22/week @ 2022-12-21 18/week @ 2022-12-28 1/week @ 2023-01-04 19/week @ 2023-01-11 17/week @ 2023-01-18 20/week @ 2023-01-25 31/week @ 2023-02-01 18/week @ 2023-02-08 50/week @ 2023-02-15 43/week @ 2023-02-22 10/week @ 2023-03-01 10/week @ 2023-03-08 9/week @ 2023-03-15

90 downloads per month
Used in 4 crates (via texc-config)

MIT license

115KB
2.5K SLoC

Current Version Downloads Lang License

TexCreate From MKProjects


TexCreate Website


Documentation


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 the compile 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