6134cf0145
feynmf is a combined LaTeX/Metafont package for easy drawing of professional quality Feynman diagrams. feynmf lays out most diagrams satisfactorily from the structure of the graph without any need for manual intervention. Nevertheless all the power of Metafont is available for more obscure cases. PR: ports/61921 Submitted by: hrs@FreeBSD.org
11 lines
215 B
Perl
11 lines
215 B
Perl
--- feynmf.pl Mon Jan 26 03:58:28 2004
|
|
+++ feynmf.pl Mon Jan 26 03:58:57 2004
|
|
@@ -373,7 +373,7 @@
|
|
maybe_run "$gftopk_prog $gf" if $gftopk_prog;
|
|
}
|
|
}
|
|
- close (<LOG>);
|
|
+ close (LOG);
|
|
}
|
|
}
|
|
}
|