Home
last modified time | relevance | path

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

/plugin/dokutexit/
H A Dlatex.php132 $this->nlputcmdnl("$token{" . $this->_latexEntities($text) . "}");
173 $this->nlputcmdnl("dokuhline");
258 $this->nlputcmdnl("begin{itemize}"); //need to overload that
305 $this->nlputcmdnl("small");
309 $this->nlputcmdnl("end{verbatimtab}"); //need overload
348 $this->nlputcmdnl("lstset{language=$lang}"); //need overload
351 $this->nlputcmdnl("end{lstlisting}"); //need overload
1761 function nlputcmdnl($cmd) { function in Doku_Renderer_latex