summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/english/typearea-experts.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english/typearea-experts.tex')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/typearea-experts.tex61
1 files changed, 34 insertions, 27 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/typearea-experts.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/typearea-experts.tex
index 15bfc38d8dd..7a2d45bc612 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/typearea-experts.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/typearea-experts.tex
@@ -1,6 +1,6 @@
% ======================================================================
-% typearea.tex
-% Copyright (c) Markus Kohm, 2001-2012
+% typearea-experts.tex
+% Copyright (c) Markus Kohm, 2001-2013
%
% This file is part of the LaTeX2e KOMA-Script bundle.
%
@@ -17,8 +17,8 @@
%
% This work consists of all files listed in manifest.txt.
% ----------------------------------------------------------------------
-% typearea.tex
-% Copyright (c) Markus Kohm, 2001-2012
+% typearea-experts.tex
+% Copyright (c) Markus Kohm, 2001-2013
%
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
% Version 1.3c, verteilt und/oder veraendert werden.
@@ -45,31 +45,33 @@
%
% ======================================================================
-\ProvidesFile{typearea-experts.tex}[2012/04/17 KOMA-Script guide (chapter: typearea)]
+\KOMAProvidesFile{typearea-experts.tex}
+ [$Date: 2013-12-13 12:11:01 +0100 (Fr, 13. Dez 2013) $
+ KOMA-Script guide (chapter: typearea)]
\translator{Markus Kohm\and Gernot Hassenpflug}
-% Date of the translated German file: 2012/04/17
+% Date of the translated German file: 2013/05/31
\chapter{Additional Information about package \Package{typearea}}
\labelbase{typearea-experts}
This chapter gives additional information about package
\Package{typearea}. \iffree{Some parts of the chapter are subject to the
- \KOMAScript{} book \cite{book:komascript} only. This shouldn't be a problem,
- because the}{The} average user, who only want to use the package, won't need
-the information, that is addressed to users with non-standard requirements or
-who want to write their own packages using \Package{typearea}. Another part of
-the information describes features of \Package{typearea} that exist only
-because of compatibility to former releases of \KOMAScript{} or the standard
-classes. The features, that exist only because of compatibility to former
-\KOMAScript{} releases, are printed with a sans serif font. You shouldn't use
-them any longer.
+ \KOMAScript{} book \cite{book:komascript} only. This should not be a
+ problem, because the}{The} average user, who only want to use the package,
+does not need the information that is addressed to users with non-standard
+requirements or who want to write their own packages using
+\Package{typearea}. Another part of the information describes features of
+\Package{typearea} that exist only because of compatibility to former releases
+of \KOMAScript{} or the standard classes. The features, that exist only
+because of compatibility to former \KOMAScript{} releases, are printed with a
+sans serif font. You should not use them any longer.
\section{Expert Commands}
\label{sec:typearea-experts.experts}
-This section describes commands, that aren't of interest for average
+This section describes commands that are not of interest for average
users. Nevertheless these commands provide additional features for
experts. Because the information is addressed to experts it's condensed.
@@ -96,7 +98,7 @@ after usage of \Macro{activateareas}. Moreover all changes of
\Macro{storeareas}\Parameter{\Macro{command}}
\end{Declaration}
\BeginIndex{Cmd}{storearea}%
-With \Macro{storeareas} a \PName{\Macro{command}} will be defined, that may be
+With \Macro{storeareas} a \PName{\Macro{command}} will be defined that may be
used to restore all current settings of typing area and margins. This provides
to store the current settings, change them, do anything with valid changed
settings and restore the previous settings afterwards.
@@ -108,21 +110,25 @@ settings and restore the previous settings afterwards.
\documentclass[pagesize]{scrartcl}
\begin{document}
- \rule{\textwidth}{\textheight}
+ \noindent\rule{\textwidth}{\textheight}
\storeareas\MySavedValues
\KOMAoptions{paper=landscape,DIV=current}
- \rule{\textwidth}{\textheight}
+ \noindent\rule{\textwidth}{\textheight}
\clearpage
\MySavedValues
- \rule{\textwidth}{\textheight}
+ \noindent\rule{\textwidth}{\textheight}
\end{document}
\end{lstcode}
Command \Macro{clearpage}\textnote{Attention} before calling
\Macro{MySavedValues} is important to restore the saved values at the next
page.
\end{Example}
+In the example \Macro{noindent} has been used to avoid the paragraph indent of
+the black boxes. Without these commands the boxes would not show the
+typing area correctly.
+
Please note\textnote{Attention!} that neither \Macro{storeareas} nor the
defined \PName{\Macro{command}} should be used inside a group. Internally
\Macro{newcommand}\IndexCmd{newcommand*}\important{\Macro{newcommand*}} is
@@ -143,13 +149,14 @@ These commands manage \emph{hooks}. \Macro{AfterCalculatingTypearea} and it's
star version provide experts to execute \PName{instructions} every time
\Package{typearea} has recalculated the typing area and margins either
implicitly or because of an explicit usage of \Macro{typearea}. Similar
-\Macro{AfterSettingArea} and it's star version provide execution of
-\PName{instructions} every time \Macro{areaset} has been used. While normal
-versions work globally the influence of the star versions is only
-local. The \PName{instructions} will be executed instantly before execution of
-\Macro{activateareas}.\iffree{}{ In \autoref{cha:modernletters}
- \Macro{AfterCalculatingTypearea} will be used in letter class option
- \File{asymTypB.lco} to change the division of the margins.}%
+\Macro{AfterSettingArea}\ChangedAt{v3.11}{\Package{typearea}} and it's star
+version provide execution of \PName{instructions} every time \Macro{areaset}
+has been used. While normal versions work globally the influence of the star
+versions is only local. The \PName{instructions} will be executed instantly
+before execution of \Macro{activateareas}.\iffree{}{ In
+ \autoref{cha:modernletters} \Macro{AfterCalculatingTypearea} will be used in
+ letter class option \File{asymTypB.lco} to change the division of the
+ margins.}%
%
\EndIndex{Cmd}{AfterCalculatingTypearea}