> 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
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer
- Re: [Axiom-developer] RE: Another question Ralf Hemmecke
- Re: [Axiom-developer] RE: Another question Eitan Gurari
- Re: [Axiom-developer] RE: Another question Martin Rubey
- Re: [Axiom-developer] RE: Another question Ralf Hemmecke
- Re: [Axiom-developer] RE: Another question Eitan Gurari
- Re: [Axiom-developer] RE: Another question Ralf Hemmecke
- Re: [Axiom-developer] RE: Another question Eitan Gurari
- RE: [Axiom-developer] RE: Another question Page, Bill
- RE: [Axiom-developer] RE: Another question Page, Bill
- [Axiom-developer] SAGE, Axiom, and usage C Y
- Re: [Axiom-developer] SAGE, Axiom, and usage Gabriel Dos Reis
- Re: [Axiom-developer] SAGE, Axiom, and u... Martin Rubey
- Re: [Axiom-developer] SAGE, Axiom, ... Gabriel Dos Reis
- Re: [Axiom-developer] SAGE, Axi... Martin Rubey
