diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-26 22:25:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-26 22:25:51 +0000 |
commit | ad9f9da66a5459b5b58caf5de7af2309b97bf185 (patch) | |
tree | 446d2a36378f7cef941575c917993598e11e3915 /Master/texmf-dist/doc/latex/stackengine/stackengine.tex | |
parent | 1297f178ba3a3f477c3af759f9a281c91e4e79de (diff) |
stackengine (26sep13)
git-svn-id: svn://tug.org/texlive/trunk@31778 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/stackengine/stackengine.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/stackengine/stackengine.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/stackengine/stackengine.tex b/Master/texmf-dist/doc/latex/stackengine/stackengine.tex index 7aeacf2b2bc..a61771b421d 100644 --- a/Master/texmf-dist/doc/latex/stackengine/stackengine.tex +++ b/Master/texmf-dist/doc/latex/stackengine/stackengine.tex @@ -412,8 +412,8 @@ follows: The first item is at the top of the stack, farthest from the baseline, while the last item is the anchor of the stack. If an item (the contents of a single row) contains spaces, enclose the item in braces. -If the item ends with a macro, enclose the item in braces. While not -particularly intended for math mode (see \S\ref{s:mm} for more +If the item ends with a macro, enclose the item in braces. +If used in a mixed text/math mode (see \S\ref{s:mm} for more details), math items may be enclosed within dollar-sign delimiters. \bfseries Note that, because of the parsing algorithm, macros in the argument of \vb|\Shortstack| and \vb|\Longstack| may need to be @@ -1104,7 +1104,7 @@ alleviated). \begin{myverbbox}{\figa}\stackon{(a)}{\imga}\end{myverbbox}% \begin{myverbbox}{\figb}\stackunder{\imgb}{(b)}\end{myverbbox}% \begin{myverbbox}[\small]{\figc} -\Shortstack{{\imgi} (c1) {} {\imgi} (c2)} +\Shortstack{{\protect\imgi} (c1) {} {\protect\imgi} (c2)} \end{myverbbox}% \begin{myverbbox}% {\figd}\belowbaseline[0pt]{\stackunder{\imgi}{(d)}}\end{myverbbox}% @@ -1184,7 +1184,7 @@ package, {\ste} may not be the best package for math mode since there are many packages that already cater directly to the need to stack and align mathematical objects. However, if there is a need to use {\ste} there, because of its particular facility with -stacking gaps, there are several hints to remember. +stacking gaps and alignment, there are several hints to remember. \textsc{Hints for use in math mode:} (operating under \vb|\stackMath|) \stackMath @@ -1233,8 +1233,8 @@ will set their arguments as text, \item To set an argument in math style, it must be set between math delimiters. -\vb|\( y = \stackunder{\(a\)}{+} x\)|:\hfill -\( y = \stackunder{\(a\)}{+} x\) +\vb|\( y = \stackunder{$a$}{+} x\)|:\hfill +\( y = \stackunder{$a$}{+} x\) \item Each space-separated item of the argument to \vb|\Shortstack|, \vb|\Longstack|, and the corresponding understacks must each be enclosed |