Live data from Hacker News

SILE, a typesetting system inspired by TeX, reaches 0.9.4

sile-typesetter.org

1–5 of 5 posts

Re: SILE, a typesetting system inspired by TeX, reaches 0.9.4

#3
Is this just a rewrite of TeX (what Neovim is to Vim) or is the syntax different, too? There aren't any code examples on the website, and I don't really want to learn another typesetting language. I also won't be able to use it with Pandoc, which is a dealbreaker for me.

Re: SILE, a typesetting system inspired by TeX, reaches 0.9.4

#4

10MB vs ~4GB for LaTeX ? a) how much of LaTeX functionality does SILE cover and b) why is LaTeX so heavy ?

I think that explains it nicely:

http://sile-typesetter.org/what-is/#sile-versus-tex

> At this point, the parts of TeX that people actually use are 1) the box-and-glue model, 2) the hyphenation algorithm, and 3) the line-breaking algorithm. SILE follows TeX in each of these three areas;

Re: SILE, a typesetting system inspired by TeX, reaches 0.9.4

#5
post #3

Is this just a rewrite of TeX (what Neovim is to Vim) or is the syntax different, too? There aren't any code examples on the website, and I don't really want to learn another typesetting language. I also won't be able to use it with Pandoc, which is a dealbreaker for me.

Directly to one sample:

https://github.com/simoncozens/sile/blob/master/examples/sim...

The sample directory:

https://github.com/simoncozens/sile/tree/master/examples