diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english/scrextend.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/doc/english/scrextend.tex | 41 |
1 files changed, 9 insertions, 32 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/scrextend.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/scrextend.tex index 05e7dea5eb5..5baf6701c96 100644 --- a/Master/texmf-dist/source/latex/koma-script/doc/english/scrextend.tex +++ b/Master/texmf-dist/source/latex/koma-script/doc/english/scrextend.tex @@ -1,6 +1,6 @@ % ====================================================================== % scrextend.tex -% Copyright (c) Markus Kohm, 2002-2012 +% Copyright (c) Markus Kohm, 2002-2013 % % This file is part of the LaTeX2e KOMA-Script bundle. % @@ -18,7 +18,7 @@ % This work consists of all files listed in manifest.txt. % ---------------------------------------------------------------------- % scrextend.tex -% Copyright (c) Markus Kohm, 2002-2012 +% Copyright (c) Markus Kohm, 2002-2013 % % Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz, % Version 1.3c, verteilt und/oder veraendert werden. @@ -45,10 +45,12 @@ % % ====================================================================== -\ProvidesFile{scrextend.tex}[2012/02/16 KOMA-Script package scrextend] +\KOMAProvidesFile{scrextend.tex} + [$Date: 2013-12-13 12:11:01 +0100 (Fr, 13. Dez 2013) $ + KOMA-Script package scrextend] \translator{Markus Kohm} -% Date of the translated German file: 2008/09/12 +% Date of the translated German file: 2013/05/31 \chapter{Making Basic Feature of the \KOMAScript{} Classes Available with Package \Package{scrextend} while Using Other Classes} @@ -62,7 +64,7 @@ classes \Class{book}, \Class{report}, and \Class{article}, but also for several features of the \KOMAScript{} class \Class{scrlttr2}, the successor of \Class{scrlettr}, that may be used for letters. These basic features, that may be found in the above-named classes, are also provided by package -\Package{scrextend} since \KOMAScript{} release~3.00. This package shouldn't +\Package{scrextend} since \KOMAScript{} release~3.00. This package should not be used together with a \KOMAScript{} class, but may be used together with many other classes. Package \Package{scrextend} would recognize, if it would be used with a \KOMAScript{} class, and would terminate with a warning message @@ -86,7 +88,7 @@ In difference to the above, only the \KOMAScript{} classes \Class{scrbook}, \Class{scrreprt}, and \Class{scrartcl} load package \Package{tocbasic} (see \autoref{cha:tocbasic} from \autopageref{cha:tocbasic}), that has been designed to be used by authors of classes and packages too. Because of this -\Package{scrextend} doesn't provide the features of this package. Nevertheless +\Package{scrextend} does not provide the features of this package. Nevertheless you may use \Package{tocbasic} together with \Package{scrextend}.% \fi @@ -157,31 +159,6 @@ argument of \Macro{usepackage}\OParameter{optional \LoadCommon{5}% \section{Text Markup} -With command \Macro{usekomafont} the current font style may be changed into -the font style, that has been defined for the given \PName{element}. - -\begin{Example} - Assumed, you want to print the document title in a serif font and with red - color. You may do this using: -\begin{lstcode} - \setkomafont{title}{\color{red}} -\end{lstcode} - Package \Package{color} or \Package{xcolor} will be needed for command - \lstinline|\color{red}|. The additional usage of \Macro{normalfont} is not - needed in this case, because it is already part of the definition of the - title itself. This\textnote{Attention!} example also needs option - \OptionValue{extendedfeature}{title} (see - \autoref{sec:scrextend.optionalFeatures}, - \autopageref{desc:scrextend.option.extendedfeature}). -\end{Example} -% -\EndIndex{Cmd}{setkomafont}% -\EndIndex{Cmd}{addtokomafont}% -\EndIndex{Cmd}{usekomafont}% -% -\EndIndex{}{font>style}% -\EndIndex{}{text>markup} - \LoadCommon{14} %\section{Document Title Pages} \LoadCommon{7}% \section{Detection of Odd and Even Pages} @@ -191,7 +168,7 @@ the font style, that has been defined for the given \PName{element}. One of the basic features of a document is the page style\Index[indexmain]{page>style}. Page style in \LaTeX{} means mainly header -and footer of the page. Package \Package{scrextend} doesn't define any page +and footer of the page. Package \Package{scrextend} does not define any page style, but it uses and expects the definition some page styles. |