summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/english/scrlayer-notecolumn.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english/scrlayer-notecolumn.tex')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/scrlayer-notecolumn.tex19
1 files changed, 14 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/scrlayer-notecolumn.tex b/Master/texmf-dist/source/latex/koma-script/doc/english/scrlayer-notecolumn.tex
index aba29286d6f..a181dd5780d 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/scrlayer-notecolumn.tex
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/scrlayer-notecolumn.tex
@@ -51,7 +51,7 @@
\translator{Markus Kohm\and Arndt Schubert}
-% Date of the translated German file: 2017-01-02
+% Date of the translated German file: 2017-02-08
\chapter{Note Columns with \Package{scrlayer-notecolumn}}
\labelbase{scrlayer-notecolumn}
@@ -386,7 +386,8 @@ package \Package{scrlayer-scrpage}\IndexPackage{scrlayer-scrpage} is
recommended, if you need more page styles.
\begin{Declaration}
- \Macro{makenote}\OParameter{note column name}\Parameter{note}
+ \Macro{makenote}\OParameter{note column name}\Parameter{note}\\
+ \Macro{makenote*}\OParameter{note column name}\Parameter{note}\\
\end{Declaration}
This command may be used to make a new \PName{note}. The current vertical
position is used as the vertical position of the start of the
@@ -427,10 +428,12 @@ should be used for the \PName{note}. The predefined note column
durchaus angebracht ist, sich vor der Weisheit
der Verfasser zu verbeugen.
\end{lstcode}
- Environment \DescRef{maincls.env.addmargin}\IndexEnv{addmargin}\textnote{column
+ Environment
+ \DescRef{maincls.env.addmargin}\IndexEnv{addmargin}\textnote{column
width by \DescRef{maincls.env.addmargin}}, which is described in
\autoref{sec:maincls.lists}, \DescPageRef{maincls.env.addmargin}, is
- used to reduce the width of the main text by the width of the section column.
+ used to reduce the width of the main text by the width of the section
+ column.
Here you can see one of the few problems of using
\Macro{makenote}. Because the mandatory argument will be written into a
@@ -452,7 +455,13 @@ is longer than the comment. If you would\textnote{Attention!} add one more
paragraph with one more section and comment, you may have the problem, that
the new command will be put immediately after the comment above and not after
the section. So the new section would move away from the corresponding
-comment. Next we will get a solution of this problem.%
+comment. Next we will get a solution of this problem.
+
+The\ChangedAt{v0.1.2583}{\Package{scrlayer-notecolumn}} problem with breaking
+commands, that has been mentioned in the example above, does not occur with
+the star variant \Macro{makenote*}. Is uses \Macro{detokenize} to avoid
+expansion of commands. But this means also that you should not use commands,
+which change their definition inside the document, in the \PName{note}.%
\EndIndexGroup