Lines Matching refs:putcmdnl
262 $this->putcmdnl("end{itemize}");
270 $this->putcmdnl("end{enumerate}");
306 $this->putcmdnl("begin{verbatimtab}"); //need overload
310 $this->putcmdnl("normalsize");
889 $this->putcmdnl("begin{figure}[h]");
891 $this->putcmdnl("vspace{0.8em}");
901 $this->putcmdnl("hline");
902 $this->putcmdnl("end{tabular}");
904 $this->putcmdnl("end{figure}");
906 $this->putcmdnl("vspace{0.8em}");
911 $this->putcmdnl("hline");
972 $this->putcmdnl("begin{figure}[h]");
974 $this->putcmdnl("vspace{0.8em}");
1000 $this->putcmdnl("hline");
1001 $this->putcmdnl("end{tabularx}");
1003 $this->putcmdnl("end{figure}");
1005 $this->putcmdnl("vspace{0.8em}");
1010 $this->putcmdnl("hline");
1072 $this->putcmdnl('par');
1074 $this->putcmdnl('hline}');
1091 $this->putcmdnl('tablelasttail{\hline}');
1092 $this->putcmdnl('par');
1107 $this->putcmdnl("hline");
1108 $this->putcmdnl("end{supertabular}");
1109 $this->putcmdnl('par');
1114 $this->putcmdnl("hline");
1174 $this->putcmdnl("begin{landscape}");
1179 $this->putcmdnl("hline");
1180 $this->putcmdnl("end{supertabular}");
1181 $this->putcmdnl("end{landscape}");
1259 $this->putcmdnl("end{wrapfigure}", -1);
1267 $this->putcmdnl("begin{figure*}[h]", -1);
1270 $this->putcmdnl("raggedright", -1);
1274 $this->putcmdnl("raggedleft", -1);
1277 $this->putcmdnl("centering", -1);
1308 $this->putcmdnl("end{figure*}", -1);
1758 function putcmdnl($cmd, $mode=1) { function in Doku_Renderer_latex