|
Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
% This file:
% http://angg.twu.net/LATEX/twot.tex
% http://angg.twu.net/LATEX/twot.tex.html
% (find-angg "LATEX/twot.tex")
% See: (find-es "luatex")
% (find-es "luatex" "tex-without-tex")
% (defun e () (interactive) (find-LATEX "twot.tex"))
% (defun c () (interactive) (find-LATEXsh "lualatex twot.tex"))
% (defun d () (interactive) (find-xpdfpage "~/LATEX/twot.pdf"))
\documentclass{article}
\begin{document}
\directlua{dofile "lualoader.lua"} % (find-LATEX "lualoader.lua")
\directlua{dofile "myrepl.lua"} % (find-LATEX "myrepl.lua")
\directlua{dofile "/home/edrx/LUA/lua50init.lua"} % (eejump-300)
\directlua{repl:loadplugin "test_plugin"} % (find-luareplpfile "test_plugin.lua")
\directlua{myrepl()}
\end{document}
% Local Variables:
% coding: raw-text-unix
% End: