Re: [tex4ht] How to control/optimize the number of times make4ht runs dvilualatex?

2022-04-24 Thread Michal Hoftich
Sorry, there was still an error in my previous email, the condition should be if compilation_count >= max_compilations then return status end instead of if compilation_count => max_compilations then return status end Best regards, Michal

Re: [tex4ht] How to control/optimize the number of times make4ht runs dvilualatex?

2022-04-24 Thread Michal Hoftich
Hi Nasser > > Unfortunately, I had to remove this build file after trying > it on my actual large latex file. > > This is what happened. After waiting for almost 30 hrs, and counted > tex4ht calling dvilualatex 10 times ! I decided it went into > an infinite loop for some reason. It takes 2-2.5

Re: [tex4ht] How to control/optimize the number of times make4ht runs dvilualatex?

2022-04-24 Thread Nasser M. Abbasi
On 4/24/2022 10:11 AM, Michal Hoftich wrote: But when now I use the same command again, but do not clear the folder and keep all intermediate files generated from earlier command, it now calls dvilualatex one time only and not 2 times. Just wanted to make sure this is all what is expected as I

Re: [tex4ht] How to control/optimize the number of times make4ht runs dvilualatex?

2022-04-24 Thread Michal Hoftich
Hi Nasser, > > Just a clarification. I now trying using your build file above to optimize > the number of times tex4ht is called. > > Do I need to also add > > \Preamble{xhtml} > \typeout{(\jobname.4tc)} > \begin{document} > \EndPreamble > > to my .cfg? or is this above for use with the other met