diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/s-pre-30.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/s-pre-30.mkiv | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/context/base/s-pre-30.mkiv b/Master/texmf-dist/tex/context/base/s-pre-30.mkiv index c3b524047d6..1be85d02b1c 100644 --- a/Master/texmf-dist/tex/context/base/s-pre-30.mkiv +++ b/Master/texmf-dist/tex/context/base/s-pre-30.mkiv @@ -5,7 +5,7 @@ %D subtitle=Presentation Environment 30, %D author=Hans Hagen, %D date=\currentdate, -%D copyright=PRAGMA] +%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}] %C %C This module is part of the \CONTEXT\ macro||package and is %C therefore copyrighted by \PRAGMA. See mreadme.pdf for @@ -242,13 +242,13 @@ \StartSample{Basics} \startbuffer -\lua{a = 1.5 ; b = 1.8 ; c = a*b ; tex.print(c) ;} +\lua{a = 1.5 ; b = 1.8 ; c = a*b ; context(c) ;} \startlua a = 1 b = 2 c = a*b - tex.print(c) + context(c) \stoplua \stopbuffer |