ἔκδοσις
Typesetting TEI xml
-Compliant Critical Editions
Table of Contents
fr
about | CTAN | git | issues |
development | support | contact
(This site is free of cookies and javascript.)
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 | Install | Quickstart | 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}
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
© Robert Alessi 2020-2022 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses>.
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 |