diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-08 23:44:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-08 23:44:15 +0000 |
commit | 6db53996116b2b6e54017be4b8f850ad6abbe7bf (patch) | |
tree | 1d4fe9a77f93a39d59318a5f223e170cf27782ff /Master/texmf-dist/doc/latex | |
parent | 92f13c38adca9511a17969f8efde0f4d0e6e5f3a (diff) |
stackengine (8nov13)
git-svn-id: svn://tug.org/texlive/trunk@32100 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/stackengine/stackengine.pdf | bin | 376590 -> 348457 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/stackengine/stackengine.tex | 34 |
2 files changed, 20 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/stackengine/stackengine.pdf b/Master/texmf-dist/doc/latex/stackengine/stackengine.pdf Binary files differindex 6ede5bb37a7..b1859d14e06 100644 --- a/Master/texmf-dist/doc/latex/stackengine/stackengine.pdf +++ b/Master/texmf-dist/doc/latex/stackengine/stackengine.pdf diff --git a/Master/texmf-dist/doc/latex/stackengine/stackengine.tex b/Master/texmf-dist/doc/latex/stackengine/stackengine.tex index b46c362923f..c9772b1a514 100644 --- a/Master/texmf-dist/doc/latex/stackengine/stackengine.tex +++ b/Master/texmf-dist/doc/latex/stackengine/stackengine.tex @@ -34,18 +34,15 @@ baseline changes, \textit{etc.}\\ \rule{0em}{2.7em}\large Steven B. Segletes\\ steven.b.segletes.civ@mail.mil\\ \rule{0em}{1.7em}\today\\ -\stackengineversionnumber a% -\footnote{V3.21a alters only the documentation. V3.21 of -\textsf{stackengine.sty} is still current.}% THE "a" IS FOR V3.21 ONLY -% TO DENOTE DOCUMENTATION CHANGES ONLY +\stackengineversionnumber% \end{center} %\tableofcontents \sffamily% -New! A sectional index for this package is found in \S\ref{s:index}. +A sectional index for this package is found in \S\ref{s:index}. -Note: See \S\ref{s:bc} for details on a small syntax change in V2.0. +Note: See \S\ref{s:bc} for details on backward compatibility. \rmfamily% \section{Definitions and Terms} @@ -1364,12 +1361,12 @@ The author of this package profoundly apologizes for the fact that the syntax of this package changed between versions 1.0 and 2.0 of this package. -In version 1.0 of this package, stackgaps could be directly defined by -setting the \LaTeX{} lengths \vb|\Sstackgap| and \vb|\Lstackgap|. -The problem with this approach is that, under fontsize changes, these -stackgaps were not automatically updated to reflect the new fontsize. -As of V2.0, that deficiency was remedied. The syntax that replaces -these length specifications is +In\margcmd{setstackgap} version 1.0 of this package, stackgaps could be +directly defined by setting the \LaTeX{} lengths \vb|\Sstackgap| and +\vb|\Lstackgap|. The problem with this approach is that, under fontsize +changes, these stackgaps were not automatically updated to reflect the +new fontsize. As of V2.0, that deficiency was remedied. The syntax +that replaces these length specifications is \itshape \vb| \setstackgap{S}{|inter-item stackgap\vb|}|\\ @@ -1381,7 +1378,8 @@ instead \vb|\def|s), and cannot be set via the \vb|\Sstackgap=...| or \vb|\setlength{\Sstackgap}{...}| syntax. It is these settings which will need to be revised to modernize older code. -While not encouraged, the V1.0 syntax may be recovered via +While\margtt{[oldsyntax]} not encouraged, the V1.0 syntax may be +recovered via \vb| \usepackage[oldsyntax]{stackengine}| @@ -1394,7 +1392,15 @@ when the text is \vb|\normalsize|, the gap length is set in a \vb|\normalsize| font, even if the fontsize is later changed. To overcome this behavior, the stackgap must be redefined at the new fontsize, or better still, \vb|[oldsyntax]| usage needs to be -relegated.\vspace{-1.5ex} +relegated. + +Additionally,\margcmd{usepackage\{calc\}} V3.22 officially removed its +reliance upon and any reference to the \textsf{calc} package (instead +opting to use features of the \textsf{etoolbox} package). If any of +your older source code that loaded {\ste} relied on features of the +\textsf{calc} package that were loaded implicitly by way of \ste, you +may have to explicitly add \vb|\usepackage{calc}| to your source code, +to retain those features. \clearpage \section{Acknowledgements} |