summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/english/common-footnotes.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english/common-footnotes.tex')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/common-footnotes.tex45
1 files changed, 41 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/common-footnotes.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/common-footnotes.tex
index c7c3e5b77c4..a99f9abb53d 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/common-footnotes.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/common-footnotes.tex
@@ -46,11 +46,11 @@
% ======================================================================
\KOMAProvidesFile{common-footnotes.tex}
- [$Date: 2017-01-02 13:30:07 +0100 (Mon, 02 Jan 2017) $
+ [$Date: 2017-04-13 09:48:05 +0200 (Thu, 13 Apr 2017) $
KOMA-Script guide (common paragraphs: Footnotes)]
\translator{Markus Kohm\and Krickette Murabayashi}
-% Date of the translated German file: 2017-01-02
+% Date of the translated German file: 2017-04-13
\section{Footnotes}
\seclabel{footnotes}%
@@ -404,7 +404,9 @@ Default setting is no change in the font.%
With \Package{scrextend} the elements may change the fonts only if the
footnotes are handled by the package, i.\,g., after using
\Macro{deffootnote}.%
-}{}%
+}{} Please don't misuse the element for other purpose, i.e., to use ragged
+right footnotes (see also \DescRef{\LabelBase.cmd.raggedfootnote},
+\DescPageRef{\LabelBase.cmd.raggedfootnote}).
\BeginIndex{FontElement}{footnotereference}%
\LabelFontElement{footnotereference}%
@@ -528,9 +530,44 @@ of the rule may be changed using the commands
font or color. For color changes a color package like
\Package{xcolor}\IndexPackage{xcolor}\important{\Package{xcolor}} would be
needed.%
-%
\EndIndexGroup
\EndIndexGroup
+
+\begin{Declaration}
+ \Macro{raggedfootnote}
+\end{Declaration}
+The default%
+\IfThisCommonLabelBase{maincls}{%
+ \ChangedAt{v3.23}{\Class{scrbook}\and \Class{scrreprt}\and
+ \Class{scrartcl}}%
+}{%
+ \IfThisCommonLabelBase{scrlttr2}{%
+ \ChangedAt{v3.23}{\Class{scrlttr2}}%
+ }{%
+ \IfThisCommonLabelBase{scrextend}{%
+ \ChangedAt{v3.23}{\Package{scrextend}}%
+ }{}%
+ }%
+} %
+for the alignment of footnotes in \KOMAScript{} is justified, same as the
+default in the standard classes. But \KOMAScript{} provides
+\Macro{raggedfootnote} to change this default. Valid definitions of
+\Macro{raggedfootnote} would be \Macro{raggedright}\IndexCmd{raggedright},
+\Macro{raggedleft}\IndexCmd{raggedleft},
+\Macro{centering}\IndexCmd{centering}, \Macro{relax}\IndexCmd{relax} or the
+empty definition, which is the default. You can also use the alignment
+commands of package \Package{ragged2e}\IndexPackage{ragged2e} (see
+\cite{package:ragged2e}).
+
+\begin{Example}
+ Assuming you are using footnotes only to show informations with very large
+ links that cannot be printed justified accommdatingly. You can use
+\begin{lstcode}
+ \let\raggedfootnote\raggedright
+\end{lstcode}
+ in your document preamble to switch to ragged-right footnotes.
+\end{Example}%
+\EndIndexGroup
%
\EndIndexGroup