aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2020-06-03 12:19:27 +0200
committerRobert Alessi <alessi@robertalessi.net>2020-06-03 12:19:27 +0200
commit21ee508d93ad4ca79dfda63ab027780fb8d80c69 (patch)
tree418bd5fa373b5d4ca024cd5b7d7c2e0d9f802ba6
parent6923c53bbe2fa38e2ea5ae3873df0c9e993a9a7c (diff)
downloadekdosis-0.99.tar.gz
added segmentation option to \SetEkdosisAlignment. new tag v0.99v0.99
-rw-r--r--ekdosis.dtx18
-rw-r--r--ekdosis.ins2
2 files changed, 12 insertions, 8 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx
index dcc4c9b..3c0de48 100644
--- a/ekdosis.dtx
+++ b/ekdosis.dtx
@@ -21,7 +21,7 @@ Some text about the package: probably the same as the abstract.
21This file is part of the `ekdosis' package 21This file is part of the `ekdosis' package
22 22
23ekdosis -- Typesetting TEI xml compliant critical editions 23ekdosis -- Typesetting TEI xml compliant critical editions
24Copyright (C) 2016 Robert Alessi 24Copyright (C) 2020 Robert Alessi
25 25
26Please send error reports and suggestions for improvements to Robert 26Please send error reports and suggestions for improvements to Robert
27Alessi <alessi@robertalessi.net> 27Alessi <alessi@robertalessi.net>
@@ -64,7 +64,7 @@ License:| Released under the GNU General Public License v3 or later
64This file is part of the `ekdosis' package 64This file is part of the `ekdosis' package
65 65
66ekdosis -- Typesetting TEI xml compliant critical editions 66ekdosis -- Typesetting TEI xml compliant critical editions
67Copyright (C) 2016 Robert Alessi 67Copyright (C) 2020 Robert Alessi
68 68
69Please send error reports and suggestions for improvements to Robert 69Please send error reports and suggestions for improvements to Robert
70Alessi <alessi@robertalessi.net> 70Alessi <alessi@robertalessi.net>
@@ -131,7 +131,7 @@ Running "make install" installs the files in the local TeX tree.
131%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] 131%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
132%<package>\ProvidesPackage{ekdosis} 132%<package>\ProvidesPackage{ekdosis}
133%<*package> 133%<*package>
134 [2019/04/01 v1.0 Typesetting TEI xml compliant critical editions] 134 [2020/06/03 v0.99 Typesetting TEI xml compliant critical editions]
135%</package> 135%</package>
136%<*driver> 136%<*driver>
137\documentclass{ltxdoc} 137\documentclass{ltxdoc}
@@ -197,7 +197,7 @@ Running "make install" installs the files in the local TeX tree.
197\EnableCrossrefs 197\EnableCrossrefs
198\CodelineIndex 198\CodelineIndex
199\RecordChanges 199\RecordChanges
200%\OnlyDescription 200% \OnlyDescription
201\begin{document} 201\begin{document}
202 \DocInput{\jobname.dtx} 202 \DocInput{\jobname.dtx}
203 \PrintChanges 203 \PrintChanges
@@ -244,7 +244,7 @@ Running "make install" installs the files in the local TeX tree.
244% \ekdtableofcontents 244% \ekdtableofcontents
245% \normalsize 245% \normalsize
246% 246%
247%\changes{v1.00}{2016/08/03}{First public release} 247%\changes{v1.00}{2020/07/01}{First public release}
248% 248%
249% \begin{abstract} 249% \begin{abstract}
250% ==== Put abstract text here. ==== 250% ==== Put abstract text here. ====
@@ -287,6 +287,7 @@ Running "make install" installs the files in the local TeX tree.
287% \end{tikzpicture} 287% \end{tikzpicture}
288% \end{keyfigure} 288% \end{keyfigure}
289% 289%
290% \StopEventually{}
290% \section{Implementation} 291% \section{Implementation}
291% 292%
292% \iffalse 293% \iffalse
@@ -1091,10 +1092,13 @@ Running "make install" installs the files in the local TeX tree.
1091 store apparatus = \apparatus@value, 1092 store apparatus = \apparatus@value,
1092 bool paired = \ifekd@paired, 1093 bool paired = \ifekd@paired,
1093 bool pagelineation = \ifekd@pagelineation, 1094 bool pagelineation = \ifekd@pagelineation,
1095 choice segmentation = {auto = \def\segmentation@val{auto},
1096 noauto = \def\segmentation@val{noauto}},
1094 initial tcols = 2, 1097 initial tcols = 2,
1095 initial lcols = 1, 1098 initial lcols = 1,
1096 initial texts = edition;translation, 1099 initial texts = edition;translation,
1097 initial apparatus = edition 1100 initial apparatus = edition,
1101 default segmentation = auto
1098} 1102}
1099\NewDocumentCommand{\SetEkdosisAlignment}{m}{ 1103\NewDocumentCommand{\SetEkdosisAlignment}{m}{
1100 \ekvset{ekd@align}{#1} 1104 \ekvset{ekd@align}{#1}
@@ -1226,7 +1230,7 @@ Running "make install" installs the files in the local TeX tree.
1226% \iffalse 1230% \iffalse
1227%</package> 1231%</package>
1228% \fi 1232% \fi
1229% \StopEventually{} 1233%
1230% \Finale 1234% \Finale
1231% \iffalse 1235% \iffalse
1232%<*lua> 1236%<*lua>
diff --git a/ekdosis.ins b/ekdosis.ins
index b113321..77c955b 100644
--- a/ekdosis.ins
+++ b/ekdosis.ins
@@ -12,7 +12,7 @@ License:| Released under the GNU General Public License v3 or later
12This file is part of the `ekdosis' package 12This file is part of the `ekdosis' package
13 13
14ekdosis -- Typesetting TEI xml compliant critical editions 14ekdosis -- Typesetting TEI xml compliant critical editions
15Copyright (C) 2016 Robert Alessi 15Copyright (C) 2020 Robert Alessi
16 16
17Please send error reports and suggestions for improvements to Robert 17Please send error reports and suggestions for improvements to Robert
18Alessi <alessi@robertalessi.net> 18Alessi <alessi@robertalessi.net>