typst-py icon indicating copy to clipboard operation
typst-py copied to clipboard

Python binding to typst

Results 21 typst-py issues
Sort by recently updated
recently updated
newest added

Hi all, If I compile online with ² or ° in the text, I get no issues. With the Python compiler it does not work, I need to write ²...

Would it be possible to have a `compile` function that take a string as a parameter ?

enhancement

Hello, first of all thank you for this project. I have been using the library you wrote and it has been very useful. I am interested in contributing to solve...

I think it would be desirable to pass json data directly to typst. Without needing typst to read the json file from disk.

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.204. Release notes Sourced from serde's releases. v1.0.204 Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag...

dependencies

Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.21.2 to 0.22.2. Release notes Sourced from pyo3's releases. PyO3 0.22.2 This release contains some minor reliability fixes building upon PyO3 0.22.1. As PyO3 is still working...

dependencies

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.119 to 1.0.121. Release notes Sourced from serde_json's releases. v1.0.121 Optimize position search in error path (#1160, thanks @​purplesyringa) v1.0.120 Correctly specify required version of indexmap dependency...

dependencies

Bumps [fontdb](https://github.com/RazrFalcon/fontdb) from 0.18.0 to 0.20.0. Changelog Sourced from fontdb's changelog. [0.20.0] - 2024-07-02 Changed ttf-parser updated. [0.19.0] - 2024-07-02 Changed ttf-parser updated. Commits 275a1e5 Version bump. 9465547 Version bump....

dependencies

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66. Release notes Sourced from openssl's releases. openssl-v0.10.66 What's Changed Fixed invariant violation in MemBio::get_buf with empty results by @​alex in sfackler/rust-openssl#2266 Release openssl v0.10.66...

dependencies

On Linux using Linux Libertine font, some characters are tofu boxes. I develop on Windows, I generate a typst file in Python, the font is set to `"Linux Libertine"`, and...