Hi, I sometimes misuse the command key of itemize like this: \definehighlight[important][style=italic, color=red] \starttext \startitemize[command=\important] \item {Term}: definition \stopitemize \stoptext However when I try this with \setupbackend[export=yes] I get the following error: ! LuaTeX error bad argument #3 to '?' (value expected). system > tex > error on line 0 in file : LuaTeX error ... <empty file> <*> ./export.tex \stoptext Bug or I am just doing this wrong? Aditya
On Thu, 25 Aug 2011, Aditya Mahajan wrote:
Hi,
I sometimes misuse the command key of itemize like this:
\definehighlight[important][style=italic, color=red]
\starttext \startitemize[command=\important] \item {Term}: definition \stopitemize \stoptext
However when I try this with
\setupbackend[export=yes]
I get the following error:
! LuaTeX error bad argument #3 to '?' (value expected).
system > tex > error on line 0 in file : LuaTeX error ...
<empty file>
<*> ./export.tex \stoptext
Bug or I am just doing this wrong?
The same error occurs with \startitemize \item \important{Term}: definition \stopitemize Aditya
On Thu, 25 Aug 2011, Aditya Mahajan wrote:
I sometimes misuse the command key of itemize like this:
\definehighlight[important][style=italic, color=red]
Sorry...this works. My test file had \definehighlight[important][style=em, color=red] which fails even for \important{A} For pdf outout, style=em gives the expected result. Aditya
participants (1)
-
Aditya Mahajan