diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/fixltx2e.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/fixltx2e.dtx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/base/fixltx2e.dtx b/Master/texmf-dist/source/latex/base/fixltx2e.dtx index dc2d5522254..0898f5c1303 100644 --- a/Master/texmf-dist/source/latex/base/fixltx2e.dtx +++ b/Master/texmf-dist/source/latex/base/fixltx2e.dtx @@ -38,7 +38,7 @@ %<driver>\ProvidesFile{fixltx2e.drv} % \fi % \ProvidesFile{fixltx2e.dtx} - [2014/08/30 v1.1s fixes to LaTeX] + [2014/09/29 v1.1s fixes to LaTeX] % % \iffalse %<*driver> @@ -642,7 +642,7 @@ % >Originator: stefan.pofahl@zsw-bw.de (Stefan Pofahl) % % If I use /fnsymbol together with fixltx2e.sty I can not use -% optinal parameter [num] +% optional parameter [num] % \footnotemark[1] is not showing the mark number 1 but % the mark \value{footnote}. %\end{verbatim} @@ -680,8 +680,8 @@ % your \LaTeX\ format then we have to choose between the lesser of two % evils: 1)~breaking ligatures and preventing kerning or 2)~face the % risk of choosing text-mode at the beginning of an alignment cell, -% which was suppodes to be math-mode. We have decided upon 1) as is -% costumary for regular robust commands in \LaTeX. +% which was supposed to be math-mode. We have decided upon 1) as is +% customary for regular robust commands in \LaTeX. % % % \subsection{Fewer fragile commands} @@ -696,12 +696,12 @@ % Use of a \raisebox in \section{} produces the error message % mentioned in the subject. % -% PR latex/1738 descriped a similar problem, which has been solved +% PR latex/1738 described a similar problem, which has been solved % 10 years ago. Protecting the \raisebox with \protect solved my % problem as well, but wouldn't it make sense to have a similar fix % as in the PR? % -% It is particulary confusing, that an unprotected \raisebox in a +% It is particularly confusing, that an unprotected \raisebox in a % \section*-environment works fine, while in a \section-environment % produces error. %\end{verbatim} @@ -728,7 +728,7 @@ % arguments of floats. |\begin{figure}[tB]| the |B| is ignored so it % acts like |\begin{figure}[t]| However |\begin{figure}[B]| does % \emph{not} act like |\begin{figure}[]| as the check for an empty -% argumant, or unsupplied argument, is earlier. |[]| causes the +% argument, or unsupplied argument, is earlier. |[]| causes the % default float placement to be used, but |[B]| means that \emph{no} % float area is allowed and so the float will not be placed until the % next |\clearpage| or end of document, no warning is given. @@ -897,7 +897,7 @@ % \changes{v1.1d}{2000/09/24}{FMi: use output routine to % defer float} % \changes{v1.1p}{2014/04/27}{Inline the code to allow some -% coexistance with packages that hook into \cs{end@float} and do not +% coexistence with packages that hook into \cs{end@float} and do not % know about the algorithm change} % \begin{macrocode} \@cons\@currlist\@currbox @@ -954,7 +954,7 @@ % \end{macrocode} % % All the remaining changes are replacing the double column defer list -% or insering the extra test |\@testwrongwidth|\marg{box} at suitable +% or inserting the extra test |\@testwrongwidth|\marg{box} at suitable % places. That is at places where a box is taken off the deferlist. % \begin{macrocode} \def \@doclearpage {% |