diff options
Diffstat (limited to 'ekdosis.dtx')
-rw-r--r-- | ekdosis.dtx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index 077508d..b5622a2 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -2765,7 +2765,7 @@ texts=latin[xml:lang="la"]+\textcolor{red}{;}+ | |||
2765 | % \cs{footnoteruletrue} leaves it untouched. The latter is set by | 2765 | % \cs{footnoteruletrue} leaves it untouched. The latter is set by |
2766 | % default. | 2766 | % default. |
2767 | % \begin{macrocode} | 2767 | % \begin{macrocode} |
2768 | \def\ekd@default@rule{\rule{2truein}{0.5pt}} | 2768 | \def\ekd@default@rule{\rule{0.4\columnwidth}{0.4pt}} |
2769 | \newif\iffootnoterule | 2769 | \newif\iffootnoterule |
2770 | \footnoteruletrue | 2770 | \footnoteruletrue |
2771 | \let\dflt@footnoterule\footnoterule | 2771 | \let\dflt@footnoterule\footnoterule |
@@ -2785,7 +2785,7 @@ texts=latin[xml:lang="la"]+\textcolor{red}{;}+ | |||
2785 | % \end{macro} | 2785 | % \end{macro} |
2786 | % \begin{macro}{\SetDefaultRule} | 2786 | % \begin{macro}{\SetDefaultRule} |
2787 | % By default, \pkg{ekdosis} draws separating rules the definition of | 2787 | % By default, \pkg{ekdosis} draws separating rules the definition of |
2788 | % which is |\rule{2truein}{0.5pt}|. This can be changed in the | 2788 | % which is |\rule{0.4\columnwidth}{0.4pt}|. This can be changed in the |
2789 | % preamble or at any point of the document with | 2789 | % preamble or at any point of the document with |
2790 | % \cs{SetDefaultRule}\marg{\allowbreak{}rule definition}. Leaving this | 2790 | % \cs{SetDefaultRule}\marg{\allowbreak{}rule definition}. Leaving this |
2791 | % argument empty as in \cs{SetDefaultRule}|{}| removes the rule. | 2791 | % argument empty as in \cs{SetDefaultRule}|{}| removes the rule. |