diff options
-rw-r--r-- | ekdosis.dtx | 28 |
1 files 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 | |||
1258 | % \end{enumerate} | 1258 | % \end{enumerate} |
1259 | % Finally, the optional argument of \cs{DeclareWitness} accepts a | 1259 | % Finally, the optional argument of \cs{DeclareWitness} accepts a |
1260 | % comma-separated list of the following \enquote{name=value} arguments | 1260 | % comma-separated list of the following \enquote{name=value} arguments |
1261 | % that are used to collect items of information to be found within | 1261 | % that are used to collect items of information to be found within the |
1262 | % the |<msIdentifer>| element in the \texttt{TEI} | 1262 | % |<msIdentifer>| element in the \texttt{TEI} header:\footnote{See |
1263 | % header:\footnote{See | ||
1264 | % \url{https://tei-c.org/release/doc/tei-p5-doc/en/html/MS.html\#msid} | 1263 | % \url{https://tei-c.org/release/doc/tei-p5-doc/en/html/MS.html\#msid} |
1265 | % for detailed information on these elements.}---\\ | 1264 | % for detailed information on these elements.}---\\ |
1266 | % \DescribeOption{settlement} |settlement|$=$\meta{name}: The name of | 1265 | % \DescribeOption{settlement} |settlement|$=$\meta{name}: The name of |
@@ -1276,13 +1275,17 @@ along with this program. If not, see | |||
1276 | % \DescribeOption{msName} |msName|$=$\meta{name}: The name commonly | 1275 | % \DescribeOption{msName} |msName|$=$\meta{name}: The name commonly |
1277 | % used for the witness.\\ | 1276 | % used for the witness.\\ |
1278 | % \DescribeOption{origDate} |origDate|$=$\meta{date}: Any form of date | 1277 | % \DescribeOption{origDate} |origDate|$=$\meta{date}: Any form of date |
1279 | % used to identify the date of origin for the witness. | 1278 | % used to identify the date of origin for the witness.\\ |
1279 | % \DescribeOption{locus} |locus|$=$\meta{locus}\newfeature[v1.3]: The | ||
1280 | % sequence of folio references where the edition text is found in the | ||
1281 | % manuscript. | ||
1280 | % | 1282 | % |
1281 | % \phts\label{ref:marcianus-b} | 1283 | % \phts\label{ref:marcianus-b} |
1282 | % To take here one example, a witness such as the \emph{Marcianus | 1284 | % To take here one example, a witness such as the \emph{Marcianus |
1283 | % Graecus}~269, referred to as manuscript \enquote*{M} in the | 1285 | % Graecus}~269, referred to as manuscript \enquote*{M} in the |
1284 | % editions, which contains sixty treatises transmitted under the name | 1286 | % editions, which contains sixty treatises transmitted under the name |
1285 | % of Hippocrates, could be declared as follows:--- | 1287 | % of Hippocrates, could be declared as follows:\footnote{The locus |
1288 | % specified refers to Hippocrates' \emph{Epidemics}, Book~6.}--- | ||
1286 | % | 1289 | % |
1287 | %\iffalse | 1290 | %\iffalse |
1288 | %<*example> | 1291 | %<*example> |
@@ -1293,7 +1296,8 @@ along with this program. If not, see | |||
1293 | institution=Marciana Library, | 1296 | institution=Marciana Library, |
1294 | msName=Marcianus Gr., | 1297 | msName=Marcianus Gr., |
1295 | idno=269, | 1298 | idno=269, |
1296 | origDate=s. X] | 1299 | origDate=s. X, |
1300 | locus=fol. 416\textsuperscript{v}–426\textsuperscript{v}] | ||
1297 | \end{minted} | 1301 | \end{minted} |
1298 | % \iffalse | 1302 | % \iffalse |
1299 | %</example> | 1303 | %</example> |
@@ -1554,10 +1558,12 @@ along with this program. If not, see | |||
1554 | % \vpageref{ref:declarewitness}.} a line ready to be inserted in a | 1558 | % \vpageref{ref:declarewitness}.} a line ready to be inserted in a |
1555 | % table set to print a Conspectus Siglorum with the following items of | 1559 | % table set to print a Conspectus Siglorum with the following items of |
1556 | % information separated by the symbol |&|: the siglum referring to the | 1560 | % information separated by the symbol |&|: the siglum referring to the |
1557 | % witness, the contents of the |description| field and the contents of | 1561 | % witness, the contents of the |description| field, followed if |
1558 | % the |origDate| field. An example of how one could print the | 1562 | % applicable by the sequence of folios that refers to the edition |
1559 | % Conspectus Siglorum of the manuscripts of Caesar's \emph{Gallic War} | 1563 | % text, and the contents of the |origDate| field. An example of how |
1560 | % from the list provided \vpageref{ref:caesar-bg-sigla} follows:--- | 1564 | % one could print the Conspectus Siglorum of the manuscripts of |
1565 | % Caesar's \emph{Gallic War} from the list provided | ||
1566 | % \vpageref{ref:caesar-bg-sigla} follows:--- | ||
1561 | % | 1567 | % |
1562 | % \captof{Conspectus Siglorum of Caesar's \emph{Gallic War}} | 1568 | % \captof{Conspectus Siglorum of Caesar's \emph{Gallic War}} |
1563 | % \iffalse | 1569 | % \iffalse |
@@ -10640,7 +10646,7 @@ function ekdosis.basic_cs(msid) | |||
10640 | else | 10646 | else |
10641 | locus = "" | 10647 | locus = "" |
10642 | end | 10648 | end |
10643 | return siglum.."&"..name.."\\space "..locus.."&"..date | 10649 | return siglum.."&"..name.." "..locus.."&"..date |
10644 | end | 10650 | end |
10645 | -- end basic TeX Conspectus siglorum | 10651 | -- end basic TeX Conspectus siglorum |
10646 | 10652 | ||