diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-30 23:32:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-30 23:32:20 +0000 |
commit | a9b7bc30b28ec77ad1e0de52a2193de4225ad780 (patch) | |
tree | 01189904cd2a1f556df47cb318544494d5816f6b /Master/texmf-dist/source | |
parent | 941dafb2214947be4fc65c82c4a73fe7add7bc2e (diff) |
xsavebox (30jan17)
git-svn-id: svn://tug.org/texlive/trunk@43098 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/xsavebox/xsavebox.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex b/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex index 32d0fdd1bf8..20e6f82e7ed 100644 --- a/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex +++ b/Master/texmf-dist/source/latex/xsavebox/xsavebox.tex @@ -132,6 +132,8 @@ Verbatim content can only be saved using the `\verb+xlrbox[*]+' environment. With \LaTeX{} in DVI mode and \XeLaTeX, box \emph{saving} commands should not be placed on a line of their own with empty lines above and below. For technical reasons this will produce an empty paragraph. Always place them at the beginning or at the end of a paragraph in the input file. Also, box saving commands cannot be placed in the document preamble with \LaTeX{} (DVI) and \XeLaTeX{}. +In a right-to-left typesetting context (RTL), the \verb+<content>+ argument should be enclosed in a pair of \verb+\beginR+ and \verb+\endR+ commands for correctly typesetting RTL text. + \subsection*{Referencing saved content} Previously saved content can be inserted with\\[-1.6\baselineskip] |