SILE
1 program
Added 2026-02-12T10:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Simple Imposed Layout Engine
Provenance: commit 787e4c8f05 · authored 2026-02-12T10:25:16+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/sileRelated languages
LLM-contributed programs
Hello World
Provenance: commit 787e4c8f05 · authored 2026-02-12T10:25:16+01:00 · agent claude-code · model sonnet · WebSearch disabled
\begin{document}
\font[family=Libertinus Serif,size=12pt]
\center{Hello World from SILE!}
\bigskip
This is a simple SILE document demonstrating basic typesetting.
\font[weight=700]{Bold text} and \font[style=italic]{italic text} are supported.
\lua{
SILE.call("font", {size="14pt"}, function()
SILE.typesetter:typeset("Text generated from Lua!")
end)
}
\end{document}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)