buildtools/gcc/isl/doc/mypod2latex

15 lines
207 B
Plaintext
Raw Normal View History

2014-01-27 21:38:34 +01:00
#!/usr/bin/perl
use strict;
use Pod::LaTeX;
my ($in, $out) = @ARGV;
my $parser = new Pod::LaTeX(
AddPreamble => 0,
AddPostamble => 0,
LevelNoNum => 5,
);
$parser->parse_from_file($in, $out);