diff options
author | Philipp Gesang <gesang@stud.uni-heidelberg.de> | 2012-06-14 10:36:30 +0200 |
---|---|---|
committer | Philipp Gesang <gesang@stud.uni-heidelberg.de> | 2012-06-14 10:36:30 +0200 |
commit | bcea502ef79449ab4115dd5be0fe225ffdf32709 (patch) | |
tree | c15942189effdb45c09eca00eec86c2945063167 /tex | |
parent | a907ca78f3043cc3eb450d8062ea60d0abd05a10 (diff) | |
download | enigma-bcea502ef79449ab4115dd5be0fe225ffdf32709.tar.gz |
[examples] further Context demo
Diffstat (limited to 'tex')
-rw-r--r-- | tex/context/third/enigma/t-enigma.mkvi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/third/enigma/t-enigma.mkvi b/tex/context/third/enigma/t-enigma.mkvi index fbe48dc..e555583 100644 --- a/tex/context/third/enigma/t-enigma.mkvi +++ b/tex/context/third/enigma/t-enigma.mkvi @@ -51,7 +51,7 @@ thirddata = thirddata or { } \def\do_do_define_enigma#id{% \edef\enigmaid{#id}% - \expandafter\gdef\csname start\enigmaid\endcsname{% + \expandafter\gdef\csname \v!start\enigmaid\endcsname{% \endgraf \bgroup \ctxlua{ @@ -64,7 +64,7 @@ thirddata = thirddata or { } }% }% % - \expandafter\gdef\csname stop\enigmaid\endcsname{% + \expandafter\gdef\csname \v!stop\enigmaid\endcsname{% \endgraf%% We need to force a paragraph here for the callback to be %% applied. \ctxlua{ |