Typst 0.13 is out now
41–50 of 61 posts
Re: Typst 0.13 is out now
#42markdown + latex templates + pandoc is the dream combo. no need to learn a new syntax like typst or emacs org-mode.
Re: Typst 0.13 is out now
#43markdown + latex templates + pandoc is the dream combo. no need to learn a new syntax like typst or emacs org-mode.
Re: Typst 0.13 is out now
#44Earlier quoted context omitted.
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.
> no satisfactory rust package I'm seeing this delay lots of features in rust projects. For example helix the text editor hasn't gotten file watching (for the purposes of updating after external edits) for years now because of apparent problems with the file watching library in rust.
Re: Typst 0.13 is out now
#45Is this a LaTeX killer yet?
I'm using it for pretty much all new document generation tasks that are targeted to PDF, and it's very low fuss. Takes under 2 seconds to generate a 1600 page planner PDF with embedded images on many pages. I'd suggest giving it a try, unless you need certain journal templates.
Re: Typst 0.13 is out now
#46After 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
I can see that being useful for lots of people, but, as a migration path (as I understood your parent https://news.ycombinator.com/item?id=43106837 to suggest), I don't think it would work. I've worked with TeX for almost 30 years and used vim for about 20 years, and suspect that "supports … some basic TeX" is likely to have the same effect for me as something that emulates vim does on a master-level vimmer—falling into the uncanny valley that's somehow worse than a totally different thing.
Re: Typst 0.13 is out now
#47Is this a LaTeX killer yet?
Re: Typst 0.13 is out now
#48To me it’s sorta like CSS where the availability of templates is more important than the core language (at least for people lacking design abilities).
Re: Typst 0.13 is out now
#49Typst is one of my favourite open source projects right now, mostly due to how useful it is even for non-technical users. I have converted most of my friends and their friends in my university to switch from latex / markdown / word to typst, mostly due to its ease of use, how nice does (even the default) output looks like and how powerful it is.
I am very happy that typst is still being developed and I am really surprised how many new features they add (for my use-cases it is pretty much done product:)).
Re: Typst 0.13 is out now
#50After 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