Earlier quoted context omitted.
> And LaTeX has this for free? Yes, Overleaf is both free-as-in-beer [0] and free-as-in-speech [1]. The OSS version is pretty easy to self-host, but it's missing quite a few features from the paid version. I still prefer compiling from the command-line for most of my documents, but I run the self-hosted version for collaboration. [0] https://www.overleaf.com/user/subscription/plans [1] https://github.com/overleaf/ove…
Actually I've never understood the "free-as-in-beer" thing. Where is beer free?
I wrote my PhD Thesis in Typst
161–170 of 338 posts
Re: I wrote my PhD Thesis in Typst
#162Earlier quoted context omitted.
>For now, that's the entire collaboration component. And LaTeX has this for free? It's separated concerns, I think the analogy is Overleaf and LaTeX but just happened to be made by the same group of folks, it doesn't have to go down the monetization-at-the-cost-of-your-user route.
> And LaTeX has this for free? Yes, Overleaf is both free-as-in-beer [0] and free-as-in-speech [1]. The OSS version is pretty easy to self-host, but it's missing quite a few features from the paid version. I still prefer compiling from the command-line for most of my documents, but I run the self-hosted version for collaboration. [0] https://www.overleaf.com/user/subscription/plans [1] https://github.com/overleaf/ove…
That sounds like a sign that overleaf is struggling, that they had to make that change.
And Typst is more generous there, you can collaborate 3 people with no problem.
Re: I wrote my PhD Thesis in Typst
#163I'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
#164Earlier quoted context omitted.
Typst is fully open source licensed under Apache-2.0 license. It is not a mix of any kind. Don't confuse the web app with Typst engine. The web app is a similar service to Overleaf and that is closed source. It is not mandatory, you can use Typst fully on your local machine. The team tries to make money and cover development costs with the web app. But the actual typesetting engine is fully open source and free.
https://github.com/overleaf/overleaf hm ?
Re: I wrote my PhD Thesis in Typst
#165Typst looks really promising, especially due to the fact that it had common templates (like the IEEE one) which produce content identical to LaTeX. My biggest gripe with latex is the tooling. During my last paper, I ended up using a makefile which would usually work. When it didn’t work, running it twice would fix the issue. In the rarest cases, I had to run `git clean -xdf` and the next run would work. I still have…
The definition of insanity is doing the same thing twice and expecting different results. By coincidence, this is the basic way to compile latex.
Re: I wrote my PhD Thesis in Typst
#166Earlier quoted context omitted.
Typst is fully open source licensed under Apache-2.0 license. It is not a mix of any kind. Don't confuse the web app with Typst engine. The web app is a similar service to Overleaf and that is closed source. It is not mandatory, you can use Typst fully on your local machine. The team tries to make money and cover development costs with the web app. But the actual typesetting engine is fully open source and free.
https://github.com/overleaf/overleaf hm ?
Re: I wrote my PhD Thesis in Typst
#167Earlier quoted context omitted.
For now, that's the entire collaboration component. It would make sense to build a portion of document rendering in that context which won't be found in the open source portions. A value-add to convince users to subscribe.
i mean that's what overleaf does with latex too, so i don't see the difference
Re: I wrote my PhD Thesis in Typst
#168I’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.
Re: I wrote my PhD Thesis in Typst
#169What deters me from Typst is that latex math syntax is nowadays ubiquitous. You write $x^2=1$ and it renders in many places. Learning a new syntax for math expressions is simply not in my interests.
Re: I wrote my PhD Thesis in Typst
#170I'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?
I'm not familiar with how journal submissions work, but don't you simply submit a pdf at the end? Does it matter what engine you used to render it?