sile-typesetter / sile

The SILE Typesetter — Simon’s Improved Layout Engine
https://sile-typesetter.org
MIT License
1.63k stars 96 forks source link

Access to SILE as Lua library doesn't work as advertized #1246

Open alerque opened 2 years ago

alerque commented 2 years ago

At some point we broke the access to using SILE as a library without quite a few undocumented shims. Too many things that are not CLI specific have been moved into sile.in (path handling, version setting) than need to be abstracted into something that core/sile.lua handles.

alerque commented 2 years ago

See path handling and version stuff that shouldn't be needed in https://sile-typesetter.org/examples/byhand.lua.

alerque commented 1 year ago

c.f. https://github.com/sile-typesetter/sile-typesetter.github.io/issues/40