mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
So far, LaTeX images were just rendered and included as pictures. However, the bounding box of the image might not necessarily coincide with the actual baseline of the equation. By using preview.sty (which is hopefully not that big of an additional dependency), we can however access the "depth" -- the offset from the baseline -- of the generated image and correct for that. |
||
|---|---|---|
| .. | ||
| benches | ||
| i18n | ||
| io | ||
| linkchecker | ||
| process | ||
| proto | ||
| proto_gen | ||
| src | ||
| sync | ||
| tests/support | ||
| .gitignore | ||
| bench.sh | ||
| build.rs | ||
| Cargo.toml | ||
| README.md | ||
| rust_interface.rs | ||
Anki's Rust code.