[flagged]
Typst 0.15.0
21–30 of 96 posts
Re: Typst 0.15.0
#22I'm currently working on my fourth book produced using Typst, and it has been nothing but amazing. LLMs struggle with Typst a bit but other than that it has been an absolute joy to work with. I have a pretty good workflow set up for publishing these books, which are mostly collections of student essays. I use Pandoc to convert the students' Word documents into Typst, then unify the formatting, styles, and headers (mo…
My experience is the opposite. Especially when instructing the LLM to do very fine grained and detailed adjustments. Works like a charm.
Typst is my go-to format if I need more than plain text.
Re: Typst 0.15.0
#23As a non-developer who really only uses computers to write and produce documents, why would I use typst over org-mode or $your_fave_markdown + pandoc?
Re: Typst 0.15.0
#24Typst has probably saved us thousands of dollars generating PDF documents programmatically.
Re: Typst 0.15.0
#25Typst killed the invoice industry
Re: Typst 0.15.0
#26I'm currently working on my fourth book produced using Typst, and it has been nothing but amazing. LLMs struggle with Typst a bit but other than that it has been an absolute joy to work with. I have a pretty good workflow set up for publishing these books, which are mostly collections of student essays. I use Pandoc to convert the students' Word documents into Typst, then unify the formatting, styles, and headers (mo…
"LLMs struggle with Typst a bit" My experience is the opposite. Especially when instructing the LLM to do very fine grained and detailed adjustments. Works like a charm. Typst is my go-to format if I need more than plain text.
Re: Typst 0.15.0
#27As a non-developer who really only uses computers to write and produce documents, why would I use typst over org-mode or $your_fave_markdown + pandoc?
I'm sure everyone has their own use case but I use typst for resumes or other documents that I want to keep in git but I need to share with others using PDF. I use typst in visual studio code using tiny mist extension. I can generate PDF without installing any new software other than vscode which I already have and the tiny mist extension. The live preview is also nice. The one thing that bothers me is the dollar sig…
Re: Typst 0.15.0
#28Earlier quoted context omitted.
You can pass a JSON structure to a Typst document and render it however you like. No need for a templating engine or anything like that. Pandoc probably uses latex under the hood, and Typst is order of magnitudes faster. Also, much better error messages. Typst is vastly superior for usage in automation or when developing document classes. If that's not your use case, don't bother.
To produce a pdf, pandoc uses typst, pdfroff, lualatex, whatever you please. There is no particular connection to latex. The idea exhibits complete ignorance.
Re: Typst 0.15.0
#29However, I really dislike the 'magic' in the math mode syntax, and I think dropping backslashes (more generally, a delineator) for commands was a mistake. Those aren't blockers though, and I think the org is largely making good decisions. I'm really looking forward to the day I can write research in it!
I think all that's remaining is time in the community and stability. Once journals begin accepting it, I know I'll definitely try to submit in it.
Re: Typst 0.15.0
#30The ecosystem is not quite a mature as latex, however I can implement the things I need myself.
If you are on the fence, do yourself a favor and try it. There is a VS Code extension https://marketplace.visualstudio.com/items?itemName=myriad-d....