projects
/
platform
/
upstream
/
isl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
doc: document isl_set_remove_divs_involving_dims
[platform/upstream/isl.git]
/
doc
/
mypod2latex
1
#!/usr/bin/perl
2
3
use strict;
4
use Pod::LaTeX;
5
6
my ($in, $out) = @ARGV;
7
8
my $parser = new Pod::LaTeX(
9
AddPreamble => 0,
10
AddPostamble => 0,
11
LevelNoNum => 5,
12
);
13
14
$parser->parse_from_file($in, $out);