- Timestamp:
- 11/16/08 20:25:48 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LatexModePlugin/lib/TWiki/Plugins/LatexModePlugin/Render.pm
r194 r738 114 114 # my $fn = &TWiki::Func::getPubDir() . "/".$web.'/'.$topic.'/mapping.txt'; 115 115 # open(F, ">>$fn") or return; 116 # print F `date`; 116 # use POSIX qw/strftime/; 117 # print F strftime, "%a %b %d %X %Z %Y\n", localtime; 117 118 # print F "\t".$s1."\n"; 118 119 # print F "-"x70; … … 774 775 if ( ( TWiki::Func::getContext()->{'preview'} ) || 775 776 ( TWiki::Func::getContext()->{'save'} ) ) { 776 # my $resp = `$GREP -A 3 -i "!" $LATEXLOG`;777 777 (my $logf = $LATEXFILENAME) =~ s/\.tex$/\.log/; 778 778 # $sandbox->{TRACE} = 1; … … 934 934 } elsif ($opts{'engine'} eq 'mimetex') { 935 935 my $ccmd = $PATHTOMIMETEX.' -d -f %IN|F% '; 936 # my $ccmd = $PATHTOMIMETEX.' -d -f '.$key.'.txt '; # > '.$outimg;937 # `$ccmd`;938 939 936 my ($data,$ret) = $sandbox->sysCommand( $ccmd, 940 937 IN => $key.'.txt' ); 941 938 942 939 if ($ret eq 0) { 943 940 open(OI,">$outimg");
Note: See TracChangeset
for help on using the changeset viewer.
