Lines Matching refs:doc

295         $doc = $this->doc;
296 $this->doc = '';
317 $this->doc .= $package->printUsePackage();
326 $this->doc .= $command;
331 $this->doc .= $this->getConf('document_header');
334 $this->doc .= $doc;
358 $this->doc .= $this->getConf('document_footer');
379 $zip->addFromString($output, $this->doc);
404 $this->doc .= '%///MEDIA///';
451 $this->doc .= '~';
467 $this->doc .= $this->_latexSpecialChars($text);
485 $this->doc .= "\\newline ";
487 $this->doc .= "\\\\";
498 $this->doc .= "\line(1,0){250}\n";
671 $this->doc .= " ";
689 $this->doc .= $this->_latexSpecialChars($text);
731 $this->doc .= $text;
777 $this->doc .= 'frame=single';
780 $this->doc .= ', language=';
781 $this->doc .= $this->_latexSpecialChars($lang);
785 $this->doc .= ', title=';
786 $this->doc .= $this->_latexSpecialChars($file);
796 $this->doc .= $text;
809 $this->doc .= $this->_latexSpecialChars($acronym);
822 $this->doc .= $smiley;
824 $this->doc .= $this->_latexSpecialChars($smiley);
836 $this->doc .= '///ENTITYSTART///';
839 $this->doc .= '$\rightarrow$';
842 $this->doc .= '$\leftarrow$';
845 $this->doc .= '$\leftrightarrow$';
848 $this->doc .= '$\Rightarrow$';
851 $this->doc .= '$\Leftarrow$';
854 $this->doc .= '$\Leftrightarrow$';
857 $this->doc .= '\copyright ';
860 $this->doc .= '\texttrademark ';
863 $this->doc .= '\textregistered ';
866 $this->doc .= $this->_latexSpecialChars($entity);
869 $this->doc .= '///ENTITYEND///';
878 $this->doc .= '///ENTITYSTART///';
879 $this->doc .= '$';
880 $this->doc .= $this->_latexSpecialChars($x);
881 $this->doc .= ' \times ';
882 $this->doc .= $this->_latexSpecialChars($y);
883 $this->doc .= '$';
884 $this->doc .= '///ENTITYEND///';
891 $this->doc .= '`';
898 $this->doc .= '\'';
905 $this->doc .= '\'';
919 $this->doc .= ',,';
935 $this->doc .= '"';
958 $this->doc .= $this->_latexSpecialChars($name);
960 $this->doc .= $this->_latexSpecialChars($hash);
962 $this->doc .= ' (';
964 $this->doc .= ')';
1000 $this->doc .= $title;
1014 $this->doc .= "%!!! RECURSION LOOP HAS BEEN PREVENTED !!!";
1028 $this->doc .= "%RECURSIVELY INSERTED FILE START";
1031 $this->doc .= $data;
1034 $this->doc .= "%RECURSIVELY INSERTED FILE END";
1221 $this->doc .= "{|";
1223 $this->doc .= $this->getConf('default_table_align') . "|";
1255 $this->doc .= " \\\\ ";
1259 $this->doc .= " ";
1304 $this->doc .= ' & ';
1311 $this->doc .= "\\multicolumn{" . $colspan . "}{|$align|}{";
1318 $this->doc .= "\\multirow{" . $rowspan . "}{*}{";
1328 $this->doc .= "}";
1332 $this->doc .= "}";
1338 $this->doc .= " & ";
1349 $this->doc .= "\\" . $command;
1352 $this->doc .= '[';
1356 $this->doc .= ', ';
1358 $this->doc .= $p;
1360 $this->doc .= ']';
1363 $this->doc .= "{";
1372 $this->doc .= '}';
1393 $this->doc .= $text;
1405 $this->doc .= "\n";
1414 if (preg_match('#%///MEDIA///#si', $this->doc)) {
1425 str_replace('%///MEDIA///', '', $this->doc);
1447 $this->doc .= ' ';
1473 $this->doc .= ' ';
1485 $this->doc = str_replace('FIXME', '\hl{FIXME}', $this->doc);
1486 $this->doc = str_replace('DELETEME', '\hl{DELETEME}', $this->doc);
1487 …$this->doc = preg_replace_callback('#{FIXME}\[(.*?)\]\((.*?)\)#si', array(&$this, '_highlightFixme…
1513 $this->doc .= $this->_latexSpecialChars($text);
1515 $this->doc .= '{';
1516 $this->doc .= $this->_pdfString($text);
1547 $this->doc = preg_replace('#///ENTITYSTART///(.*?)///ENTITYEND///#si', '$1', $this->doc);
1554 $this->doc = str_replace('[h!]{\centering}', '[!ht]{\centering}', $this->doc);
1555 $this->doc = str_replace('\\ref{', '\autoref{', $this->doc);
1589 $this->doc .= $data;
1703 $this->doc .= '\\href{' . $mailto . $url . '}{' . $link_original . '}';
1707 $this->doc .= '\\href{' . $mailto . $url . '}{' . $url . '}';
1711 $this->doc .= '\\url{' . $mailto . $url . '}';
1716 $this->doc .= '\\href{' . $mailto . $url . '}{';
1722 $this->doc .= '}';
1724 $this->doc .= '\\href{' . $mailto . $url . '}{' . $title . '}';