diff options
Diffstat (limited to 'ekdosis.dtx')
-rw-r--r-- | ekdosis.dtx | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index ebbd2ee..5eb4844 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -582,20 +582,6 @@ along with this program. If not, see | |||
582 | % \metapick[print]{titletext} | 582 | % \metapick[print]{titletext} |
583 | % \end{tcolorbox} | 583 | % \end{tcolorbox} |
584 | % | 584 | % |
585 | % \begin{comment} | ||
586 | % \begin{tcolorbox}[title=Notice to the Gentle Reader] | ||
587 | % The current state of this documentation covers the basics of | ||
588 | % \pkg{ekdosis}, namely what should be enough to start a new | ||
589 | % document and see how it works. v1.0 with a full documentation | ||
590 | % should be out by the end of July. Until then, there is a web | ||
591 | % page that can be accessed,\footnote{% | ||
592 | % \url{http://www.robertalessi.net/ekdosis}} with a mailing list | ||
593 | % that one can subscribe to and a section entitled | ||
594 | % \enquote{Literature} where one will find some slides and a paper | ||
595 | % submitted to a journal. | ||
596 | % \end{tcolorbox} | ||
597 | % \end{comment} | ||
598 | % | ||
599 | % \tableofcontents | 585 | % \tableofcontents |
600 | % \listoflistings | 586 | % \listoflistings |
601 | % | 587 | % |
@@ -2608,6 +2594,15 @@ argument of the | |||
2608 | % can be used to enable modulo line numbering as described above.\\ | 2594 | % can be used to enable modulo line numbering as described above.\\ |
2609 | % \DescribeMacro{\resetlinenumber} \cs{resetlinenumber}\oarg{n} resets | 2595 | % \DescribeMacro{\resetlinenumber} \cs{resetlinenumber}\oarg{n} resets |
2610 | % the line number to one or to \emph{n} if specified.\\ | 2596 | % the line number to one or to \emph{n} if specified.\\ |
2597 | % \DescribeMacro{\linenumberfont} | ||
2598 | % \cs{renewcommand}|{\linenumberfont}|\marg{commands} can be used to | ||
2599 | % set the font used for the line numbers that are printed in the | ||
2600 | % margins. By default, the definition is | ||
2601 | % \cs{normalfont}\cs{footnotesize}.\\ | ||
2602 | % \DescribeMacro{\linenumbersep} \cs{linenumbersep} is the distance | ||
2603 | % between the numbers and the margin. By default, this distance is set | ||
2604 | % to \unit[10]{pt}. It can be redefined like so: | ||
2605 | % \cs{setlength}\cs{linenumbersep}\marg{length}.\\ | ||
2611 | % \DescribeMacro{\linelabel} \DescribeMacro{\lineref} | 2606 | % \DescribeMacro{\linelabel} \DescribeMacro{\lineref} |
2612 | % \cs{linelabel}\marg{label} sets a line label that can be referred to | 2607 | % \cs{linelabel}\marg{label} sets a line label that can be referred to |
2613 | % with \cs{lineref}\marg{label}. | 2608 | % with \cs{lineref}\marg{label}. |
@@ -3463,6 +3458,7 @@ subtype="arabtex">'inna 'abI kAna mina | |||
3463 | % issue warnings if such labels contain invalid strings. | 3458 | % issue warnings if such labels contain invalid strings. |
3464 | % | 3459 | % |
3465 | % \paragraph{\texttt{TEI xml} Export Settings} | 3460 | % \paragraph{\texttt{TEI xml} Export Settings} |
3461 | % \label{ref:setteixmlexport} | ||
3466 | % \DescribeMacro{\SetTEIxmlExport} \cs{SetTEIxmlExport}\marg{csv list | 3462 | % \DescribeMacro{\SetTEIxmlExport} \cs{SetTEIxmlExport}\marg{csv list |
3467 | % of options} can be used in the preamble or at any point of the | 3463 | % of options} can be used in the preamble or at any point of the |
3468 | % document, except inside environments set to receive an apparatus | 3464 | % document, except inside environments set to receive an apparatus |
@@ -3811,7 +3807,8 @@ Sample text with a \textcolor{red}{word} in red. | |||
3811 | % speech.\footnote{See | 3807 | % speech.\footnote{See |
3812 | % \url{https://tei-c.org/release/doc/tei-p5-doc/en/html/TS.html}.} The | 3808 | % \url{https://tei-c.org/release/doc/tei-p5-doc/en/html/TS.html}.} The |
3813 | % technique applied below uses \cs{EnvtoTEI} conjointly with | 3809 | % technique applied below uses \cs{EnvtoTEI} conjointly with |
3814 | % \cs{SetTEIxmlExport}|{autopar=|\allowbreak|false}|:--- | 3810 | % \cs{SetTEIxmlExport}|{autopar=|\allowbreak|false}| described above |
3811 | % \vpageref{ref:setteixmlexport}:--- | ||
3815 | % | 3812 | % |
3816 | % \iffalse | 3813 | % \iffalse |
3817 | %<*example> | 3814 | %<*example> |