Typst: An easy to learn alternative for LaTex
31–40 of 192 posts
Re: Typst: An easy to learn alternative for LaTex
#32Typst has been pretty amazing, and at my organization, we’re very happy with it. We needed to generate over 1.5 million PDFs every night and experimented with various solutions—from Puppeteer for HTML to PDF conversions, to pdflatex and lualatex. Typst has been several orders of magnitude faster and has a lighter resource footprint. Also, templating the PDFs in LaTeX wasn’t a pleasant developer experience, but with T…
Re: Typst: An easy to learn alternative for LaTex
#33Typst has been pretty amazing, and at my organization, we’re very happy with it. We needed to generate over 1.5 million PDFs every night and experimented with various solutions—from Puppeteer for HTML to PDF conversions, to pdflatex and lualatex. Typst has been several orders of magnitude faster and has a lighter resource footprint. Also, templating the PDFs in LaTeX wasn’t a pleasant developer experience, but with T…
What is the use case for generating that many PDFs?
Re: Typst: An easy to learn alternative for LaTex
#34I'm surprised to see that HTML output is currently in progress, and was not a core feature from the start. [0] LaTeX's awkward relationship with the web seems like something a competing greenfield project would try to nail right out of the gate (to mix metaphors painfully). [0] https://github.com/typst/typst/issues/721
Someone mentioned that pandoc works decently for this.
Re: Typst: An easy to learn alternative for LaTex
#35LaTeX is not just a set of macros over TeX to produce (nowadays) some pdf, it's a very big library of ready-to-use packages for pretty anything, that's VERY hard to "substitute". You want inspiration for some strange table layouts? There are gazillion ready made; some graph? TiKz/PGF have gazillions of ready made examples... Want a programming language in the middle? Python, Lua etc can be embedded straight away. So…
Re: Typst: An easy to learn alternative for LaTex
#36It's comparable to LaTeX, but better in my opinion.
Re: Typst: An easy to learn alternative for LaTex
#37Earlier quoted context omitted.
What is the use case for generating that many PDFs?
Regulatory requirements mandate that. Stock brokers in India are required to generate this document called “Contract Notes” which includes all the trades done by the user on the stock exchanges. It also contains a breakdown of all charges incurred by the user (brokerage, various taxes etc). And this has to be emailed to every user before the next trading session begins.
Re: Typst: An easy to learn alternative for LaTex
#38I'm surprised to see that HTML output is currently in progress, and was not a core feature from the start. [0] LaTeX's awkward relationship with the web seems like something a competing greenfield project would try to nail right out of the gate (to mix metaphors painfully). [0] https://github.com/typst/typst/issues/721
Someone mentioned that pandoc works decently for this.
Re: Typst: An easy to learn alternative for LaTex
#39[1] https://github.com/overleaf/overleaf
[2] https://github.com/hackmdio/codimd
Re: Typst: An easy to learn alternative for LaTex
#40Earlier quoted context omitted.
Regulatory requirements mandate that. Stock brokers in India are required to generate this document called “Contract Notes” which includes all the trades done by the user on the stock exchanges. It also contains a breakdown of all charges incurred by the user (brokerage, various taxes etc). And this has to be emailed to every user before the next trading session begins.
There are of course way more efficient methods for generating templated pdfs than using a typesetter.