Simon Cozens
Simon Cozens
@alerque has one!
You also try getting SILE to read in Markdown natively. Update to the latest HEAD, and try this: ```TeX \begin[papersize=a4,class=markdown]{document} \begin{obeylines} \include[src=pro-kukacku.md] \end{obeylines} \end{document} ```
(Obviously the output is not going to be perfect yet. File bugs and I'll fix them!)
No idea! I don't have a reference to "lower" anywhere near that line in my copy of it. (Did you `git pull`? I just rebased the markdown processor with upstream.)...
Sounds like a good idea to change the default, although users can also redefine `ruby:font` if necessary.
I thought about introspection but it’s too much magic. You have behaviour that happens with one font but different behaviour if you run the same file with a different font....
Pushback needs to be replaced. It's messing up bidi as well.
Martin: I haven't had time to look at this yet but the place I will start is the "pushback" routine's special handling of rskip and lskip glue. Maybe they're being...
Disabling pushback (`\script[src=packages/debug]\disable-pushback`) fixes this, so it's a bug in `SILE.typesetter.pushBack`.
I think I have a fix for this but until we get regression tests together I can't be sure. :-(