isl_schedule_constraints: split proximity constraints into coincidence/proximity
[isl.git] / doc / mypod2latex
blobb11c0593d01544b000bb999775c1af0a33609f90
1 #!/usr/bin/perl
3 use strict;
4 use Pod::LaTeX;
6 my ($in, $out) = @ARGV;
8 my $parser = new Pod::LaTeX(
9 AddPreamble => 0,
10 AddPostamble => 0,
11 LevelNoNum => 5,
14 $parser->parse_from_file($in, $out);