Is this a LaTeX killer yet?
Mostly. The inability to include pdf figures is an annoyance that forces a change in workflow compared to tex. That and needing to submit .tex files for journal publication.
Typst 0.13 is out now
51–60 of 61 posts
Re: Typst 0.13 is out now
#52Small report from personal experience: I wrote the documentation for a project (~ half a bachelors thesis) with Typst. The writing experience was easy and nice, much better compared to the few Latex documents I worked on. Two main struggles I remember: - We split the "paper" into multiple Typst files. While this organized our content nice, the VSC extension didn't recognize the bibliography imported in another file a…
> the VSC extension didn't recognize the bibliography imported in another file and displayed errors. Nothing major but certainly annoying. FYI the workaround to solve this is to go to the "root" file and run the "pin current file as main" or something like that of your Typst LSP. Unfortunately this needs to be done every time you reopen your project.
Re: Typst 0.13 is out now
#53Earlier quoted context omitted.
How's the typesetting and justification nowadays? Last time I committed to it for a few months I found the latter to be about the quality of HTML with a better linebreak algorithm.
They implemented the same algorithm that TeX uses.
Re: Typst 0.13 is out now
#54I am very excited about HTML export! HTML is much better at responsiveness and accessibility. Typst is such a great software. With it's modern programming language like syntax I learned it much faster than Latex. It's compile duration is also much better in my experience. I am honestly more productive using Typst it this point. Though I am not a power user. I only used it for slides and notation heavy articles.
Re: Typst 0.13 is out now
#55Is this a LaTeX killer yet?
Re: Typst 0.13 is out now
#56Earlier quoted context omitted.
Out of curiosity, what was the thesis about? Can you share the PDF?
Predicting dropout in special forces selection. Yes I (semi) wasted some time to setup a repository including CI: https://thesis.huijzer.xyz/ . Link to source code and pdf are on that site. I hope it can satisfy your curiosity :p
Re: Typst 0.13 is out now
#57Earlier quoted context omitted.
Out of curiosity, what was the thesis about? Can you share the PDF?
Predicting dropout in special forces selection. Yes I (semi) wasted some time to setup a repository including CI: https://thesis.huijzer.xyz/ . Link to source code and pdf are on that site. I hope it can satisfy your curiosity :p
Re: Typst 0.13 is out now
#58Re: Typst 0.13 is out now
#59Earlier quoted context omitted.
They implemented the same algorithm that TeX uses.
No, they are not using the same algorithm: https://laurmaedje.github.io/posts/layout-models/
If I weren't on mobile I'd link you to the line in the source code. Just search the repo for Knuth-Plass.
Re: Typst 0.13 is out now
#60Earlier quoted context omitted.
No, they are not using the same algorithm: https://laurmaedje.github.io/posts/layout-models/
I thought we were talking about justification, there it is using it: https://github.com/typst/typst/discussions/626 If I weren't on mobile I'd link you to the line in the source code. Just search the repo for Knuth-Plass.
Mind you, I loved programming in Typst, and I wrote some plugins before it got its package manager, but I ended up moving back to LaTeX for this difference in quality of the final output. I should do some in depth testing at some point, because I am looking to switch back.