在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Michael-F-Bryan/latex-rs开源软件地址(OpenSource Url):https://github.com/Michael-F-Bryan/latex-rs开源编程语言(OpenSource Language):Rust 97.3%开源软件介绍(OpenSource Introduction):LaTeX-rsAn ergonomic library for programatically generating LaTeX documents and reports. This originally came from a desire to create an alternate renderer for mdbook which saves to PDF. I quickly found that I needed a library for programatically generating LaTeX documents from an AST and because there wasn't anything out there which suited my use case, I made my own. Getting StartedMost of the types used to construct a This is what your typical "Hello World" would look like: use latex::{Document, DocumentClass, Element};
let mut doc = Document::new(DocumentClass::Article);
doc.push("Hello World"); FeaturesThe crate is still incomplete, but the following features are available when
generating your
ContributingThis crate is still very young so pull requests and issues are welcome! If you there's something you want then create an issue and I'll try to implement it. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论