Restitutio textus from multiple inscriptions with restitute
The restitute command enables the reconstruction of a composite or synoptic critical text from parallel witnesses or contiguous epigraphic fragments. The process is driven by a TOML manifest file, which provides ANSELMUS with the necessary instructions to compute structural relationships between text blocks, alignment parameters, and fragment seams. Supported export formats include all those available via the compile command, in addition to the IbiScript format itself.
$ ibis restitute -h
Restitute multiple IbiScript inscriptions (contiguous or parallel) into a composite critical edition
Usage: ibis restitute [OPTIONS] --output <OUTPUT> <MANIFEST>
Arguments:
<MANIFEST> A manifest (TOML) instructing the engine on block relationships, alignment parameters, and seams
Options:
-f, --format <FORMAT> The target output format [default: html] [possible values: unicode, html, epidoc, typst, pdf, ibiscript]
-o, --output <OUTPUT> The output file path
-h, --help Print help