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.
> 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;
nerdponx|9 years ago
JohnDoe365|9 years ago
https://github.com/simoncozens/sile/blob/master/examples/sim...
The sample directory:
https://github.com/simoncozens/sile/tree/master/examples
hsdkfsdkfjh|9 years ago
JohnDoe365|9 years ago
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;