UP | HOME

ἔκδοσις
Typesetting TEI xml-Compliant Critical Editions

Table of Contents

fr about | CTAN | git / srht | issues | development | support | contact
(This site is free of cookies and javascript.)

arabluatex
icite
TeXLive

ekdosis is a LuaLATEX package designed for multilingual critical editions. It can be used to typeset texts and different layers of critical notes in any direction accepted by LuaTEX. Texts can be arranged in running paragraphs or on facing pages, in any number of columns which in turn can be synchronized or not. In addition to printed texts, ekdosis can convert .tex source files so as to produce TEI xml-compliant critical editions. Database-driven encoding under LATEX then allows extraction of texts entered segment by segment according to various criteria: main edited text, variant readings, translations or annotated borrowings between texts.

The latest stable version is ekdosis v1.4, released on November 21, 2021. The full documentation is available from CTAN as a PDF file. The full documentation of the development version is available here as a PDF file. (How to install.)

features sep.png install sep.png quickstart sep.png handbook sep.png development
Features   Install   Quickstart   Handbook   Development

One Source File, Multiple Outputs

 1: \documentclass{article}
 2: \usepackage{ekdosis}
 3: 
 4: \begin{document}
 5: \begin{ekdosis}
 6:   I met my friend \app{
 7:     \lem{Peter}
 8:     \rdg{John}
 9:   } at the station yesterday.
10: \end{ekdosis}
11: \end{document}

index-sample01.svg

Figure 1: PDF output

1: <p>I met my friend 
2:  <app>
3:   <lem>Peter</lem>
4:   <rdg>John</rdg>
5: </app>at the station yesterday.</p>

License Applicable to the Software

Copyright © 2020, 2021, 2022, 2023 Robert Alessi
<alessi@robertalessi.net>

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Unless otherwise stated, documents/pages/images on this website/repository are released under the terms of the GNU Free Documentation License, either version 1.3 or any later version as published by the Free Software Foundation, with no Invariant Sections, no Back Cover Texts and no Front Cover Texts. View the license here: fdl-1.3.html


Credits

Author: Robert Alessi

Created: 2024-02-28 Wed 13:58

Validate