> instead of
> \begin{axiominput}
> solve(x**49-49*x**4+9 = 0,1.e-49)
> \end{axiominput}
> \begin{axiomoutput}
> ... repeat the thing above (which should be autogenerated anyway)
> \end{axiomoutput}
>
> I have no way to simply modify a .sty or .4ht file to make that coloring
> happen. That is the problem with writing plain TeX. No good markup. :-(
>
> Writing proper environments makes translation to other formats a lot easier.
Indeed. A configuration similar to the following one, in the case of tex4ht.
\ConfigureEnv{axiominput}
{\HCode{<div class="axiominput">}}
{\HCode{</div>}}
{}{}
\Css{div.axiominput {background-color:...;}}
-eitan
_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer