|
Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
% This file:
% http://angg.twu.net/LATEX/edrxrepl.tex
% http://angg.twu.net/LATEX/edrxrepl.tex.html
% (find-angg "LATEX/edrxrepl.tex")
%
% See: (find-angg "LATEX/twot.tex")
% Usage:
% \input edrxrepl % (find-LATEX "edrxrepl.tex")
% \repl
\directlua{dofile "lualoader.lua"} % (find-LATEX "lualoader.lua")
\directlua{dofile "myrepl.lua"} % (find-LATEX "myrepl.lua")
\directlua{repl:loadplugin "test_plugin"} % (find-luareplpfile "test_plugin.lua")
% \directlua{dofile "/home/edrx/LUA/lua50init.lua"} % (eejump-300)
\directlua{dofile((os.getenv"LUA_INIT"):sub(2))} % (eejump-300)
\def\repl{\directlua{myrepl()}}
\def\luaexpr#1{\directlua{tex.print(#1)}}
% Local Variables:
% coding: raw-text-unix
% End: