diff options
author | Karl Berry <karl@freefriends.org> | 2014-09-30 21:54:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-09-30 21:54:11 +0000 |
commit | ef9899920185559088c099d9249af27f963d0644 (patch) | |
tree | 357ef2739da65dfdf1c4ee4f38bd0b97583bfe9f /Master/texmf-dist/tex/latex/flowfram | |
parent | 46e60dcc83d0668a813fa25b80582adc425ffcf8 (diff) |
flowfram (30sep14)
git-svn-id: svn://tug.org/texlive/trunk@35291 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/flowfram')
-rw-r--r-- | Master/texmf-dist/tex/latex/flowfram/flowfram.sty | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/flowfram/flowfram.sty b/Master/texmf-dist/tex/latex/flowfram/flowfram.sty index d3d1fc31a89..776e7fbee02 100644 --- a/Master/texmf-dist/tex/latex/flowfram/flowfram.sty +++ b/Master/texmf-dist/tex/latex/flowfram/flowfram.sty @@ -39,7 +39,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{flowfram}[2014/06/04 v1.16 (NLCT)] +\ProvidesPackage{flowfram}[2014/09/30 v1.17 (NLCT)] \RequirePackage{ifthen} \RequirePackage{xkeyval} \RequirePackage{graphics} @@ -3401,7 +3401,11 @@ \expandafter\vsize\csname colheight\romannumeral#1\endcsname \global\@colht\vsize \global\@colroom\@colht - \ifnum\linewidth>\columnwidth + \ifnum\@listdepth>0\relax + \ifnum\linewidth>\columnwidth + \global\linewidth\columnwidth + \fi + \else \global\linewidth\columnwidth \fi %\global\textwidth\columnwidth |