Lines Matching refs:putcmd
77 $this->putcmd("label{" . md5($cleanid) . "}");
135 $this->putcmd("label{" . md5($cleanid) . "}"); //label for links on headers
178 $this->putcmd("dokubold{");
186 $this->putcmd("dokuitalic{");
194 $this->putcmd("dokuunderline{");
204 $this->putcmd("dokumonospace{");
214 $this->putcmd("dokusubscript{");
222 $this->putcmd("dokusupscript{");
230 $this->putcmd("dokuoverline{");
239 $this->putcmd("dokufootnote{");
247 $this->putcmd("dokufootmark{");
274 $this->putcmd("dokuitem ");
349 $this->putcmd("begin{lstlisting}"); //need overload
371 $this->putcmd("dokusmiley{");
432 $this->putcmd('hyperref[' . $md5 . ']{');
458 $this->putcmd('hyperref[');
498 $this->putcmd('href{' . $id . '#' . $hash . '}{' . $name . '}');
500 $this->putcmd('hyperlink{' . $id . '}{' . $name . '}');
515 $this->putcmd('url{'.$link.'}');
548 $this->putcmd("includegraphics[height=1em]{"); // need config for that
562 $this->putcmd('url{');
892 $this->putcmd("begin{tabular}");
922 $this->putcmd("dokuheadingstyle{");
923 $this->putcmd("color{dokuheadingcolor}");
927 $this->putcmd("normalcolor");
937 $this->putcmd("multicolumn{". $colspan . "}");
975 $this->putcmd("begin{tabularx}{");
976 $this->putcmd("dokutabularwidth");
1021 $this->putcmd("dokuheadingstyle{");
1022 $this->putcmd("color{dokuheadingcolor}");
1026 $this->putcmd("normalcolor");
1036 $this->putcmd("multicolumn{". $colspan . "}");
1073 $this->putcmd('tablefirsthead{');
1075 $this->putcmd('tablehead{');
1076 $this->putcmd('hline');
1077 $this->putcmd('multicolumn{'.($maxcols).'}{|l|}{');
1078 $this->putcmd('dokusupertabularheadbreak{}');
1083 $this->putcmd('tabletail{');
1084 $this->putcmd('hline');
1085 $this->putcmd('multicolumn{'.($maxcols).'}{|r|}{');
1086 $this->putcmd('dokusupertabulartailbreak{}');
1098 $this->putcmd("begin{supertabular}");
1125 $this->putcmd("dokuheadingstyle{");
1126 $this->putcmd("color{dokuheadingcolor}");
1130 $this->putcmd("normalcolor");
1140 $this->putcmd("multicolumn{". $colspan . "}");
1225 $this->putcmd("begin{wrapfigure}{", -1);
1235 $this->putcmd("includegraphics", -1); // need config for that
1250 $this->putcmd("caption{", -1);
1279 $this->putcmd("includegraphics", -1); // need config for that
1294 $this->putcmd("caption{", -1);
1329 $this->putcmd('hyperref[');
1661 $this->putcmd('href{'.$link['url'].'}', -1);
1752 function putcmd($cmd, $mode=1) { function in Doku_Renderer_latex
1759 $this->putcmd($cmd . DOKU_LF, $mode);
1763 $this->putcmd($cmd . DOKU_LF);
1767 $this->putcmd($cmd);
1780 $this->putcmd("begin{verbatim}");
1783 $this->putcmd("end{verbatim}");