Lines Matching refs:OUT
21 open(OUT,">tommath.tex") or die "Can't open destination file";
78 print OUT "\\vspace{+3mm}\\begin{small}\n\\hspace{-5.1mm}{\\bf File}: $tmp\n\\vspace{-3mm}\n\\begin{alltt}\n";
104 printf OUT ("%03d ", $line);
106 print OUT chr(vec($_, $x, 8));
108 print OUT "\n ";
112 print OUT "\n";
116 print OUT "\\end{alltt}\n\\end{small}\n";
180 print OUT $_;
248 print OUT $_;
254 print OUT "\\begin{center}\n\\begin{figure}[here]\n\\includegraphics{pics/$m[1]$graph}\n";
255 print OUT "\\caption{$m[2]}\n\\label{pic:$m[1]}\n\\end{figure}\n\\end{center}\n";
258 print OUT $_;
264 close (OUT);