axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] RE: Another question


From: Eitan Gurari
Subject: Re: [Axiom-developer] RE: Another question
Date: Tue, 22 Aug 2006 12:35:15 -0400



 > 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]