quilltex

Crates.ioquilltex
lib.rsquilltex
version0.1.0
sourcesrc
created_at2024-10-06 16:30:33.736323
updated_at2024-10-06 16:30:33.736323
descriptionQuillTex is an open-source Rust library designed to convert LaTeX documents into a Delta format that can be used with Quill.js and vice versa.
homepage
repository
max_upload_size
id1399188
size54,859
(TobiasBinnewies)

documentation

README

QuillTex

QuillTex is an open-source Rust library designed to convert LaTeX documents into a Delta format that can be used with Quill.js and vice versa.

This forms the backend of Latexflow.

Features

  • Convert LaTeX documents into Delta format.
  • Handle Delta updates and update the LaTeX document accordingly.

Usage

Disclaimer: Not published yet

  • For converting LaTeX to Delta:
use latex_quill_compiler::{convert_latex, Configuration, StandardPackage};
...
let conf = Configuration::new([StandardPackage]);
let delta = convert_latex(latex, &conf);

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or feedback, please open an issue on this Repository on GitLab.

Commit count: 0

cargo fmt