Home
last modified time | relevance | path

Searched refs:_texit_conf (Results 1 – 2 of 2) sorted by path

/plugin/dokutexit/
H A Drenderer.php74 $this->_texit->_texit_conf['zipsources'] = true;
H A Dtexitrender.php37 var $_texit_conf; variable in texitrender_plugin_texit
53 $this->_texit_conf = &$this->texit->conf;
219 if ($this->_texit_conf['recurse'] == "on"
220 || $this->_texit_conf['recurse'] == "appendix"
221 || $this->_texit_conf['recurse'] == "chapter")
223 if ($this->_texit_conf['recurse_file'] == "on")
226 if ($this->_texit_conf['recurse'] != "chapter")
269 $Renderer->latexentities = $this->_texit_conf['latexentities'];