> 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;
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.
4 comments
[ 3.5 ms ] story [ 14.5 ms ] threadhttp://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;
https://github.com/simoncozens/sile/blob/master/examples/sim...
The sample directory:
https://github.com/simoncozens/sile/tree/master/examples