TexCreate provides users to easily create projects by using a config.toml
file
to set metadata and templates.
Currently TexCreate is on Version 2 beta, and is recommended to stay in 1.2.0
until a stable release is out. In this current beta, not everything is stable, and
there is still some "broken" code. Here are some of the following issues:
tex-rs
backend New config.toml
format:
toml
author = 'Author'
title = 'Title'
date = 'Date'
project_name = 'Project'
template = 'Basic'
paper_size = 'letterpaper'
document_class = 'article'
font_size = 12
packages = []
only-files = false
New project structure:
shell
out/
Project.pdf
src/
Project.tex
structure.tex
README.md
texcreate.toml
Along with the new compile
command, you can define your TeX Compiler in texcreate.toml
,
and it will compile into the out
directory.
config.toml
from v1
to v2
Note: More information and proper documentation will be provided in TeXCreate website that is still being developed.
Disclaimer: This release is still considered very beta and it's main purpose is to allow people to start migrating their projects, however for production uses continue to use
v1.2.0