Home
last modified time | relevance | path

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

/plugin/dokutexit/
H A Dlatex.php63 var $_current_table_mode = NULL; variable in Doku_Renderer_latex
690 $this->_current_table_mode = 'table_analyse';
691 $table_mode = $this->_current_table_mode . '_open';
696 $table_mode = $this->_current_table_mode . '_close';
802 $this->_current_table_mode = 'tabular';
806 $this->_current_table_mode = 'supertabular';
811 $this->_current_table_mode = 'tabular';
813 $this->_current_table_mode = 'tabularx';
840 $table_mode = $this->_current_table_mode . '_close';
842 $this->_current_table_mode = NULL;
[all …]