mirror of
https://github.com/ankitects/anki.git
synced 2026-01-15 14:59:00 -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. |
||
|---|---|---|
| .. | ||
| anki | ||
| rsbridge | ||
| tests | ||
| tools | ||
| .gitignore | ||
| README.md | ||
Anki's Python library code is in anki/.
The Rust/Python extension module is in rsbridge/; it references the library defined in ../rslib.