diff options
Diffstat (limited to 'ekdosis.dtx')
-rw-r--r-- | ekdosis.dtx | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index 1efb600..2cc2ead 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -838,7 +838,7 @@ along with this program. If not, see | |||
838 | %</example> | 838 | %</example> |
839 | % \fi | 839 | % \fi |
840 | % | 840 | % |
841 | % \subsection{Witnesses, Hands, Shorthands \& Scholars } | 841 | % \subsection{Witnesses, Hands, Shorthands \& Scholars} |
842 | % \label{sec:declarations} | 842 | % \label{sec:declarations} |
843 | % Any reference that is to be used in the apparatus criticus must be | 843 | % Any reference that is to be used in the apparatus criticus must be |
844 | % \enquote{declared} in the preamble beforehand, namely: manuscript | 844 | % \enquote{declared} in the preamble beforehand, namely: manuscript |
@@ -1753,6 +1753,13 @@ texts=latin[xml:lang="la"]+\textcolor{red}{;}+ | |||
1753 | % \cs{SetEkdosisAlignment} can be used either in the preamble or at | 1753 | % \cs{SetEkdosisAlignment} can be used either in the preamble or at |
1754 | % any point of the document to set or to modify alignment settings. | 1754 | % any point of the document to set or to modify alignment settings. |
1755 | % | 1755 | % |
1756 | % | ||
1757 | % \section{Laying Out the Apparatus Criticus } | ||
1758 | % \label{sec:apparatus-layout} | ||
1759 | % Single-layer apparatus criticus can be laid out in a variety of | ||
1760 | % ways. | ||
1761 | % | ||
1762 | % | ||
1756 | % \section{To Be Continued...} | 1763 | % \section{To Be Continued...} |
1757 | % v1.0 of \pkg{ekdosis}, which should be available by the end of July | 1764 | % v1.0 of \pkg{ekdosis}, which should be available by the end of July |
1758 | % 2020, will include a full documentation. At the time of writing, the | 1765 | % 2020, will include a full documentation. At the time of writing, the |
@@ -5217,8 +5224,8 @@ function ekdosis.appout() | |||
5217 | local output = {} | 5224 | local output = {} |
5218 | if next(apparatuses) == nil then | 5225 | if next(apparatuses) == nil then |
5219 | -- table.insert(output, "BEGIN") | 5226 | -- table.insert(output, "BEGIN") |
5220 | table.insert(output, "\\noindent\\csname ekd@default@rule\\endcsname\\NLS{}") | 5227 | table.insert(output, "\\noindent\\csname ekd@default@rule\\endcsname\\NLS") |
5221 | table.insert(output, "\\csname ekd@begin@apparatus\\endcsname{}") | 5228 | table.insert(output, "\\csname ekd@begin@apparatus\\endcsname\\ignorespaces") |
5222 | -- table.insert(output, "\\noindent ") | 5229 | -- table.insert(output, "\\noindent ") |
5223 | for i in string.gmatch(t, | 5230 | for i in string.gmatch(t, |
5224 | "<"..cur_abs_pg | 5231 | "<"..cur_abs_pg |