summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/xsavebox/xsavebox.tex')
-rw-r--r--Master/texmf-dist/source/latex/xsavebox/xsavebox.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex b/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex
index 245aedbdf8c..0d5e7247541 100644
--- a/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex
+++ b/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex
@@ -110,7 +110,7 @@ When content is converted into a Form XObject, it is clipped to its bounding box
\vspace{-1\baselineskip}
\hrulefill\\[-1\baselineskip]
-The main difference of these commands as compared to their standard \LaTeX{} counterparts without the leading `\verb+x+' is the way of naming boxes. The label \verb+<xsbox name>+ is an identifier that may be composed of arbitrary non-active characters, including spaces and numbers. A command for declaring a box register \verb+<xsbox name>+ does not exist.
+As for usage, the main difference of these commands as compared to their standard \LaTeX{} counterparts without the leading `\verb+x+' is the way of naming boxes. The label \verb+<xsbox name>+ is an identifier that may be composed of arbitrary non-active characters, such as letters, numbers, spaces, punctuation marks. A command for declaring a box register does not exist; \verb+<xsbox name>+ it is created upon using above-listed commands and environments. Also, an existing \verb+<xsbox name>+ can be re-used, which simply overwrites its old with new content. The package keeps track of box usage; the content of a box is only written to the output file if it is referenced at least once later in the document.
The \verb+[<width>]+ and \verb+[<position>]+ options have the same meaning as with \verb+\savebox+ and \verb+\makebox+. As usual, the additional length commands
\begin{Verbatim}
@@ -129,7 +129,7 @@ Note that
\begin{Verbatim}
\xsbox{image for frequent use}{\includegraphics{example}}
\end{Verbatim}
-is useful only in the \LaTeX{} $\rightarrow$ \verb+dvips+ $\rightarrow$ \verb+ps2pdf+ work-flow, as all other engines and back-ends already take care of preventing multiple graphics file inclusion.
+is particularly useful in the \LaTeX{} $\rightarrow$ \verb+dvips+ $\rightarrow$ \verb+ps2pdf+ work-flow. Although the other engines and back-ends already take care of preventing multiple graphics file inclusion, a noticeable reduction of compilation time will be achieved in general.
Verbatim content can only be saved using the `\verb+xlrbox[*]+' environment.