From fcf3e75515c31cbc3359e17e24877cfc6d4f1f28 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Tue, 13 Apr 2021 18:21:13 +0200 Subject: 'locus' opt. just documented --- ekdosis.dtx | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/ekdosis.dtx b/ekdosis.dtx index 5b5fed9..949e930 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx @@ -1258,9 +1258,8 @@ along with this program. If not, see % \end{enumerate} % Finally, the optional argument of \cs{DeclareWitness} accepts a % comma-separated list of the following \enquote{name=value} arguments -% that are used to collect items of information to be found within -% the || element in the \texttt{TEI} -% header:\footnote{See +% that are used to collect items of information to be found within the +% || element in the \texttt{TEI} header:\footnote{See % \url{https://tei-c.org/release/doc/tei-p5-doc/en/html/MS.html\#msid} % for detailed information on these elements.}---\\ % \DescribeOption{settlement} |settlement|$=$\meta{name}: The name of @@ -1276,13 +1275,17 @@ along with this program. If not, see % \DescribeOption{msName} |msName|$=$\meta{name}: The name commonly % used for the witness.\\ % \DescribeOption{origDate} |origDate|$=$\meta{date}: Any form of date -% used to identify the date of origin for the witness. +% used to identify the date of origin for the witness.\\ +% \DescribeOption{locus} |locus|$=$\meta{locus}\newfeature[v1.3]: The +% sequence of folio references where the edition text is found in the +% manuscript. % % \phts\label{ref:marcianus-b} % To take here one example, a witness such as the \emph{Marcianus % Graecus}~269, referred to as manuscript \enquote*{M} in the % editions, which contains sixty treatises transmitted under the name -% of Hippocrates, could be declared as follows:--- +% of Hippocrates, could be declared as follows:\footnote{The locus +% specified refers to Hippocrates' \emph{Epidemics}, Book~6.}--- % %\iffalse %<*example> @@ -1293,7 +1296,8 @@ along with this program. If not, see institution=Marciana Library, msName=Marcianus Gr., idno=269, - origDate=s. X] + origDate=s. X, + locus=fol. 416\textsuperscript{v}–426\textsuperscript{v}] \end{minted} % \iffalse % @@ -1554,10 +1558,12 @@ along with this program. If not, see % \vpageref{ref:declarewitness}.} a line ready to be inserted in a % table set to print a Conspectus Siglorum with the following items of % information separated by the symbol |&|: the siglum referring to the -% witness, the contents of the |description| field and the contents of -% the |origDate| field. An example of how one could print the -% Conspectus Siglorum of the manuscripts of Caesar's \emph{Gallic War} -% from the list provided \vpageref{ref:caesar-bg-sigla} follows:--- +% witness, the contents of the |description| field, followed if +% applicable by the sequence of folios that refers to the edition +% text, and the contents of the |origDate| field. An example of how +% one could print the Conspectus Siglorum of the manuscripts of +% Caesar's \emph{Gallic War} from the list provided +% \vpageref{ref:caesar-bg-sigla} follows:--- % % \captof{Conspectus Siglorum of Caesar's \emph{Gallic War}} % \iffalse @@ -10640,7 +10646,7 @@ function ekdosis.basic_cs(msid) else locus = "" end - return siglum.."&"..name.."\\space "..locus.."&"..date + return siglum.."&"..name.." "..locus.."&"..date end -- end basic TeX Conspectus siglorum -- cgit v1.2.3