I am using this module to create a PDF file, from some autogenerated
LaTeX.  However, the file needs to be processed twice to get the
correct output, as is sometimes the case with LaTeX.  Is this
possible?  I have naively tried:

  $template->process(\$latex,$pdfOptions,$pdfFile,binmode=>1);
  $template->process(\$latex,$pdfOptions,$pdfFile,binmode=>1);

but this doesn't help.

Thanks,

Joe

_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to