summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.tex')
-rw-r--r--Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.tex21
1 files changed, 9 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.tex b/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.tex
index c7679ea0d19..5534cd5e4a8 100644
--- a/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.tex
+++ b/Master/texmf-dist/doc/latex/verbatimbox/verbatimbox.tex
@@ -1,5 +1,4 @@
\documentclass{article}
-\def\version{3.11}
% Copyright 2013 Steven B. Segletes
%
% This work may be distributed and/or modified under the
@@ -78,7 +77,7 @@ for adding vertical buffer around an object.
\rule{0em}{2.7em}\large Steven B. Segletes\\
steven.b.segletes.civ@mail.mil\\
\rule{0em}{1.7em}\today\\
-v\version
+\verbatimboxVersionNumber
\end{center}
\section{Description and Commands}
@@ -348,21 +347,19 @@ adding negative buffer \verb|\fbox{\addvbuffer[-5pt -5pt]{A test}}|:
This ability to work on a variety of objects makes {\avb} a powerful
command in many applications.
-When length variables are being used in the optional argument to
-\verb|\addvbuffer|, one must use the string form of them (prefixed with
-\verb|\the|), as in
+\textbf{ATTENTION. This paragraph represents a change as of V3.11, and
+can break backward compatibilty}.
+Likewise, if two length variables are to be used in the optional
+argument, the two lengths must be separately braced, with a space in between:
\begin{verbatim}
- \addvbuffer[\the\mysep]{A test}
+ \fbox{\addvbuffer[{\baselineskip} {.5\baselineskip}]{A test}}
\end{verbatim}
-Likewise, if two length variables are to be used in the optional
-argument, an explicit space (backslash space) must be used to separate
-the arguments:
+\rl\fbox{\addvbuffer[{\baselineskip} {.5\baselineskip}]{A test}}
-\begin{verbatim}
- \addvbuffer[\the\mytopsep\ \the\mybottomsep]{A test}
-\end{verbatim}
+{\bfseries One may no longer use a ``\verb|\ |'' hard space to separate the
+two arguments.}
\subsection{The ``nobox'' Alternatives}