Live data from Hacker News

Typst, a new markup-based typesetting system, is now open source

github.com

1–10 of 147 posts

Re: Typst, a new markup-based typesetting system, is now open source

#5

Where did the code example for Fibonacci go in the typeset output?

I think, if I am reading it correctly, that was not a code example, that was actual code. count and nums are variables being defined, and fib is a function. Then the function is being called to build the table (you can see str(fib(n)) in the second to last line)

Re: Typst, a new markup-based typesetting system, is now open source

#6
Very cool, thank you for open sourcing it! I'd like to try it out for documenting formal semantics of programming languages, and this FOSS release makes me comfortable doing so :D I found the paper describing the system very interesting when it was on HN before:

https://news.ycombinator.com/item?id=34423590 - Typst: A Programmable Markup Language for Typesetting [pdf]

previous discussion of website:

https://news.ycombinator.com/item?id=32209794 - Typst: Compose Papers Faster

Re: Typst, a new markup-based typesetting system, is now open source

#9
There's also Sile: https://sile-typesetter.org/

LaTeX (Well, LuaTeX) powers my E-ink newspaper (https://imgur.com/a/NoTr8XX), but I've been curious to use it as a vehicle to try out some of these alternatives and see if they can put together a non-trivial layout.

Re: Typst, a new markup-based typesetting system, is now open source

#10
post #9

There's also Sile: https://sile-typesetter.org/ LaTeX (Well, LuaTeX) powers my E-ink newspaper ( https://imgur.com/a/NoTr8XX ), but I've been curious to use it as a vehicle to try out some of these alternatives and see if they can put together a non-trivial layout.

coffee stain is incredible lol
Post reply on HN