diff options
author | Robert Alessi <alessi@robertalessi.net> | 2022-10-28 18:05:09 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2022-10-28 18:05:09 +0200 |
commit | a3422f818d7fff7b8b78a0b1b291fd15c34f229a (patch) | |
tree | b45efa8ef696162f83d3cb3439c2e60b97d80407 | |
parent | e7d0200bbbd6f291fc2a4a2e60c148fdbfb4ebf9 (diff) | |
download | ekdosis-a3422f818d7fff7b8b78a0b1b291fd15c34f229a.tar.gz |
updated documentation
-rw-r--r-- | ekdosis.dtx | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index aa85fc2..3313ad2 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -1340,13 +1340,14 @@ along with this program. If not, see | |||
1340 | % characters is reduced to allow for additional entries. As a | 1340 | % characters is reduced to allow for additional entries. As a |
1341 | % consequence of this rationale, the total number of entries on a | 1341 | % consequence of this rationale, the total number of entries on a |
1342 | % given page must not be too high. It is therefore advisable to use | 1342 | % given page must not be too high. It is therefore advisable to use |
1343 | % |layout=fitapp| conjointly with |maxentries| as described below on | 1343 | % |layout=fitapp| conjointly with |maxlines| or |maxentries| as |
1344 | % pages~\pageref{ref:glimit} and~\pageref{ref:maxentries} and in | 1344 | % described below on page~\pageref{ref:gmaxlines} (for |maxlines|), |
1345 | % \vref{sec:oscillating-problem}. | 1345 | % and on pages~\pageref{ref:glimit} and~\pageref{ref:maxentries} (for |
1346 | % \danger If used appropriately, this mechanism gives excellent | 1346 | % |maxentries|) and in \vref{sec:oscillating-problem}. \danger If |
1347 | % typographical results, notably with complex edition texts of which | 1347 | % used appropriately, this mechanism gives excellent typographical |
1348 | % the entries in the associated apparatus can be quite abundant in | 1348 | % results, notably with complex edition texts of which the entries |
1349 | % number. It may even put an end to the | 1349 | % in the associated apparatus can be quite abundant in number. It |
1350 | % may even put an end to the | ||
1350 | % \enquote{\hyperref[sec:oscillating-problem]{oscillating problem}} | 1351 | % \enquote{\hyperref[sec:oscillating-problem]{oscillating problem}} |
1351 | % in most of the cases. However, as suitable it may be for high | 1352 | % in most of the cases. However, as suitable it may be for high |
1352 | % quality typeset texts and final, camera-ready copies, its benefit | 1353 | % quality typeset texts and final, camera-ready copies, its benefit |
@@ -11130,7 +11131,8 @@ Sample text with a \textcolor{red}{word} in red. | |||
11130 | % the \pkg{verse} package. |\\+| causes a linebreak within a verse | 11131 | % the \pkg{verse} package. |\\+| causes a linebreak within a verse |
11131 | % line. In contrast to |\\>|, the subsequent line is not indented and | 11132 | % line. In contrast to |\\>|, the subsequent line is not indented and |
11132 | % complies to any already defined indent pattern. \cs{@vscentercr} | 11133 | % complies to any already defined indent pattern. \cs{@vscentercr} |
11133 | % must be redefined accordingly. | 11134 | % must be redefined accordingly. (Additionally, this command will be |
11135 | % patched below to allow for |maxlines| definition.) | ||
11134 | % \begin{macrocode} | 11136 | % \begin{macrocode} |
11135 | \ifboolexpr{bool {@pkg@poetry@verse} or bool {ekd@memoir@loaded}} | 11137 | \ifboolexpr{bool {@pkg@poetry@verse} or bool {ekd@memoir@loaded}} |
11136 | {\newcommand{\@vsifplus}[1]{\@ifnextchar +{\@firstoftwo{#1}}} | 11138 | {\newcommand{\@vsifplus}[1]{\@ifnextchar +{\@firstoftwo{#1}}} |
@@ -11153,7 +11155,7 @@ Sample text with a \textcolor{red}{word} in red. | |||
11153 | }{} | 11155 | }{} |
11154 | % \end{macrocode} | 11156 | % \end{macrocode} |
11155 | % \end{macro} | 11157 | % \end{macro} |
11156 | % A small patch is applied to the \pkg{verse} package, then | 11158 | % Two small patches are applied to the \pkg{verse} package, then |
11157 | % \env{ekdverse} is defined:--- | 11159 | % \env{ekdverse} is defined:--- |
11158 | % \begin{macrocode} | 11160 | % \begin{macrocode} |
11159 | \if@pkg@poetry@verse | 11161 | \if@pkg@poetry@verse |