diff options
-rw-r--r-- | ekdosis.dtx | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index 111a1b9..3196903 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -4438,9 +4438,10 @@ argument of the | |||
4438 | % | 4438 | % |
4439 | % \DescribeMacro{\SetFootnotes} \newfeature[v1.5] | 4439 | % \DescribeMacro{\SetFootnotes} \newfeature[v1.5] |
4440 | % \cs{SetFootnotes}\marg{csv list of footnote settings} can be used | 4440 | % \cs{SetFootnotes}\marg{csv list of footnote settings} can be used |
4441 | % either in the preamble or at any point of the document \emph{as long | 4441 | % either in the preamble or at any point of the document. However, the |
4442 | % it is inserted outside the \env{alignment} environment}. This | 4442 | % options for regular footnotes must be set outside the |
4443 | % command accepts the following list of |key-value| optional | 4443 | % \env{alignment} environment. This command accepts the following list |
4444 | % of |key-value| optional | ||
4444 | % arguments:---\\ | 4445 | % arguments:---\\ |
4445 | % \DescribeOption{layout} \phts\label{ref:setfootnotes-layout} | 4446 | % \DescribeOption{layout} \phts\label{ref:setfootnotes-layout} |
4446 | % |layout|$=$\verb+default|column|page|merge+ | 4447 | % |layout|$=$\verb+default|column|page|merge+ |
@@ -4482,7 +4483,15 @@ argument of the | |||
4482 | % inserted in the \env{alignment} environment, the following options | 4483 | % inserted in the \env{alignment} environment, the following options |
4483 | % apply to both the \env{alignment} and \env{ekdosis} environments. | 4484 | % apply to both the \env{alignment} and \env{ekdosis} environments. |
4484 | % | 4485 | % |
4485 | % \DescribeMacro{\SetFootnotes} (\emph{Continued from above})\\ | 4486 | % \DescribeMacro{\SetFootnotes} (\emph{Continued from above}) Unlike |
4487 | % the options for regular footnotes, those for footnotes combined into | ||
4488 | % a single paragraph can be set at any point of the | ||
4489 | % document. | ||
4490 | % \danger It is however not recommended to use \cs{SetFoonotes} in | ||
4491 | % environments to be transcribed into \texttt{TEI xml}. The way to | ||
4492 | % restrict the effect of this command to one of the defined | ||
4493 | % environments is to use \cs{AtBeginEnvironment} as described in | ||
4494 | % \vref{sec:alignment-hooks}.\\ | ||
4486 | % \DescribeOption{layout}|layout=paragraph| | 4495 | % \DescribeOption{layout}|layout=paragraph| |
4487 | % \hfill\tcboxverb{Default: not set}\\ | 4496 | % \hfill\tcboxverb{Default: not set}\\ |
4488 | % |layout=paragraph| comes in addition to the other three values | 4497 | % |layout=paragraph| comes in addition to the other three values |