Whether you’re really passionate about RPC, MQTT, Matrix or wayland, tell us more about the protocols or open standards you have strong opinions on!

    • @[email protected]
      link
      fedilink
      English
      92 months ago

      The Typst compiler is open source. It is the open core of the web app and we will develop and maintain it in cooperation with the community

      Try Typst now!

      Create a free account to join the public beta.

      Beta software marketing with “free accounts” and an open core compiler for a (probably) future paid web service tells me all I need to know.

      Even though LaTeX has issues, not being an online service is not one of them.

      • @[email protected]
        link
        fedilink
        42 months ago

        They host a proprietary service that does all the stuff, the compiler and spec are completely FOSS. So you need to create your own implementations, which is not hard.

        I dont think they will close source the compiler. And thats basically everything thats needed?

        I have 0 problems with people creating a fancy proprietary implementation to get people hooked. I will never use an online editor, but why care?

        • @[email protected]
          link
          fedilink
          English
          3
          edit-2
          2 months ago

          Learning LaTeX and working around its quirks seems like a much better time investment than sidegrading to something that lives on premises given by a proprietary commercial project. If someone saw LaTeX and said “I want to make some version of this that is better”, without alterior motives, they would probably just work on improving LaTeX (which a whole lot of people do).

          Fancy does not mean better, and often is in many ways worse than plain old boring.

          • @[email protected]
            link
            fedilink
            -12 months ago

            You know Overleaf is a thing right?

            Many projects need to be rewritten from scratch I think. But I also think an easier markup language for LaTeX could be possible, keeping all the nice templates etc.

            • @[email protected]
              link
              fedilink
              English
              4
              edit-2
              2 months ago

              From the LaTeX project:

              The experience gained from the production and maintenance of LaTeX2e (the version you have been using for many years) had a major influence on our goals for future development and on new code which is now integrated into LaTeX.

              A while ago we made the decision to drop the idea of a separate LaTeX3 format that would exist in parallel to LaTeX2e, but instead decided to gradually modernize LaTeX to keep it competitive in today’s world while maintaining compatibility methods for older documents.

              I think this decision was pretty much a good one.

              Overleaf does not modernize LaTeX in meaningful ways. It only adds cloud functionality and glossy appearance that you can get on dedicated editors anyways.

              • @[email protected]
                link
                fedilink
                22 months ago

                No, but Overleaf is just a proprietary fancy editor like the Typst one. Meanwhile typst is just as usable for building editor too.

                I dont see any arguments against typst really. I am using Markdown all time and find it best, but lacking. Then LaTeX, honestly I dont want to learn as it must be a pain to write.

                Now in typst, you can write academic papers etc just as well. All you need is free software, with good backing, modern tooling (rust, cargo), thus it runs everywhere. Its pretty cool!

                • @[email protected]
                  link
                  fedilink
                  English
                  22 months ago

                  Overleaf are not benefactors that develop LaTeX for economic gains, unlike the situation with Typst that rely on it (to my knowledge). LaTeX is also cross platform, supported in tons of editors and can easily be converted to other formats with pandoc. It is also somewhat supported in other formats using implementations such as KaTeX for Markdown and Mathjax in HTML due to being the defacto standard for math typesetting.

                  Writing papers in LaTeX is a joy, not a pain. The end result is also a beautifully typeset document rivalled by none.

        • KillingTimeItself
          link
          fedilink
          English
          12 months ago

          or you could also just make an open source wrapper for latex and call it a day.

          Nothing needs to be closed source to get people to use it.

          • @[email protected]
            link
            fedilink
            12 months ago

            And it isnt :D the compiler produces PDFs which can be read with anything. The spec is open so you can write the code with any editor.

            Just needs integration, will see if I can add the syntax highlighting to Kate

            • KillingTimeItself
              link
              fedilink
              English
              12 months ago

              i suppose that’s the case, but if you ever partially open source something, i think you’re probably trying a little too hard.