| Crates.io | quilltex |
| lib.rs | quilltex |
| version | 0.1.0 |
| created_at | 2024-10-06 16:30:33.736323+00 |
| updated_at | 2024-10-06 16:30:33.736323+00 |
| description | 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. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1399188 |
| size | 54,859 |
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.
Disclaimer: Not published yet
use latex_quill_compiler::{convert_latex, Configuration, StandardPackage};
...
let conf = Configuration::new([StandardPackage]);
let delta = convert_latex(latex, &conf);
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please open an issue on this Repository on GitLab.