Letting ideas flow into your next presentation, paper or book.

Markdown meets the power of LaTeX in this modern typesetting system.

  • dblsaiko@discuss.tchncs.de
    link
    fedilink
    arrow-up
    6
    ·
    2 days ago

    As a Typst enjoyer I have to say this isn’t it imo from a quick look at the readme. Typst’s mix of markup and code modes is excellently designed and a high bar for anything to beat, and this looks like it doesn’t come remotely close. (I do have to say, I also heavily dislike Markdown in general)

    • IrritableOcelot@beehaw.org
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      23 hours ago

      Well, Typst is explicitly a no-go for anyone who has to submit a manuscript, until it they get a damn HTML representation, so Pandoc can get it to LaTeX. There’s practically nowhere I could use Typst except my own notes, and I’ve tried!

          • dblsaiko@discuss.tchncs.de
            link
            fedilink
            arrow-up
            1
            ·
            11 hours ago

            The experimental status is more about that not everything is implemented yet (not that everything can be implemented, for example due to HTML not being oriented around having multiple pages in a document), so you have to write a bit of raw HTML sometimes. This is an example of how raw HTML looks, it’s the shell for my webpage.

    • saplyng@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      2 days ago

      Looking through some of the docs I’m afraid I won’t be able to move off of Typst to this either. Typst has a long standing bug that I would have liked to avoid (lists that are too long will overflow memory and the maintainers seem to not want to temporarily dump to disk) but if even rust has an issue with those 100k+ row lists, I’m not sure kotlin will handle it better.

      • dblsaiko@discuss.tchncs.de
        link
        fedilink
        arrow-up
        3
        ·
        2 days ago

        Lists with 100k items? Impressive. I can see how with a document like that it will run out of memory. Is it a stack overflow? You could try increasing the stack size in that case.