Lines Matching refs:getConf

196     function getConf($setting, $notset = false) {  function in renderer_plugin_latexit
201 return parent::getConf($setting, $notset);
260 $document_lang = $this->getConf('document_lang');
272 $this->store->addPreamble(array('title', $this->getConf('title')));
273 $this->store->addPreamble(array('author', $this->getConf('author')));
280 … if ($this->getConf('date') || $this->getConf('title') != "" || $this->getConf('author') != "") {
284 if ($this->getConf('table_of_content')) {
300 $this->getConf('paper_size'),
301 $this->getConf('output_format'),
302 $this->getConf('font_size') . 'pt',);
303 if ($this->getConf('landscape')) {
306 if ($this->getConf('draft')) {
311 $this->_c('documentclass', $this->getConf('document_class'), 1, $params);
331 $this->doc .= $this->getConf('document_header');
354 $this->_c('bibliographystyle', $this->getConf('bibliography_style'));
355 $this->_c('bibliography', $this->getConf('bibliography_name'), 2);
358 $this->doc .= $this->getConf('document_footer');
377 …$zip->addFromString($this->getConf('bibliography_name') . '.bib', $this->bib_handler->getBibtex());
424 if ($this->getConf('header_title')) {
427 if ($this->getConf('header_part')) {
430 if ($this->getConf('header_chapter') && $this->getConf('document_class') != 'article') {
913 switch ($this->getConf('document_lang')) {
929 switch ($this->getConf('document_lang')) {
1131 $media_folder = $this->getConf('media_folder');
1184 $media_folder = $this->getConf('media_folder');
1223 $this->doc .= $this->getConf('default_table_align') . "|";
1292 $align = $this->getConf('default_table_align');
1310 if ($colspan != 1 || $align != $this->getConf('default_table_align')) {
1327 … if ($this->last_colspan != 1 || $this->last_align != $this->getConf('default_table_align')) {
1669 $this->_c('includegraphics', $path, 1, array($this->getConf('image_params')));