this post was submitted on 11 Jul 2024
689 points (98.7% liked)

linuxmemes

21206 readers
1678 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     

    Context: LaTeX is a typesetting system. When compiling a document, a lot of really in-depth debugging information is printed, which can be borderline incomprehensible to anyone but LaTeX experts. It can also be a visual hindrance when looking for important information like errors.

    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] 8 points 3 months ago (1 children)

    Well, overleaf.com is for LaTeX, but typst.app is for Typst, a superior alternative witch is in beta. So for some people it won't be enough (yet), but for me it's awesome.

    [–] [email protected] 7 points 3 months ago (2 children)

    How is Typst "superior" to Latex?

    [–] [email protected] 10 points 3 months ago (1 children)

    Whether or not typst is "superior" is largely debatable, but here are some reasons why I personally prefer Typst to LaTeX:

    • leaner syntax
    • less boilerplate
    • (arguably) more intuitive syntax for math and formatting
    • real-time preview thanks to incremental compilation
    • automatic package management
    • Ability to perform calculations/data processing inline inside your document (I know you can do this in LaTeX as well, but typst makes it easier)

    However, as Andrew said, it is very much still in beta, so I don't think it can be a complete replacement for LaTeX. Basically, think of it as something in between LaTeX and Markdown. Less features, but easier to write.

    [–] [email protected] 2 points 3 months ago

    Thank you! That was very helpful.

    [–] [email protected] 1 points 3 months ago

    Since for me it has all the needed features, for me — it's by far superior (even compared to LuaLaTeX which is the last thing I used). But some people, mainly from academia, are still can't switch due to some features missing. A few people were able to create thesis in Typst (including myself). In the long run it will be 100% superior. In the mean time, there are a few hacks to enable some features that are otherwise not implemented yet.