diff options
author | Karl Berry <karl@freefriends.org> | 2014-02-16 23:14:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-02-16 23:14:41 +0000 |
commit | 9a6c50c182c6a6f56ec91c0014cd2cd580dd8fee (patch) | |
tree | 9aaa0e8cf61fcfdf811b39a35440a7a3377feac2 /Master/texmf-dist/tex/latex/grid-system | |
parent | ba4b016c440ad55acf1438f0dbe4e33a262a9640 (diff) |
grid-system
git-svn-id: svn://tug.org/texlive/trunk@32981 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/grid-system')
-rw-r--r-- | Master/texmf-dist/tex/latex/grid-system/grid-system.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/grid-system/grid-system.sty b/Master/texmf-dist/tex/latex/grid-system/grid-system.sty index 13d2e91c2ce..1ae9e686aa1 100644 --- a/Master/texmf-dist/tex/latex/grid-system/grid-system.sty +++ b/Master/texmf-dist/tex/latex/grid-system/grid-system.sty @@ -1,5 +1,5 @@ % !TeX root=demo.tex -\ProvidesPackage{grid-system}[2014/01/16 v. 0.2.0 LaTeX Grid System] +\ProvidesPackage{grid-system}[2014/02/16 v. 0.3.0 LaTeX Grid System] \RequirePackage{calc} \RequirePackage{xkeyval} @@ -47,9 +47,9 @@ \NewEnviron{Cell}[1]{% %\global\@namedef{gridsystem@cellcontent\arabic{gridsystem@cellcount}}{\BODY}% - \edef\@celltemp{\BODY}% + %\edef\@celltemp{\BODY}% %\global\@namedef{gridsystem@cellcontent\arabic{gridsystem@cellcount}}{\@celltemp}% - \expandafter\global\expandafter\edef\csname gridsystem@cellcontent\arabic{gridsystem@cellcount}\endcsname{\@celltemp}% + \expandafter\global\expandafter\let\csname gridsystem@cellcontent\arabic{gridsystem@cellcount}\endcsname\BODY% \global\@namedef{gridsystem@cellwidth\arabic{gridsystem@cellcount}}{#1}% \stepcounter{gridsystem@cellcount}% \addtocounter{gridsystem@stripecount}{#1}% |