Hi,
simpleslides > loading style Boxed
system > command '\NormalHeight' is already defined
system > command '\NormalWidth' is already defined
system > command '\PictureFrameHeight' is already defined
system > command '\PictureFrameWidth' is already defined
close source > level 4, order 8, name '/usr/share/texmf/tex/context/third/simpleslides/s-simpleslides-Boxed.tex'
close source > level 3, order 8, name '/usr/share/texmf/tex/context/third/simpleslides/t-simpleslides.mkiv'
fonts > bodyfont '24.0414pt' is defined (can better be done global)
metapost > initializing instance 'metafun:1' using format 'metafun' and method 'default'
metapost > loading 'metafun' as '/usr/share/texmf/metapost/context/base/mpiv/metafun.mpiv' using method 'default'
metapost > initializing number mode 'scaled'
input stack overflow
mtx-context | fatal error: return code: 256
MWE from the documentation:
\usemodule[simpleslides][style=Boxed]
\setupTitle[title={Title of the presentation},author={Name of authors},date={Date of presentation}]
\starttext
\placeTitle
\SlideTitle{The first slide}
Write whatever you want.
\SlideTitle{The second slide}
Continue writing.
\stoptext
Does that mean the simpleslides module has some recursion problems?
I have tried a couple of themes but getting the same error.
Adam