Home
last modified time | relevance | path

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

/plugin/latexport/implementation/
H A Ddecorator_math.php82 $trimmedEquation = $this->removeTagCommand($trimmedEquation);
87 $trimmedEquation = trim($this->removeTagCommand($equation), '$ ');
101 private function removeTagCommand($equation) { function in DecoratorMath