Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drahnr/fancybook
https://github.com/drahnr/fancybook
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/drahnr/fancybook
- Owner: drahnr
- Created: 2023-01-12T16:01:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T16:14:24.000Z (10 months ago)
- Last Synced: 2024-09-18T08:50:59.493Z (about 2 months ago)
- Language: Rust
- Size: 1.75 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fancybook
A collection of mdbook plugins to easy the creation of decent technical documents.
* `mdbook-tectonic` a renderer for latex input
* `mdbook-boilerplate` reduces the size of `main.rs` files of preprocessors
* `mdbook-scientific` collects equations, and figures from source, when nested in `$` or `$$`, renders them with `tectonic`
* `mdbook-fishextract` extracts `mermaid` graphs, renders them and injects images back into the markdown/cmark## Acknowledgements
`mdbook-scientific` and `mdbook-tectonic` (formerly `mdbook-latex`) and `cmark2tex` (formerly `md2tex`) are all forked and heavily refactored/improved versions
with little chance and/or activity of upstreaming.## Bugs
If you find bugs, please provide a reproducible testcase as a PR, otherwise I am inclined to close. It's a fun project after all that is used for my $work.