<- Back
Comments (78)
- room271As a former software developer, now turned student (studying theology while I train to become a pastor), Typst has been great for writing my dissertation with one notable exception: it really doesn't handle footnotes well. Specifically, see:https://github.com/typst/typst/pull/8147Discursive footnotes do not really work when including bibliography references. I've also hit other issues, like footnotes appearing a page before the text they are linked from.It's a real shame, as otherwise it's great software. I suspect footnotes are currently buggy because most users are currently from the science world and use inline referencing instead.I'm really hoping this is fixed soon. (And once I hit my current deadline this week, I'll take a look at it myself.)But at the moment, a big caveat for anyone working in the humanities / who uses e.g. Chicago-style footnotes.
- raybbI'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 (mostly via LLMs). From there, I generate both a nice digital PDF and a print-ready PDF using Typst, and then use Pandoc again to convert the Typst into what ultimately becomes an EPUB.It all works quite beautifully. Most of the challenges I've run into are related to Typst features that don't map cleanly to Pandoc, so I end up adding a few funky conditionals so those features aren't hit when converting via Pandoc. sys.inputs makes that very easy https://github.com/jgm/pandoc/issues/11588The books in question: https://thelabofthought.co/shop
- uniqueuidI have nothing but great things to say about typst, and this is my personal favorite from this release:"A single document can now contain multiple bibliographies"
- thomascountzHTML support just keeps getting better and better! Mathematical equations are now automatically exported to MathML (thanks to @mkorje)[1] [1]: https://github.com/typst/typst/pull/7436
- RochusTypst is great. I think they'll catch up to LuaTeX in terms of typographic quality in near future. But Typst is for typesetting; it's essentially a programming language for layout. If you compare it to e.g. Asciidoc, the latter is for content and semantics. We need both. But Asciidoc has unneccessary complexity and ambiguity, and the results are often surprising. So I made an unambiguous, deterministic subset of Asciidoc which I now use for most of my specs and which can be parsed by a single recursive descent parser and generate Typst. It's still work in progress, but if anyone is interested, here is the link: https://github.com/rochus-keller/leandoc/.
- k2enemySo excited for the path type.https://typst.app/docs/reference/foundations/path/Referencing files somewhere in or below a document's root from a package has always been pretty convoluted. This should simplify setups like mine that depend on local custom packages.
- trostaftI've been using LaTeX for math for over a decade now. I'm pretty happy with it frankly, but there are major pain points in the compilation time and whenever it's time to interface with the language programmatically. Typst is, frankly, awesome in that regard.However, 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.
- optoAs 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?
- bigfatkittenI became a Typst user earlier this week, and it has been a delightful experience. It did not take me long at all to get up to speed. I have used LaTeX before, but that was over 20 years ago.I’m doing some postgraduate where I need to submit a paper written in the two column IEEE style. I’m pretty sure I spent 40% of my time last time fighting with a Word template, rather than producing content.
- melingI’ve been using Typst lately and it has been great. I’ve made an exam template for my university and made an export feature so that I could generate the exam in the json format that our online exam system (WISEflow) expects, with support for multiple choice and essay style questions.It is so snappy and with great error messages. I encourage people to try it out. The typst tutorial is very approachable. Thanks to the Typst devs for this great piece of software.
- vatsachakTypst killed the invoice industry
- jeremyscanvicI've switched form LaTeX to Typst for all my informal/semi-formal writing and it's a delight to work with. I hope I'll be able to use it for more formal documents in the future (conference/journal papers, slides for high stakes presentations)
- lizimoTypst has probably saved us thousands of dollars generating PDF documents programmatically.
- memsetThis is awesome! I’ve been excited about the new bundle feature for months.I use typst to format sheet music. Given a folder of PDFs, I currently have a script that generates a booklet of music for each person in the ensemble. Hopefully now I can just run a single typst file which outputs multiple PDFs.Also using it to generate printable programs for concerts: https://concert-programs.projects.jaygoel.com/
- d4rkp4tternIs there anything similar to (or better than) overleaf for collaborating on typst docs? To be clear, overleaf isn’t all that great but I sometimes work with groups that are used to it.Have conferences that traditionally accepted latex source (and specified latex templates) started accepting typst as well?
- flosslyAn LLM turned all my Latex projects to Typst and I'm not looking back.Much easier stack (I stopped installing Latex-stacks myself, and switched to Overleaf, because it was just too finicky). Much simpler language. Just works.
- rayshanTypest is amazing, Claude Code + Opus 4.8 knows how to use it, but I found that Claude by default is crap at designing even a reasonably formatted PDF. E.g. Claude sets the line height to be so small, all the lines are squished together, and a 1-pager PDF is half blank.I see many folks saying you're producing beautiful PDFs. How are you dealing with design?
- JuniperMesosI'm excited to see the HTML generation support in typst continuing to get better - the fact that they're generating their own online documentation with typst now is very encouraging.
- miki123211How's Typst with tagged PDF (particularly math in tagged PDF)?Recent LaTeX versions started to be able to do it, it'd be a shame if people started switching over just when LaTeX finally started pulling their accessibility act together.
- swaits> Layout convergence issues now result in detailed diagnostics that help pin down the causeYes!
- satvikpendemApparently Typst isn't supported by many journals, forcing LaTeX usage, anyone have experiences with this situation?
- wps> A single document can now contain multiple bibliographiesI have been waiting on this one for years now. Great work.
- ravenicalsee also: https://typst.app/blog/2026/typst-0.15
- lejalvReminder that it's 2026 and batch-mode typesetting seems an oddly low bar for what we can get from a computer.Tree-structured documents in a live (WYSIWYG) typesetter with a programmable editor are possible, as is demonstrated by https://texmacs.org (https://www.texmacs.org/tmweb/home/videos.en.html if you don't have it installed).
- adamnemecekAlmost exactly a year ago, I made the switch from generating LaTeX from markdown using pandoc to typst. Best decision I have ever made. I can actually write my own macros (both LaTeX and pandoc were a pain in the ass).The 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....
- atoavI have used many things to generate print documents and layouted PDFs:- Adobe Illustrator - Adobe InDesign - Markdown with and without custom themes - Markdown compiled to .idml to integrate into InDesign - HTML and CSS - LATeXTypst is so far one of the most enjoyable ways of programmatically generating layouted stuff I ever used.The only thing missing is a good Desktop editor that allows dumb users to double-click a .typ file and see/edit the file instead of having to setup VSCode, plugins etc.
- foo42good timing, I just started learning Typst this weekend!
- amichail[flagged]