sub build_sty{
    system("latex latex2pydata.ins");
}

build_sty();

$pdf_mode = 1;
$pdflatex = "pdflatex -synctex=1 -interaction=nonstopmode %S";
