Fredrick Brennan

Results 633 comments of Fredrick Brennan

This code seems to get us very close. https://github.com/spc476/LPeg-Parsers/blob/c2f69b0a9d665e1afda45eae5fd362eb6f882458/utf8/control.lua#L27-L42 It'd then be up to users how they make the files, be it with `vimpager` via `script`, `pygmentize`, etc.

I have found the issue. It is in the `nanosvg.h` library, in the function `nsvg__parseColorRGB`. https://github.com/sile-typesetter/sile/blob/7e77f8941585af0f569d951c72ed7694745af53a/src/nanosvg.h#L1155 It cannot understand decimal values in the percentage. If I use `fill:rgb(30%,30%,30%)`, it's all...

@erco77 has a patch here: https://github.com/memononen/nanosvg/issues/136#issuecomment-761201063 I think it will work to solve this.

@alerque memononen/nanosvg#136 is now closed by memononen/nanosvg#198 and just needs a release. However, NanoSVG has needed a release since April (memononen/nanosvg#197). If one isn't made soon hopefully using the development...

My proposal is to interrogate the chosen font. If it has a ruby feature defined, apply it. If not, try to select bold. The reason is, even in fonts with...

@alerque I think it's very clumsy how it works and that's why I avoid SILE's tate implementation :-( We shouldn't be asking the user to figure out the grid size...

The implementation of 縦書き (_tategaki_; vertical typesetting) that I use for Japanese is entirely automatic, upLaTeX. I also have experimented with LuaTeX-ja, and it is also automatic. I would really...

Why this and not DOT