TexCore
This project is under the MIT License
Texcore is the successor to tex-rs
and uses linked lists to help walk and sort elements to either
write to tex code or compile to pdf.
To add to your project:
[]
= "0.3"
The Compile Feature
To allow this library to be able to run on Windows systems, I have made the tectonic
dependency optional and only
available under the compile
feature. This means that the function, texcore::compile()
and ElementList::compile()
are hidden under this feature.
[]
= { = "0.3", = ["compile"] }
Example
use PathBuf;
use ;
use Normal;