Searched refs:texifyText (Results 1 – 2 of 2) sorted by relevance
177 $this->appendContent($this->texifyText($title));237 $this->appendCommand('chapter', $this->texifyText($text));244 $this->appendCommand('part', $this->texifyText($text));248 $this->appendCommand('chapter', $this->texifyText($text));252 $this->appendCommand('section', $this->texifyText($text));256 $this->appendCommand('subsection', $this->texifyText($text));287 $this->appendContent($this->texifyText($text));703 $this->appendContent($this->texifyText($text));715 $this->appendContent($this->texifyText($text).' \\url{'.$link.'}');816 $this->appendCommand('caption', $this->texifyText($title));
53 function texifyText($text) { function in decorator