Anki/pylib
Tony Zorman f081001201 Align LaTeX with surrounding text
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.
2025-05-24 15:42:21 +02:00
..
anki Align LaTeX with surrounding text 2025-05-24 15:42:21 +02:00
rsbridge Bump Rust to 1.84 2025-01-26 18:51:21 +11:00
tests Improve natural unit conversion for a time b/w 360 to 365 days (#3901) 2025-04-13 14:26:34 +10:00
tools Improve exception handling (#3290) 2024-08-04 20:51:13 +07:00
.gitignore symlink generated .py/.pyi into tree to fix Python code completion 2020-12-16 11:36:42 +10:00
README.md minor doc updates 2020-12-11 22:37:12 +10:00

Anki's Python library code is in anki/.

The Rust/Python extension module is in rsbridge/; it references the library defined in ../rslib.