Home
last modified time | relevance | path

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

/plugin/dokutexit/
H A Dconfig.php35 var $texitdir; variable in config_plugin_texit
233 $this->texitdir = $path;
247 return $this->texitdir.'/'.'texit.bib';
259 return $this->texitdir.'/'.$this->get_common_basename().".pdf";
306 return $this->texitdir."/all.tex";
331 return $this->texitdir."/footer.tex";
353 return $this->texitdir."/commands.tex";
401 $dest = $this->texitdir.'/'.noNS($value['id'])."-content.tex";
558 if (!is_dir($this->texitdir)) {
559 die("TeXit: directory $this->texitdir doesn't exit");
[all …]