I'm working with the Acrotex Presentation Bundle which needs 3 latex-runs to generate a fully working interactive PDF. The toolchain ist latex->dvips->Acrobat Distiller. While building the project there are too little latex-runs (I think 2 instead of 3) before invoking dvips.exe and ps2pdf.exe. So building works but the resulting PDF is missing some functions. Rerunning the project results in a fully-functioning-PDF. Possibly it would be nice to have the ability to specify the number of latex-runs ...
Joachim
Hi
Texlipse detects the number of runs required (up to a max of 5), though this is dependant upon that Texlipse knows which files are changed during the runs.
As I'm currently on Linux, I have some problems knowing which files the APB generates. Is it possible for you to make minimal example, and compile it manually, finding the files that change between each compilation?