summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/third/gnuplot
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-20 18:06:20 +0000
committerKarl Berry <karl@freefriends.org>2009-07-20 18:06:20 +0000
commitaba1a497da7708c4f143ed49ed034a4058fc2828 (patch)
treed7aeed0fc952931967e15b124ef8d34ca4f056d9 /Master/texmf-dist/tex/context/third/gnuplot
parent160531a5e2d0c9b532fb083d090e1f0c451a52f8 (diff)
context-gnuplot update (13jul09)
git-svn-id: svn://tug.org/texlive/trunk@14342 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/third/gnuplot')
-rw-r--r--Master/texmf-dist/tex/context/third/gnuplot/t-gnuplot.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/context/third/gnuplot/t-gnuplot.tex b/Master/texmf-dist/tex/context/third/gnuplot/t-gnuplot.tex
index 6d5e511dc99..adf4701c51e 100644
--- a/Master/texmf-dist/tex/context/third/gnuplot/t-gnuplot.tex
+++ b/Master/texmf-dist/tex/context/third/gnuplot/t-gnuplot.tex
@@ -262,7 +262,7 @@
\letgvalue{gps:n:#1}\GNUPLOTnumber
% in case of LuaTeX we need to write the buffer into file explicitely
\def\stopGNUPLOTscript{\egroup \ifx\savebuffer\undefined \else \savebuffer[gnuplot-\GNUPLOTnumber]\fi}%
- \dostartbuffer[gnuplot-\GNUPLOTnumber][startGNUPLOTscript][stopGNUPLOTscript]
+ \dostartbuffer[gnuplot-\GNUPLOTnumber][startGNUPLOTscript][stopGNUPLOTscript]%
}
% When are the graphics processed/read?
@@ -614,10 +614,10 @@
%D We need to preserve line breaks, otherwise metapost runs into troubles for longer input.
\def\startGNUPLOTpage
- {\obeyMPlines\dostartGNUPLOTpage}
+ {\begingroup\obeyMPlines\dostartGNUPLOTpage}
\long\def\dostartGNUPLOTpage#1\stopGNUPLOTpage
- {\startMPpage#1\stopMPpage}
+ {\endgroup\startMPpage#1\stopMPpage}
% TODO: currently, the following definitions are used,