diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/floatrow/fr-longtable.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/floatrow/fr-longtable.sty | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/floatrow/fr-longtable.sty b/Master/texmf-dist/tex/latex/floatrow/fr-longtable.sty index 9229b7529df..f3a193e59d5 100644 --- a/Master/texmf-dist/tex/latex/floatrow/fr-longtable.sty +++ b/Master/texmf-dist/tex/latex/floatrow/fr-longtable.sty @@ -22,7 +22,8 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e}[1995/06/01] \ProvidesPackage{fr-longtable} - [2007/05/24 v0.1a (beta) floatrow: additions for longtable] + [2007/11/28 v0.1b (beta) floatrow: additions for longtable] +%%^^A|\newcommand\CenterFloatBoxes{\CADJfalse\OADJfalse| \RequirePackage{longtable}[2004/02/01] \let\flrow@oriLT@array\LT@array \renewcommand\LT@array{% @@ -38,8 +39,8 @@ \def\LT@entry####1####2{\advance\LTcapwidth####2}\LT@save@row\relax \ifdim\LTcapwidth=\z@\else\global\LTcapwidth\LTcapwidth\fi \endgroup\fi}}% - \def\floatfoot@{%\par\kern-\normalbaselineskip\kern-\normallineskip - \vskip\floatfootskip\def\@captype{table}\floatfoot@box}% + \def\floatfoot@{\vskip\floatfootskip + \def\@captype{table}\floatfoot@box}% \flrow@oriLT@array} \providecommand\floatfont{} \providecommand\floatfootskip{\skip\@mpfootins} @@ -67,10 +68,11 @@ {\let\FBifLTcapwidth\@gobble\setlength\LTcapwidth{#1}}}} \@ifpackageloaded{floatrow} {\DeclareFROpt{LTcapwidth}{\setLTcapwidth{#1}} - \DeclareOption{LTcapwidthtotable}{\setLTcapwidth{table}} + \DeclareOption{table}{\setLTcapwidth{table}} \ProcessOptions } {\DeclareOption{LTcapwidthtotable}{\setLTcapwidth{table}} + \DeclareOption{table}{\setLTcapwidth{table}} \ProcessOptions \let\flrow@setlist\@gobble} \newbox\flrow@LT@lasthead @@ -91,7 +93,7 @@ \fi \fi \ifvoid\flrow@LT@prelastfoot\else - \count@\flrow@LTlastpage\relax%\advance\count@\m@ne\relax + \count@\flrow@LTlastpage\relax \ifnum\value{FBLTpage}=\count@ \let\LT@foot\flrow@LT@prelastfoot \fi @@ -125,8 +127,8 @@ \immediate\write\@auxout{% \gdef\expandafter\noexpand \csname FBLTpage@\romannumeral\c@LT@tables\endcsname - {\string\gdef\string\flrow@LTlastpage{\the\c@FBLTpage}} - }} + {\string\gdef\string\flrow@LTlastpage{\the\c@FBLTpage}}% + }}% \fi } \endinput |