I am trying to compile a Lualatex file using the luasseq package
My minimum working example is
\documentclass{article}
\usepackage{luasseq}
\begin{document}
\end{document}
When I run 'lualatex' on this it simply stops with a command window expecting me to type something in:
(/usr/local/apps/texlive2011/texmf-dist/tex/generic/pgf/libraries/decorations/p
gflibrarydecorations.shapes.code.tex))
lua>
If I control-D (really all I can do)
! LuaTeX error <\directlua >:1: attempt to call global 'sseq_set_defaults' (a nil value)
stack traceback:
<\directlua >:1: in main chunk.
l.332 \directlua0{sseq_set_defaults()}
Unsure what the problem is!
pgforluatex; you should contact the package author. – Martin Schröder Mar 21 '12 at 21:07