aboutsummaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2020-09-18 17:03:52 +0200
committerRobert Alessi <alessi@robertalessi.net>2020-09-18 17:03:52 +0200
commit1872ce46f97ab5f89c375f269eb3f45f0bbb1041 (patch)
tree7fc784ee01579a59b19f055ab21105f7423c1365 /about.html
parent4109f2797cdb006d70dd2115c5ba63cac6ddafb4 (diff)
downloadekdosis-1872ce46f97ab5f89c375f269eb3f45f0bbb1041.tar.gz
for page numbers, Roman numerals need \ifx instead of \ifnum
Diffstat (limited to 'about.html')
-rw-r--r--about.html25
1 files changed, 15 insertions, 10 deletions
diff --git a/about.html b/about.html
index a246b48..4c359c6 100644
--- a/about.html
+++ b/about.html
@@ -1,18 +1,23 @@
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1<!DOCTYPE html>
2<html xmlns="http://www.w3.org/1999/xhtml"> 2<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
3<head> 3<head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4 <meta charset="utf-8" />
5 <meta http-equiv="Content-Style-Type" content="text/css" />
6 <meta name="generator" content="pandoc" /> 5 <meta name="generator" content="pandoc" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
7 <meta name="author" content="Robert Alessi" /> 7 <meta name="author" content="Robert Alessi" />
8 <title>The ekdosis package – README file</title> 8 <title>The ekdosis package – README file</title>
9 <style type="text/css">code{white-space: pre;}</style> 9 <style type="text/css">
10 code{white-space: pre-wrap;}
11 span.smallcaps{font-variant: small-caps;}
12 span.underline{text-decoration: underline;}
13 div.column{display: inline-block; vertical-align: top; width: 50%;}
14 </style>
10</head> 15</head>
11<body> 16<body>
12<div id="header"> 17<header>
13<h1 class="title">The ekdosis package – README file</h1> 18<h1 class="title">The ekdosis package – README file</h1>
14<h2 class="author">Robert Alessi</h2> 19<p class="author">Robert Alessi</p>
15</div> 20</header>
16<h1 id="overview">Overview</h1> 21<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> 22<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> 23<h1 id="license-and-disclamer">License and Disclamer</h1>
@@ -37,10 +42,10 @@
37</ul> 42</ul>
38<h2 id="license-applicable-to-the-documentation">License Applicable to the Documentation</h2> 43<h2 id="license-applicable-to-the-documentation">License Applicable to the Documentation</h2>
39<p>Copyright ⓒ 2020 Robert Alessi</p> 44<p>Copyright ⓒ 2020 Robert Alessi</p>
40<p>The documentation file <code>ekdosis.pdf</code> that is generated from the <code>ekdosis.dtx</code> source file is licensed under the GNU Free Documentation License, as follows:---</p> 45<p>The documentation file <code>ekdosis.pdf</code> that is generated from the <code>ekdosis.dtx</code> source file is licensed under the GNU Free Documentation License, as follows:—</p>
41<p>Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled “GNU Free Documentation License”.</p> 46<p>Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled “GNU Free Documentation License”.</p>
42<h1 id="installation">Installation</h1> 47<h1 id="installation">Installation</h1>
43<ol style="list-style-type: decimal"> 48<ol type="1">
44<li><p>Run <code>'latex ekdosis.ins'</code> to produce the <code>ekdosis.sty</code> and <code>ekdosis.lua</code> files.</p></li> 49<li><p>Run <code>'latex ekdosis.ins'</code> to produce the <code>ekdosis.sty</code> and <code>ekdosis.lua</code> files.</p></li>
45<li><p>To finish the installation you have to move the <code>ekdosis.sty</code> and <code>ekdosis.lua</code> files into a directory where LaTeX can find them. See the FAQ on <code>texfaq.org</code> at <a href="https://texfaq.org/FAQ-inst-wlcf" class="uri">https://texfaq.org/FAQ-inst-wlcf</a> for more on this.</p></li> 50<li><p>To finish the installation you have to move the <code>ekdosis.sty</code> and <code>ekdosis.lua</code> files into a directory where LaTeX can find them. See the FAQ on <code>texfaq.org</code> at <a href="https://texfaq.org/FAQ-inst-wlcf" class="uri">https://texfaq.org/FAQ-inst-wlcf</a> for more on this.</p></li>
46</ol> 51</ol>