Typst: An easy to learn alternative for LaTex
141–150 of 192 posts
Re: Typst: An easy to learn alternative for LaTex
#142Earlier quoted context omitted.
Typst deals with documents, so if you want to prepare an actual document, with a defined page layout, style, font, etc. typst gives you that. Markdown does not do any of that, it just gives you html. You would want to use typst if you want to create a document and need to control how that document looks from the language itself. Even if you were to render the markdown html to a PDF, markdown itself, or even css doesn…
I've done .doc -> .md -> .tex -> .pdf via pandoc (e.g. to convert a confluence document to a nicely typeset PDF), so I'm not sure there's much difference. Naturally, a format with more metadata loses metadata when converted to one with less (and the reverse, you may need to add metadata in when going up the chain), but unless your document is bound to a specific format (in which case, I'd pick RST for HTML and LaTeX…
Re: Typst: An easy to learn alternative for LaTex
#143Re: Typst: An easy to learn alternative for LaTex
#144I've been searching for a good solution for the past 15 years. Never been happy with the solutions, and my PDFs are always very ugly.
Re: Typst: An easy to learn alternative for LaTex
#145Earlier quoted context omitted.
So? If I'm a modern user who needs my typesetting system to generate HTML, I'm not going to "forgive" a typesetting system because it's older than the web and use it even though it doesn't do what I need.
I am just trying to understand how you expect a typesetting system to be designed around a paradigm that doesn't exist yet.
Re: Typst: An easy to learn alternative for LaTex
#146Typst 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…
Never heard that someone is generating PDF documents at that pace. I'm working on a product that is used for mass PDF reporting based on Puppeteer. With nightly jobs, caching, and parallel processing, the performance is ok. https://www.cx-reports.com
We're having problems because until now PDFs are being generated by the ERP system, and it can't keep pace. I know there's a Dev team working on a microservice for PDF generation, but never thinked about doing it with Typst.
I think I'm going to send them @mr-karan link.
Re: Typst: An easy to learn alternative for LaTex
#147This looks really great and I'll give it a try. I keep thinking, however: My guessed probability that LaTex is free and maintained in 15 years: 99.9999% My guessed probability that $OTHER_NEW_TOOL is free and maintained in 15 years: 5%
Re: Typst: An easy to learn alternative for LaTex
#148Earlier quoted context omitted.
Never heard that someone is generating PDF documents at that pace. I'm working on a product that is used for mass PDF reporting based on Puppeteer. With nightly jobs, caching, and parallel processing, the performance is ok. https://www.cx-reports.com
I think we don't reach that much quantity, but we do a hefty number. What for? Invoices! We're having problems because until now PDFs are being generated by the ERP system, and it can't keep pace. I know there's a Dev team working on a microservice for PDF generation, but never thinked about doing it with Typst. I think I'm going to send them @mr-karan link.
Re: Typst: An easy to learn alternative for LaTex
#149Re: Typst: An easy to learn alternative for LaTex
#150More templates than LaTeX. I have made PDF presentations in LaTeX, which look good, but they all look the same. Some variety is good.
Unicode chars support. I prefer to type α instead of \alpha.
That's it, both things together will make a LaTeX killer for me.