A collection of scripts / examples for the sile typesetter.
- txt2sil.py: a script to parse a text file into a sile file; the format chosen for the text file is mostly based on djot (warning: it is somewhat unstable...)
- slides.lua: a class to create slides; slides.sil is an example/documentation of it;
- calendar.sil: generates a calendar for a given year, highlighting holidays;
- lorem.lua: to add some text into a document; does it sequentially, instead of always adding the text from the beginning; has an option to configure the source text;
- review.lua: some functions useful to highlight text in a document being reviewed;