use Tex::TexEmitter;
use Tex::TexDocHandler;
Dar::Init();
my $tex = new Tex::TexEmitter("n:\\ardoc\\dar\\out\\tex\\auto\\arp.tex");
$tex->setTitle("Documentazione delle procedure AR");
$tex->setLang("italian");
$tex->setStyle("arbook");
$tex->setAuthors("John P Arnold");
$tex->open_params(1,0,0);
$tex->h1("", "", "Riepilogo delle riunioni");
$tex->document(0, "h1NT", "AMM.DOC.AR.3WDJQWE");
$tex->h1("", "", "Riunione 4-10-2000");
$tex->document(0, "h1NT", "AMM.DOC.AR.3WDJQWF");
$tex->document(0, "h2", "AMM.DOC.AR.3WDJQX5");
$tex->document(0, "h3", "AMM.DOC.AR.3WDK0UB");
$tex->document(0, "h3", "AMM.DOC.AR.3WDN04P");
$tex->document(0, "h3", "AMM.DOC.AR.3WDKJG0");
$tex->document(0, "h3", "AMM.DOC.AR.3WDLJYO");
$tex->document(0, "h3", "DSG.3WDLOEE");
$tex->document(0, "h2", "AMM.DOC.AR.3WDN22F");
$tex->document(0, "h2", "AMM.DOC.AR.3WDN38U");
$tex->document(0, "h2", "AMM.DOC.AR.3WDOBSG");
$tex->documentList();
$tex->close();
Dar::Term();
|