top | item 43311600

(no title)

jf___ | 11 months ago

the masochism of latex is becoming increasingly irrelevant with every typst [1] release.

no going back once you experience realtime rendering of your document, and support in VS Code is stellar IMO.

[1] http://typst.app

discuss

order

weinzierl|11 months ago

I think LaTeX set out to be a decent typesetter (in the sense if the profession) for books. With human typesetting already becoming a rare profession LaTeX turned out to be the better typesetter for almost everyone in the 90s. Also InDesign came along and fulfilled that promise well for the other half of the market that had money but no inclination to work the WYSIWYM way. This lead to LaTeX' big success in the academic world.

I think typst can't hold a candle to any of the two when it comes to the previous flagship discipline of setting narrow columns of fully justified and hyphenated[1] text utilizing microtypography to equalize the grey value.

I do not know what the plans for typst are, but I think it will have a niche even if it will never come to par with LaTeX and InDesign.

Their capabilities are a thing for old style physical books and not even for what we call books now. Full justification is as dead as narrow columns and hyphenation. 30 years of web changed our reading habits. What we think of books now is mostly meant to be readable on a screen.

I also think scientific papers should adapt to that fact. Of course without throwing the baby out with the bathwater. Being able to share papers as self-contained files is a big plus and high quality math typesetting is a must. Columnar and fully justified serif text on the other hand is just baggage.

If typst can be the accessible tool for scientific publication that'd be fantastic. If it gains enough legacy features to replace LaTeX completely even better.

[1] Especially when it comes to languages with long words and complicated hyphenation rules like German.

P.S. Unironically always enjoyed TeX and LaTeX. Enjoy typst too, just not as a full (La)TeX replacement (yet).

throw_pm23|11 months ago

Typst may have its pros and momentum (I haven't tried it myself yet), but I find this attitude and language used by its proponents very offputting.

I've only heard Knuth and Lamport speak respectfully about the technologies that came before tex and latex.

velcrovan|11 months ago

What do you think of this post by Typst's primary contributor? https://laurmaedje.github.io/posts/layout-models/

Do you think it is sufficiently respectful of TeX/LaTeX?

As far as proponents go, I will echo the sentiments of many people who have actually used both TeX and Typst: I have been able to accomplish many things in Typst within an hour or two by writing my own Typst code, that in LaTeX I could only accomplish after several days by cargo-culting indecipherable gibberish from years-old forum posts. I freely admit Typst can't (yet) match LaTeX's long-tail package ecosystem, but it is much more pleasant to use and easier to reason about.

ohgr|11 months ago

It’s not really though. I haven’t heard it mentioned once in my academic contacts and involvement and we write a lot of LaTeX.

jf___|11 months ago

I'm not arguing the relevance of latex, but merely underscore the joy of wielding that particular tool

olivierestsage|11 months ago

I'm betting on LaTeX significantly outlasting both Typst and VS Code, per the Lindy effect.

ggraphilia|11 months ago

Which major (applied) math/statistics journal accept submissions in typst?

velcrovan|11 months ago

You're right, people submitting for academic publications will still need to use LaTeX until those institutions change their practices.

If that group comprises the vast majority of people who might have a use for a programmatic typesetting environment, and if the use of LaTeX by academic institutions represents current, expert insight about LaTeX's continued superiority and not simply organizational inertia, then Typst is irrelevant and pointless.

Big "if"s, though.

nxpnsv|11 months ago

What about my of decades worth of snippets, custom commands, templates for all the journals, my bib files, and of course my published works that I borrow pieces from? I should replace that with something nonfree that I have to learn from scratch? Howabout you do you?

mr_mitm|11 months ago

What do you mean, nonfree? The compiler is Apache 2.0 licensed.

jf___|11 months ago

typst `bibliography` function accepts .bib files

KeplerBoy|11 months ago

Does typst support the standard Tex math notation? I understand that a lot of effort went into doing math different - and probably better - than Tex, but I'm just very used to the Tex notation.

atlintots|11 months ago

It doesn't, which IMO was a stupid decision. TeX math notation isn't even that bad, and making Typst compatible with it would've gone a long way towards adoption. It's currently unusable for me because in order to actually use it for something I need to first find time to re-learn everything.

pjmlp|11 months ago

Back on my day, we already had real-time rendering of LateX on Solaris workstations used by our professors on the computing department.

So it isn't like that is something widely impressive.

whatever1|11 months ago

Is it easy to port latex templates ? I see this as a big one, since conferences/ journals have very strict formatting requirements.

auggierose|11 months ago

Strict to the extent that they actually expect latex, not just something that looks like latex. So unless typst is willing to output latex, which they are not, it will never work.

BoingBoomTschak|11 months ago

Slightly unrelated question: anyone knows of a proper (with an example document) comparison between LaTeX, Typst and SILE? Maybe ConTeXt too?

jcelerier|11 months ago

Does it support pgf & tikz ?

jf___|11 months ago

no the depth of graphics API's in latex is really something, and an area that is underdeveloped in typst. it'll take a considerable time for typst to be on par.

hulitu|11 months ago

> the masochism of latex

better than

> sign up for free

enshitification

catelm|11 months ago

The compiler is FOSS under a permissive license Apache 2.0). Only the online editor, similar to Overleaf, is not Open Source. Please check the facts before hitting reply.

tjoff|11 months ago

Writing in the browser, seriously?

Weetile|11 months ago

Typst is available as a standalone compiler

jf___|11 months ago

no, I pointed towards the joy of writing in a proper IDE. but to your point: overleaf is a key enabler of latex and its cool to see typst offers a similar route