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

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

  • @saplyng@lemmy.world
    link
    fedilink
    52 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
      link
      fedilink
      31 day 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.