Typst 0.13 is out now
21–30 of 61 posts
Re: Typst 0.13 is out now
#22After reading Laurenz's blog post on TeX vs Typst layout [1], it made me wonder: how hard would it be at this point for them to make Typst directly understand TeX, and let you insert chunks of TeX. It would make for a really nice upgrade path. Of course, being bug-for-bug compatible once people layer on tons of TeX packages seems like a losing game. But if most straightforward TeX stuff "just worked", it would be an…
>let you insert chunks of TeX Honestly a better first step would be getting inserting another pdf plot to work, but seems hard https://github.com/typst/typst/issues/145
Re: Typst 0.13 is out now
#23Is this a LaTeX killer yet?
As long as I don't have to submit a paper, I always use Typst nowadays for PDF generation. So for me that answer is a yes. (I also wrote my PhD thesis in typst and the thesis was accepted.)
Re: Typst 0.13 is out now
#24Is this a LaTeX killer yet?
I've migrated everything I did in LaTeX to Typst. Books (I've written 12 books), invoicing, slides, and handouts. Happy to never touch LaTeX again.
Re: Typst 0.13 is out now
#25The only downside of typst is that there is no libtypst, which would make it easy to embed.
Re: Typst 0.13 is out now
#26After reading Laurenz's blog post on TeX vs Typst layout [1], it made me wonder: how hard would it be at this point for them to make Typst directly understand TeX, and let you insert chunks of TeX. It would make for a really nice upgrade path. Of course, being bug-for-bug compatible once people layer on tons of TeX packages seems like a losing game. But if most straightforward TeX stuff "just worked", it would be an…
There is a Typst package called MiTeX that supports at least some basic TeX input. [1] https://typst.app/universe/package/mitex
Re: Typst 0.13 is out now
#27Re: Typst 0.13 is out now
#28Is this a LaTeX killer yet?
Re: Typst 0.13 is out now
#29Earlier quoted context omitted.
https://crates.io/crates/typst
That’s a rust library or rather typst code also gets published to crates.io. But it’s not something that can be turned into a libtypst.so/dylib/dll.
I know of a few Rust crates that offer something like this - Minijinja, off the top of my head.
[1]: https://doc.rust-lang.org/nomicon/ffi.html#calling-rust-code...
Re: Typst 0.13 is out now
#30Earlier quoted context omitted.
>let you insert chunks of TeX Honestly a better first step would be getting inserting another pdf plot to work, but seems hard https://github.com/typst/typst/issues/145
Tl;dr it's because they don't want to neglect the other output formats PNG and SVG. For those they'd have to render the PDF, for which there is apparently no satisfactory rust package.