From 78d44502d0e4dc5179b703189da54bc3dfe0d306 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 4 May 2011 17:44:12 +0200 Subject: confirming to Lua module namespace; alternate code from Wolfgang (resting for now) --- mod/tex/context/third/rst/rst_directives.lua | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'mod/tex/context/third/rst/rst_directives.lua') diff --git a/mod/tex/context/third/rst/rst_directives.lua b/mod/tex/context/third/rst/rst_directives.lua index 0d4b4e9..6af0ce4 100644 --- a/mod/tex/context/third/rst/rst_directives.lua +++ b/mod/tex/context/third/rst/rst_directives.lua @@ -1,18 +1,23 @@ #!/usr/bin/env texlua -------------------------------------------------------------------------------- -- FILE: rst_directives.lua --- USAGE: ./rst_directives.lua +-- USAGE: called by rst_parser.lua -- AUTHOR: Philipp Gesang (Phg), --- VERSION: 1.0 --- CREATED: 22/09/10 20:26:40 CEST +-- CREATED: 2011-05-04 17:43:02+0200 -------------------------------------------------------------------------------- -- +local helpers = helpers or thirddata and thirddata.rst_helpers + -------------------------------------------------------------------------------- -- Directives for use with |substitutions| -------------------------------------------------------------------------------- -rst_directives = {} +local rst_directives = { } +if context then + thirddata.rst_directives = rst_directives +end + rst_directives.anonymous = 0 rst_directives.images = {} rst_directives.images.done = {} -- cgit v1.2.3