Results 124 issues of Simon Cozens

According to the [post table spec](https://docs.microsoft.com/en-us/typography/opentype/spec/post), > Names must be no longer than 63 characters; some older implementations may assume a length limit of 31 characters. This implements a check...

Lines 758-768 of SimplexSolver.js read like this: ``` javascript // Find the most negative coefficient in the objective function (ignoring // the non-pivotable dummy variables). If all coefficients are positive...

This is a great idea anyway because it will allow us to abstract out what should be shared between book and article. And I reckon it will help us to...

enhancement

SILE currently uses the TeX leading algorithm (baselineskip/lineskip). Literally the first thing I do when starting a SILE document is pull in the `linespacing` package and change it to fixed...

enhancement
todo

Lack of variable font support is a problem. We know *why* there's a lack: putting variable fonts into a PDF requires instantiation, which we don't currently have the tools to...

enhancement

See `tests/color-fonts.sil`. I've disabled the regression test for now so we can get back to passing but this issue is here to track the problem.

Images / other boxes height is not being taken into account. Test case: ``` \begin{document} \script[src=packages/linespacing] \script[src=packages/lorem] \script[src=packages/image] \set[parameter=linespacing.method, value=fixed] \lorem[words=150] \img[src=documentation/fig1.png,height=120pt] \end{document} ```

bug

This could either be a Lua port or the nascent C port. Either one works.

enhancement

Because software that discriminates against disabled users isn't good software. Update: I've made a lot of progress on this but there's a lot still left to do: - [x] Marked...