Home
last modified time | relevance | path

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

/plugin/latexport/implementation/
H A Ddecorator_persister.php144 $label = $this->pageId.':'.$this->texifyReference($link);
705 $this->appendInlineCommand("ref", $this->texifyReference($link));
H A Ddecorator.php75 $texifiedFilename = $this->texifyReference($filename);
84 function texifyReference($reference) { function in decorator