diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-06-03 12:19:27 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-06-03 12:19:27 +0200 |
commit | 21ee508d93ad4ca79dfda63ab027780fb8d80c69 (patch) | |
tree | 418bd5fa373b5d4ca024cd5b7d7c2e0d9f802ba6 | |
parent | 6923c53bbe2fa38e2ea5ae3873df0c9e993a9a7c (diff) | |
download | ekdosis-0.99.tar.gz |
added segmentation option to \SetEkdosisAlignment. new tag v0.99v0.99
-rw-r--r-- | ekdosis.dtx | 18 | ||||
-rw-r--r-- | ekdosis.ins | 2 |
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. | |||
21 | This file is part of the `ekdosis' package | 21 | This file is part of the `ekdosis' package |
22 | 22 | ||
23 | ekdosis -- Typesetting TEI xml compliant critical editions | 23 | ekdosis -- Typesetting TEI xml compliant critical editions |
24 | Copyright (C) 2016 Robert Alessi | 24 | Copyright (C) 2020 Robert Alessi |
25 | 25 | ||
26 | Please send error reports and suggestions for improvements to Robert | 26 | Please send error reports and suggestions for improvements to Robert |
27 | Alessi <alessi@robertalessi.net> | 27 | Alessi <alessi@robertalessi.net> |
@@ -64,7 +64,7 @@ License:| Released under the GNU General Public License v3 or later | |||
64 | This file is part of the `ekdosis' package | 64 | This file is part of the `ekdosis' package |
65 | 65 | ||
66 | ekdosis -- Typesetting TEI xml compliant critical editions | 66 | ekdosis -- Typesetting TEI xml compliant critical editions |
67 | Copyright (C) 2016 Robert Alessi | 67 | Copyright (C) 2020 Robert Alessi |
68 | 68 | ||
69 | Please send error reports and suggestions for improvements to Robert | 69 | Please send error reports and suggestions for improvements to Robert |
70 | Alessi <alessi@robertalessi.net> | 70 | Alessi <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 | |||
12 | This file is part of the `ekdosis' package | 12 | This file is part of the `ekdosis' package |
13 | 13 | ||
14 | ekdosis -- Typesetting TEI xml compliant critical editions | 14 | ekdosis -- Typesetting TEI xml compliant critical editions |
15 | Copyright (C) 2016 Robert Alessi | 15 | Copyright (C) 2020 Robert Alessi |
16 | 16 | ||
17 | Please send error reports and suggestions for improvements to Robert | 17 | Please send error reports and suggestions for improvements to Robert |
18 | Alessi <alessi@robertalessi.net> | 18 | Alessi <alessi@robertalessi.net> |