summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/english/common-5.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english/common-5.tex')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/common-5.tex139
1 files changed, 123 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/common-5.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/common-5.tex
index f1617a84f6c..967379068ef 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/common-5.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/common-5.tex
@@ -1,6 +1,6 @@
% ======================================================================
% common-5.tex
-% Copyright (c) Markus Kohm, 2001-2014
+% Copyright (c) Markus Kohm, 2001-2015
%
% This file is part of the LaTeX2e KOMA-Script bundle.
%
@@ -18,7 +18,7 @@
% This work consists of all files listed in manifest.txt.
% ----------------------------------------------------------------------
% common-5.tex
-% Copyright (c) Markus Kohm, 2001-2014
+% Copyright (c) Markus Kohm, 2001-2015
%
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
% Version 1.3c, verteilt und/oder veraendert werden.
@@ -46,17 +46,22 @@
% ======================================================================
\KOMAProvidesFile{common-5.tex}
- [$Date: 2014-06-25 16:38:45 +0200 (Wed, 25 Jun 2014) $
+ [$Date: 2015-01-28 11:03:48 +0100 (Wed, 28 Jan 2015) $
KOMA-Script guide (common paragraphs)]
\translator{Gernot Hassenpflug\and Markus Kohm\and Krickette Murabayashi}
-% Date of the translated German file: 2014/06/25
+% Date of the translated German file: 2014/12/10
\makeatletter
\@ifundefined{ifCommonmaincls}{\newif\ifCommonmaincls}{}%
\@ifundefined{ifCommonscrextend}{\newif\ifCommonscrextend}{}%
\@ifundefined{ifCommonscrlttr}{\newif\ifCommonscrlttr}{}%
\@ifundefined{ifIgnoreThis}{\newif\ifIgnoreThis}{}%
+\@ifundefined{ifCommonscrlayer-scrpage}{%
+ \expandafter\newif\csname ifCommonscrlayer-scrpage\endcsname
+}{}
+\expandafter\let\expandafter\ifCommonscrlayerscrpage
+\csname ifCommonscrlayer-scrpage\endcsname
\makeatother
@@ -79,6 +84,7 @@ supported. More information about the standard font facilities may be found at
\cite{lshort}, \cite{latex:usrguide}, and \cite{latex:fntguide}.
+\ifCommonscrlayerscrpage\else
\begin{Declaration}
\Macro{textsuperscript}\Parameter{Text}\\
\Macro{textsubscript}\Parameter{Text}
@@ -91,8 +97,7 @@ superscript\Index{text>superscript}\Index{superscript} text. Unfortunately,
{\LaTeX} itself does not offer a command to produce text in
subscript\Index{text>subscript}\Index{subscript} instead of
superscript\Index{text>superscript}\Index{superscript}. {\KOMAScript}
-defines \Macro{textsubscript} for this purpose.
-
+defines \Macro{textsubscript} for this purpose. %
\IfCommon{scrlttr2}{You may find an example of usage at
\autoref{sec:maincls.textmarkup},
\autopageref{desc:maincls.textsubscript.example}.}
@@ -161,6 +166,7 @@ geschweifte Klammern gesetzt wurden.%
%
\EndIndex{Cmd}{textsuperscript}%
\EndIndex{Cmd}{textsubscript}%
+\fi% \ifCommonscrlayerscrpage
\begin{Declaration}
@@ -196,26 +202,29 @@ command merely extends an existing definition. It is recommended to not use
both commands inside the document body, but only in the document preamble.
Usage examples can be found in the paragraphs on the corresponding element.
\fi %**************************************** End long version (not maincls) *
-Names and meanings of the individual items are listed in %
-\IfNotCommon{scrextend}{\autoref{tab:\csname
- label@base\endcsname.elementsWithoutText}}%
+Names\IfCommon{scrlayer-scrpage}{, defaults,} and meanings of the individual
+items are listed in %
+\IfNotCommon{scrextend}{\IfNotCommon{scrlayer-scrpage}{\autoref{tab:\csname
+ label@base\endcsname.elementsWithoutText}}}%
\IfCommon{scrextend}{\autoref{tab:maincls.elementsWithoutText},
\autopageref{tab:maincls.elementsWithoutText}}%
+\IfCommon{scrlayer-scrpage}{\autoref{tab:scrlayer-scrpage.fontelements}
+%, \autopageref{tab:scrlayer-scrpage.fontelements}
+}%
. %
\IfCommon{scrextend}{However only the listed elements for the document title,
dicta, footnotes, and the \Environment{labeling} environment are
supported. Though element \FontElement{disposition} exists, it will also be
used for the document title only. This has been done for compatibility with
the \KOMAScript{} classes. }%
-The default values are shown in the corresponding paragraphs.
+\IfNotCommon{scrlayer-scrpage}{The default values are shown in the
+ corresponding paragraphs.}%
\ifIgnoreThis %++++++++++++++++++++++++++++++++++++ short version (maincls) +
\else %----------------------------------------- long version (not maincls) -
With command \Macro{usekomafont} the current font style may be changed into
-the font style of the selected \PName{element}.
-%
+the font style of the selected \PName{element}.%
\ifCommonmaincls %++++++++++++++++++++++++++++++++++++++++++++ maincls only +
-%
\begin{Example}
\phantomsection\label{desc:maincls.setkomafont.example}%
Assume that you want to use for the element \FontElement{captionlabel} the
@@ -407,10 +416,10 @@ the font style of the selected \PName{element}.
\end{Example}
\fi %************************************************ end of scrextend only *
\ifCommonscrlttr %+++++++++++++++++++++++++++++++++++++++++++ scrlttr2 only +
+\par
A general example for the usage of \Macro{setkomafont} and \Macro{usekomafont}
may be found in \autoref{sec:maincls.textmarkup} at
-\autopageref{desc:maincls.setkomafont.example}.
-%
+\autopageref{desc:maincls.setkomafont.example}.%
\fi %************************************************* End of scrlttr2 only *
\fi %*************************************** End long version (not maincls) *
\ifCommonscrlttr % ++++++++++++++++++++++++++++++++++++++++++ scrlttr2 only +
@@ -521,9 +530,105 @@ may be found in \autoref{sec:maincls.textmarkup} at
\autopageref{desc:scrlttr2.variable.toname})}%
\end{desclist}
\fi %************************************************* End of scrlttr2 only *
+\ifCommonscrlayerscrpage % ++++++++++++++++++++++++++ nur scrlayer-scrpage +
+\begin{desclist}
+ \desccaption[{Alphabetical list of elements whose font can be changed in
+ \Class{scrlayer-scrpage} using the commands \Macro{setkomafont} and
+ \Macro{addtokomafont}}]%
+ {Alphabetical list of elements whose font can be changed in
+ \Class{scrlayer-scrpage} using the commands \Macro{setkomafont} and
+ \Macro{addtokomafont}%
+ \label{tab:scrlayer-scrpage.fontelements}%
+ }%
+ {Elements whose font can be changed (\emph{Fortsetzung})}%
+ \feentry{footbotline}{%
+ Horizontal line below the foot of a page style defined using
+ \Package{scrlayer-scrpage} (see
+ \autoref{sec:scrlayer-scrpage.pagestyle.content},
+ \autopageref{desc:scrlayer-scrpage.fontelement.footbotline}). The font of
+ the element will be used after \Macro{normalfont}\IndexCmd{normalfont} and
+ after elements
+ \FontElement{pageheadfoot}\IndexFontElement{pageheadfoot} and
+ \FontElement{pagefoot}\IndexFontElement{pagefoot}. It is recommended to
+ use the element for colour changes only.\par
+ Default: \emph{leer}%
+ }%
+ \feentry{footsepline}{%
+ Horizontal line above the foot of a page style defined using
+ \Package{scrlayer-scrpage} (see
+ \autoref{sec:scrlayer-scrpage.pagestyle.content},
+ \autopageref{desc:scrlayer-scrpage.fontelement.footsepline}). The font of
+ the element will be used after \Macro{normalfont}\IndexCmd{normalfont} and
+ after elements
+ \FontElement{pageheadfoot}\IndexFontElement{pageheadfoot} and
+ \FontElement{pagefoot}\IndexFontElement{pagefoot}. It is recommended to
+ use the element for colour changes only.\par
+ Default: \emph{leer}%
+ }%
+ \feentry{headsepline}{%
+ Horizontal line below the head of a page style defined using
+ \Package{scrlayer-scrpage} (see
+ \autoref{sec:scrlayer-scrpage.pagestyle.content},
+ \autopageref{desc:scrlayer-scrpage.fontelement.headsepline}). The font of
+ the element will be used after \Macro{normalfont}\IndexCmd{normalfont} and
+ after elements
+ \FontElement{pageheadfoot}\IndexFontElement{pageheadfoot} and
+ \FontElement{pagehead}\IndexFontElement{pagehead}. It is recommended to
+ use the element for colour changes only.\par
+ Default: \emph{leer}%
+ }%
+ \feentry{headtopline}{%
+ Horizontal line below the head of a page style defined using
+ \Package{scrlayer-scrpage} (see
+ \autoref{sec:scrlayer-scrpage.pagestyle.content},
+ \autopageref{desc:scrlayer-scrpage.fontelement.headtopline}). The font of
+ the element will be used after \Macro{normalfont}\IndexCmd{normalfont} and
+ after elements
+ \FontElement{pageheadfoot}\IndexFontElement{pageheadfoot} and
+ \FontElement{pagehead}\IndexFontElement{pagehead}. It is recommended to
+ use the element for colour changes only.\par
+ Default: \emph{leer}%
+ }%
+ \feentry{pagefoot}{%
+ Content of the foot of a page style defined using
+ \Package{scrlayer-scrpage} (see
+ \autoref{sec:scrlayer-scrpage.predefined.pagestyles},
+ \autopageref{desc:scrlayer-scrpage.fontelement.pagefoot}). The font of
+ the element will be used after \Macro{normalfont}\IndexCmd{normalfont} and
+ after elements
+ \FontElement{pageheadfoot}\IndexFontElement{pageheadfoot}.\par
+ Default: \emph{leer}%
+ }%
+ \feentry{pagehead}{%
+ Content of the head of a page style defined using
+ \Package{scrlayer-scrpage} (see
+ \autoref{sec:scrlayer-scrpage.predefined.pagestyles},
+ \autopageref{desc:scrlayer-scrpage.fontelement.pagehead}). The font of
+ the element will be used after \Macro{normalfont}\IndexCmd{normalfont} and
+ after elements
+ \FontElement{pageheadfoot}\IndexFontElement{pageheadfoot}.\par
+ Default: \emph{leer}%
+ }%
+ \feentry{pageheadfoot}{%
+ Content of the head or foot of a page style defined using
+ \Package{scrlayer-scrpage} (see
+ \autoref{sec:scrlayer-scrpage.predefined.pagestyles},
+ \autopageref{desc:scrlayer-scrpage.fontelement.pageheadfoot}). The font of
+ the element will be used after \Macro{normalfont}\IndexCmd{normalfont}.\par
+ Default: \Macro{normalcolor}\Macro{slshape}%
+ }%
+ \feentry{pagenumber}{%
+ The pagination of \Macro{pagemark} (see
+ \autoref{sec:scrlayer-scrpage.predefined.pagestyles},
+ \autopageref{desc:scrlayer-scrpage.fontelement.pagenumber}). If you
+ redefine \Macro{pagemark} you have to make sure that the redefinition
+ contains the required\Macro{usekomafont}\PParameter{pagenumber}!\par
+ Default: \Macro{normalfont}%
+ }%
+\end{desclist}
+\fi % ****************************************** Ende nur scrlayer-scrpage *
\ifIgnoreThis %++++++++++++++++++++++++++++++++++++ short version (maincls) +
\else %----------------------------------------- long version (not maincls) -
-%
\EndIndex{Cmd}{setkomafont}%
\EndIndex{Cmd}{addtokomafont}%
\EndIndex{Cmd}{usekomafont}%
@@ -568,6 +673,8 @@ size and the baseline skip.%
%%% Local Variables:
%%% mode: latex
+%%% mode: flyspell
%%% coding: us-ascii
+%%% ispell-local-dictionary: "en_GB"
%%% TeX-master: "../guide"
%%% End: