Skip to content
Prev 59482 / 398502 Next

annotation problems (conditional text())

Johannes Graumann wrote:

            
1. Multi-line mathematical annotation is not supported. You have to add 
them line by line.

2. You want to use a construct such as
   if(m >= 0){
     # code for text 1
   } else{
     # code for text 2
   }
rather than the one you speicfied below, which evaluates both text() 
calls if m > 0.

Uwe Ligges