diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2006-12-01 10:42:41 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2006-12-01 10:42:41 +0000 |
commit | 93211732ba767f3d2be8e4b948553a42791302c8 (patch) | |
tree | ca5509bc7a7e9aa8e310dc5278a3c7c9bdbad7dc /Master/texmf-dist/tex/context/base/page-mul.tex | |
parent | c407afe4a4284ab98479d51d2553287055f0ce1c (diff) |
context release 2006.11.29
git-svn-id: svn://tug.org/texlive/trunk@2572 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/base/page-mul.tex')
-rw-r--r-- | Master/texmf-dist/tex/context/base/page-mul.tex | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/context/base/page-mul.tex b/Master/texmf-dist/tex/context/base/page-mul.tex index 4fd0979f8b8..edbf6206e02 100644 --- a/Master/texmf-dist/tex/context/base/page-mul.tex +++ b/Master/texmf-dist/tex/context/base/page-mul.tex @@ -1654,14 +1654,20 @@ \doifelse\@@klbalance\v!yes \balancecolumnstrue \balancecolumnsfalse - \processaction % ook nog: laatsteuitlijnen - [\@@klalign] - [ \v!yes=>\stretchcolumnstrue - \inheritcolumnsfalse, - \v!no=>\stretchcolumnsfalse - \inheritcolumnsfalse, - \v!text=>\stretchcolumnsfalse - \inheritcolumnstrue]% +\installalign\v!yes {\stretchcolumnstrue \inheritcolumnsfalse}% todo: new key +\installalign\v!no {\stretchcolumnsfalse\inheritcolumnsfalse}% todo: new key +\installalign\v!text{\stretchcolumnsfalse\inheritcolumnstrue }% +\stretchcolumnsfalse +\inheritcolumnstrue +\doifsomething\@@klalign{\expanded{\setupalign[\@@klalign]}}% +% \processaction +% [\@@klalign] +% [ \v!yes=>\stretchcolumnstrue +% \inheritcolumnsfalse, +% \v!no=>\stretchcolumnsfalse +% \inheritcolumnsfalse, +% \v!text=>\stretchcolumnsfalse +% \inheritcolumnstrue]% \nofcolumns=\@@kln % % probably more is needed, and how about nesting save's |