Home
last modified time | relevance | path

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

/plugin/dokutexit/
H A Dlatex.php132 $this->nlputcmdnl("$token{" . $this->_latexEntities($text) . "}");
1433 return $this->_latexEntities($heading);
1436 return $this->_latexEntities($default);
1438 return $this->_latexEntities($title);
1455 function _latexEntities($string,$ent=NULL) { function in Doku_Renderer_latex
1544 $ret .= $this->_latexEntities($title);
1750 return $this->put($this->_latexEntities($text), $mode);