summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/grid-system/grid-system.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/grid-system/grid-system.sty')
-rw-r--r--Master/texmf-dist/tex/latex/grid-system/grid-system.sty6
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}%