I'm using htlatex to convert LaTeX into HTML and I'm getting errors on things that I haven't specified, such as my own environments.
An example is \def\inline{\lstinline[style=inlineStyle]} which lets me write:
\inline{x == 10}
I'm also using it like this:
\inline!new[]{}!
This is just one example, I've got tons of different environments like this. The error I'm getting on this is:
? ! Missing } inserted. } l.223 \inline!new[] {}!
So I want to know if there is an "Silent"-flag that I can use when converting using htlatex? So I don't have to press and hold Enter for 1 minute during the conversion.
{..}) to surround the argument of your code. That this works (sometimes) is an experimental feature of\lstinlinewhich can break easily. – Ulrike Fischer Jul 21 '12 at 10:45\lstdefinelanguageand then include it withalsolanguage=it gives me these errors. – Filip Ekberg Jul 22 '12 at 10:19otherkeywords={[, ]}I want highlighting onnew[], that's why I have that, but it seems like that is causing the problems. – Filip Ekberg Jul 22 '12 at 10:25