diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/sttools/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/sttools/stabular.pdf | bin | 139110 -> 139062 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/sttools/stabular.dtx | 11 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/sttools/stabular.sty | 4 |
4 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/sttools/README b/Master/texmf-dist/doc/latex/sttools/README index feb493ef7c7..93dedec4e44 100644 --- a/Master/texmf-dist/doc/latex/sttools/README +++ b/Master/texmf-dist/doc/latex/sttools/README @@ -1,4 +1,4 @@ -README for sttools, 2012/10/18 +README for sttools, 2014/01/13 INTRODUCTION ============ diff --git a/Master/texmf-dist/doc/latex/sttools/stabular.pdf b/Master/texmf-dist/doc/latex/sttools/stabular.pdf Binary files differindex 03bfdeea636..4d9eff91ad3 100644 --- a/Master/texmf-dist/doc/latex/sttools/stabular.pdf +++ b/Master/texmf-dist/doc/latex/sttools/stabular.pdf diff --git a/Master/texmf-dist/source/latex/sttools/stabular.dtx b/Master/texmf-dist/source/latex/sttools/stabular.dtx index 7ee9688c123..9d37f0b3291 100644 --- a/Master/texmf-dist/source/latex/sttools/stabular.dtx +++ b/Master/texmf-dist/source/latex/sttools/stabular.dtx @@ -42,15 +42,15 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{stabular} %<*package> - [2012/05/29 v1.1 Improve tabular environment] + [2014/01/13 v1.2 Improve tabular environment] %</package> % %<*driver> \documentclass{ltxdoc} -\usepackage{stabular}[2012/05/29] +\usepackage{stabular}[2014/01/13] \EnableCrossrefs \CodelineIndex -%%\RecordChanges +\RecordChanges \begin{document} \DocInput{stabular.dtx} %%\PrintChanges @@ -78,7 +78,8 @@ % Right brace \} Tilde \~} % % -% \changes{<+version+>}{<+date+>}{Converted to DTX file} +% \changes{v1.1}{2012/05/29}{Converted to DTX file} +% \changes{v1.2}{2014/01/13}{Fixed bug in the '@sarray' macro} % % \DoNotIndex{\newcommand,\newenvironment} % @@ -341,7 +342,7 @@ }% \let\@startpbox\@@startpbox \let\@endpbox\@@endpbox \let\tabularnewline\\ - \let\par\@empty + %%\let\par\@empty \let\@sharp##% \set@typeset@protect \lineskip\z@skip \baselineskip\z@skip diff --git a/Master/texmf-dist/tex/latex/sttools/stabular.sty b/Master/texmf-dist/tex/latex/sttools/stabular.sty index 4342182a174..9f7a7ee9736 100644 --- a/Master/texmf-dist/tex/latex/sttools/stabular.sty +++ b/Master/texmf-dist/tex/latex/sttools/stabular.sty @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{stabular} - [2012/05/29 v1.1 Improve tabular environment] + [2014/01/13 v1.2 Improve tabular environment] \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{stabular}[1998/03/19] \def\empty@finalstrut#1{% @@ -133,7 +133,7 @@ }% \let\@startpbox\@@startpbox \let\@endpbox\@@endpbox \let\tabularnewline\\ - \let\par\@empty + %%\let\par\@empty \let\@sharp##% \set@typeset@protect \lineskip\z@skip \baselineskip\z@skip |