Earlier quoted context omitted.
It's because LaTeX gives us a sense of legitimacy. (it's also why people go overboard with math notation in LaTeX documents, even when prose is more appropriate). It produces documents that look like those produced by professors, and luminaries in the field. If you write equations in Word Equation Editor, your work just doesn't look very serious. It's the same joy I felt when I laser-printed my first newsletter desig…
Most universities don’t formally train their STEM students in technical writing. At the graduate level, one is basically at the mercy of one’s advisor’s taste, for better or (usually) for worse.
I wrote my PhD Thesis in Typst
211–220 of 338 posts
Re: I wrote my PhD Thesis in Typst
#212Why do CS doctoral candidates have such a fascination with typesetting? I mean, be into whatever you’re into, I guess. But as soon as someone starts talking about LaTEX and how they spent months on their macros, I think “another hapless victim has fallen into LaTEX’s trap.” It’s like an ant lion that feeds on procrastinating students.
>> Why do CS doctoral candidates have such a fascination with typesetting? Probably because Donald Knuth created TeX and Leslie Lamport created LaTeX. Two of the greatest minds in Computer Science created the tools and used them to write papers and articles that are beautiful. Elegant ideas presented beautifully make reading and writing papers a nicer experience.
Re: I wrote my PhD Thesis in Typst
#213Re: I wrote my PhD Thesis in Typst
#214Re: I wrote my PhD Thesis in Typst
#215Earlier quoted context omitted.
These are some notes I wrote when I started out with typst when comparing with LaTeX: 1. It doesn't generate 5 bloody files when compiling. 2. Compiling is instant. 3. Diagnostics are way easier to understand (sort of like Rust compiler suggestion style). 4. List items can be either - item1 - item2, etc. or [item1], [item2]. The latter is way better because you can use anchoring to match on the braces (like "%" in vi…
> 5. In latex you have the \document{...} where you can't specify macros so they need to be at the top, in Typst you can specify the macros close to where you need them. You can define macros anywhere in a LaTeX document; it's packages that need to be loaded before \begin{document}. > 6. It's easier to version control and diff, especially if you use semantic line breaks. TeX mostly ignores whitespace, so semantic lin…
https://tex.stackexchange.com/questions/7453/what-is-the-use...
Re: I wrote my PhD Thesis in Typst
#216I’m gradually moving my work over to Typst and it’s been a breath of fresh air. Compiles very quickly. Perhaps the hardest part has been relearning the syntax for math notation; Typst has some interesting opinions in this space.
Typst looks good, but I'm actually going back to LaTeX but paired with Claude Code in VS Code. I took a hiatus from LaTeX (got my PhD more than a decade ago). I used to know TikZ commands by heart, and I used to write sophisticated preambles (lots of \newcommand). I still remember LaTeX math notation (it's in my muscle memory, and it's used everywhere including in Markdown), but I'd forgotten all the other stuff. Cla…
I say that as someone who uses a tricked-out Vim for my own LaTeX workflow, and VS Code for several programming languages.
Re: I wrote my PhD Thesis in Typst
#217I was on the typst train, particularly because its layout engine has some additional vertical control for long documents that latex lacks. However, just about when I was looking at moving over, LLM coding became good or at least good enough, and one area the current crop is bad at is doing layout in anything but latex. Not that they are good at latex, but they are terrible, terrible, terrible at typst. Really bad. Ma…
Well, they are good in markdown and rust. Perhaps feeding some Typst documentation overview into the prompt could solve it?
Re: I wrote my PhD Thesis in Typst
#218I'm sticking with LaTeX, not as a fetish, but because journal/conferences still do not accept e.g. typst. Will they ever do? I don't know, depends on their willingness to integrate it into their toolchains I guess?
Re: I wrote my PhD Thesis in Typst
#219AI is the primary audience for our writing, and the primary reason to reconsider our choice of markup format. It's all about semantic compression: Typst source, markdown, and asciidoc are far more concise than LaTeX source. I'm observing, not here to convince anyone. The last six months of my life have been turned upside down, trying to discover the right touch for working with AI on topological research and code. It…
I've been wondering about this a lot lately, specifically if there's a way to optimise my writing for AI to return specific elements when it's scraped/summarised (or whatever).