You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unsure whether should create an issue in SILE or here, but anyway...
The error is libtexpdf:fatal: texpdf_dev_locate_font() called with the zero ptsize.
The last thing I did was just to recompile it to the latest release.
I've no idea how this happened and have no knowledge about libtextpdf internals...
Already tried:
remove my extension module
run an empty .sil file
The text was updated successfully, but these errors were encountered:
Are you compiling from the master or develop branch of SILE? Also what Lua version? sile --version should answer both questions.
This is probably a SILE bug not libtexpdf. The latter is a bit fragile/picky about data being sent to it being valid and we need to be careful on the SILE side to validate and correct anything before we pass it on. In any case I can move the issue to the right place if I'm convinced that's where the problem is in the end.
I'm unsure whether should create an issue in SILE or here, but anyway...
The error is
libtexpdf:fatal: texpdf_dev_locate_font() called with the zero ptsize.
The last thing I did was just to recompile it to the latest release.
I've no idea how this happened and have no knowledge about libtextpdf internals...
Already tried:
.sil
fileThe text was updated successfully, but these errors were encountered: