I'm finally updating my CV after years of neglect. I'm keen on switching to the route of Org mode -> LaTeX -> PDF. It's partly because I love the simplicity/power of Org and I do all my writing in it nowadays, the other part is to separate the content from the presentation so I can have the content in two different languages but still end up with the same formatted document for both. Anyone have experience with this…
Modern LaTeX
221–224 of 224 posts
Re: Modern LaTeX
#222For me Typst replaced Latex years ago. pros: - one small compiler that can output: pdf, png, svg, html - compilation is fast (see below) - syntax is much cleaner than Latex - few ways of to a thing - already has all the templates most people need - tooling is good enough with VS Code - supports SVG images cons: - less users? time typst compile cv.typ ________________________________________________________ Executed i…
I wrote a post half year ago explained the details for my decision between LaTeX and Typst: https://blog.ppresume.com/posts/on-typesetting-engines#typst
Re: Modern LaTeX
#223Earlier quoted context omitted.
Yeah, I wonder how good TeX renderers would have gotten if page rendering happened client side in a browser.
TeX worked (and works) in batch mode on ancient hardware. Today's computers are so much faster, that this should actually be fast enough to run interactively without having to change or optimise too much.
Re: Modern LaTeX
#224Earlier quoted context omitted.
MDX as a middle ground with most of the text standard markdown and the escape hatch of custom React JSX when needed has worked well for me.
MDX advertises itself as "markdown + components", but its not commonmark compatible. I tried using it a few years ago. In the process, I migrated over some regular markdown documents and they render incorrectly using MDX. I filed a bug (this was a few years ago) and I was told commonmark compatibility was an explicit non goal for the project. Meh.