Home
last modified time | relevance | path

Searched refs:parenthese (Results 1 – 1 of 1) sorted by relevance

/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php675 function parenthese($hauteur, $style) function
986 $paro=parenthese(max($dessus,$dessous)*2,"(");
987 $parf=parenthese(max($dessus,$dessous)*2,")");
1582 if ($this->noeuds[1]->texte=="&$") $imggauche=parenthese($hauteurexp,$this->noeuds[1]->noeuds[0]->t…
1583 else $imggauche=parenthese($hauteurexp,$this->noeuds[1]->texte);
1585 if ($this->noeuds[3]->texte=="&$") $imgdroit=parenthese($hauteurexp,$this->noeuds[3]->noeuds[0]->te…
1586 else $imgdroit=parenthese($hauteurexp,$this->noeuds[3]->texte);