summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/settobox.dtx
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-11-16 11:24:40 +0000
committerNorbert Preining <preining@logic.at>2007-11-16 11:24:40 +0000
commit55ae6e504d04d806c4c5ac253dedb98196fc1c35 (patch)
tree5200a08eba158000f26a357a2a54a0923dd189de /Master/texmf-dist/source/latex/oberdiek/settobox.dtx
parenta7dfc63af349a5ea5fb37b110f584cc878308ea7 (diff)
oberdiek update 11/11
git-svn-id: svn://tug.org/texlive/trunk@5458 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/settobox.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/settobox.dtx34
1 files changed, 21 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/settobox.dtx b/Master/texmf-dist/source/latex/oberdiek/settobox.dtx
index c9cf4d226e8..158d69672e6 100644
--- a/Master/texmf-dist/source/latex/oberdiek/settobox.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/settobox.dtx
@@ -75,6 +75,7 @@
\keepsilent
\askforoverwritefalse
+\let\MetaPrefix\relax
\preamble
This is a generated file.
@@ -100,6 +101,7 @@ and the derived files
settobox-example.tex.
\endpreamble
+\let\MetaPrefix\DoubleperCent
\generate{%
\file{settobox.ins}{\from{settobox.dtx}{install}}%
@@ -118,6 +120,10 @@ and the derived files
\Msg{*}
\Msg{* settobox.sty}
\Msg{*}
+\Msg{* And install the following script file:}
+\Msg{*}
+\Msg{* }
+\Msg{*}
\Msg{* To produce the documentation run the file `settobox.drv'}
\Msg{* through LaTeX.}
\Msg{*}
@@ -135,7 +141,7 @@ and the derived files
\ProvidesFile{settobox.drv}%
[2007/04/11 v1.3 Getting box sizes (HO)]%
\documentclass{ltxdoc}
-\usepackage{holtxdoc}[2007/10/21]
+\usepackage{holtxdoc}[2007/11/11]
\usepackage{calc}
\usepackage{settobox}
\begin{document}
@@ -249,6 +255,7 @@ and the derived files
%
% \begin{macrocode}
%<*example>
+%<<END
\documentclass{article}
\usepackage{settobox}
@@ -261,18 +268,18 @@ and the derived files
\setlength{\parskip}{10pt}
\pagestyle{empty}
- % \test{#1}
- % The macro is called with commands in #1 that manipulates
- % the box \mybox. These commands along with the result of
- % the manipulation is shown. Thus the essence of the
- % macro is:
- %
- % a) \sbox{\mybox}{The cracy fox.}
- % b) #1 % manipulates \mybox
- % c) Print #1 commands.
- % d) Print box with frame
- %
- % The implemenation looks more weird:
+% \test{#1}
+% The macro is called with commands in #1 that manipulates
+% the box \mybox. These commands along with the result of
+% the manipulation is shown. Thus the essence of the
+% macro is:
+%
+% a) \sbox{\mybox}{The cracy fox.}
+% b) #1 % manipulates \mybox
+% c) Print #1 commands.
+% d) Print box with frame
+%
+% The implemenation looks more weird:
\makeatletter
\newcommand*{\test}[1]{%
\par
@@ -320,6 +327,7 @@ and the derived files
}
\end{document}
+%END
%</example>
% \end{macrocode}
%