Replies: 3 comments
|
It looks small enough that a wrapper can just be used instead of reimplementing: |
0 replies
|
But will they work for mobiles and tablets? Looks they rely on Typst engine installed on desktop. |
0 replies
|
@hflexgrig The description of the wrapper projects say they just invoke the core typst logic written in Rust. The most you'll need to do is to compile different native binaries to target different architectures like x64 and ARM across different OSes. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Probably you aware already about new typst markdown language, which will replace Latex https://github.com/typst/typst
It is shorter and much convenient to write, especially on mobiles and tablets, also has faster compilation times.
All reactions