aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--README.md2
-rw-r--r--about.html2
-rw-r--r--ekdosis.dtx3
4 files changed, 5 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index dbf40c1..3e83202 100644
--- a/Makefile
+++ b/Makefile
@@ -76,13 +76,13 @@ zip: all
76 76
77package: distclean all 77package: distclean all
78 mkdir $(NAME)/ 78 mkdir $(NAME)/
79 cp README.md *.dtx *.pdf $(NAME)/ 79 cp README.md *.ins *.dtx *.pdf $(NAME)/
80 mkdir -p tex/lualatex/$(NAME)/ 80 mkdir -p tex/lualatex/$(NAME)/
81 cp *.lua *.sty tex/lualatex/$(NAME)/ 81 cp *.lua *.sty tex/lualatex/$(NAME)/
82 mkdir -p doc/lualatex/$(NAME)/ 82 mkdir -p doc/lualatex/$(NAME)/
83 cp README.md *.el *.pdf doc/lualatex/$(NAME)/ 83 cp README.md *.el *.pdf doc/lualatex/$(NAME)/
84 mkdir -p source/lualatex/$(NAME)/ 84 mkdir -p source/lualatex/$(NAME)/
85 cp Makefile *.dtx source/lualatex/$(NAME)/ 85 cp Makefile *.ins *.dtx source/lualatex/$(NAME)/
86 zip -r $(NAME).tds.zip tex doc source 86 zip -r $(NAME).tds.zip tex doc source
87 rm -rf tex/ source/ doc/ 87 rm -rf tex/ source/ doc/
88 tar czf $(NAME)-$(VERS).tar.gz $(NAME).tds.zip $(NAME)/ 88 tar czf $(NAME)-$(VERS).tar.gz $(NAME).tds.zip $(NAME)/
diff --git a/README.md b/README.md
index ab453a1..db9fc7d 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ version 3.
23License and disclamer 23License and disclamer
24===================== 24=====================
25 25
26ekdosis – Typesetting TEI xml compliant critical editions 26ekdosis – Typesetting TEI xml Compliant Critical Editions
27 27
28Copyright ⓒ 2020 Robert Alessi 28Copyright ⓒ 2020 Robert Alessi
29 29
diff --git a/about.html b/about.html
index 9fc50c0..1bdf465 100644
--- a/about.html
+++ b/about.html
@@ -16,7 +16,7 @@
16<h1 id="overview">Overview</h1> 16<h1 id="overview">Overview</h1>
17<p><code>ekdosis</code> 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, <code>ekdosis</code> can convert <code>.tex</code> source files so as to produce <code>TEI xml</code> 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. It is published under the terms of the GNU General Public License (GPL) version 3.</p> 17<p><code>ekdosis</code> 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, <code>ekdosis</code> can convert <code>.tex</code> source files so as to produce <code>TEI xml</code> 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. It is published under the terms of the GNU General Public License (GPL) version 3.</p>
18<h1 id="license-and-disclamer">License and disclamer</h1> 18<h1 id="license-and-disclamer">License and disclamer</h1>
19<p>ekdosis – Typesetting TEI xml compliant critical editions</p> 19<p>ekdosis – Typesetting TEI xml Compliant Critical Editions</p>
20<p>Copyright ⓒ 2020 Robert Alessi</p> 20<p>Copyright ⓒ 2020 Robert Alessi</p>
21<p>Please send error reports and suggestions for improvements to Robert Alessi:</p> 21<p>Please send error reports and suggestions for improvements to Robert Alessi:</p>
22<ul> 22<ul>
diff --git a/ekdosis.dtx b/ekdosis.dtx
index 908162d..9ce51e4 100644
--- a/ekdosis.dtx
+++ b/ekdosis.dtx
@@ -71,7 +71,7 @@ along with this program. If not, see
71 xml} Compliant Critical Editions and Highlighting 71 xml} Compliant Critical Editions and Highlighting
72 Parallel Writings}, 72 Parallel Writings},
73 journaltitle = {Journal of Data Mining and Digital Humanities}, 73 journaltitle = {Journal of Data Mining and Digital Humanities},
74 year = 2020, 74 date = 2020,
75 pubstate = {submitted}, 75 pubstate = {submitted},
76 issuetitle = {Collecting, Preserving, and Disseminating Endangered 76 issuetitle = {Collecting, Preserving, and Disseminating Endangered
77 Cultural Heritage for New Understandings through 77 Cultural Heritage for New Understandings through
@@ -107,7 +107,6 @@ along with this program. If not, see
107@Online{DLL-TC, 107@Online{DLL-TC,
108 author = {{Digital Latin Library}}, 108 author = {{Digital Latin Library}},
109 title = {Textual Criticism}, 109 title = {Textual Criticism},
110 year = {nodate},
111 url = 110 url =
112 {https://digitallatin.org/library-digital-latin-texts/textual-criticism}, 111 {https://digitallatin.org/library-digital-latin-texts/textual-criticism},
113 urldate = {2020-05-24} 112 urldate = {2020-05-24}