Re: [tex4ht] [bug #625] Bad register code (65536) again on auto-generated Latex code

2024-04-30 Thread Michal Hoftich
Hi Nasser, I think for now, I'll just delete these long equations and > not write them to the latex file as this seems simplest solution. > > Since this is all done in code, I changed my code to check > for large Latex equations. > > Computer algebra systems tend to generate huge Latex expressions

Re: [tex4ht] [bug #625] Bad register code (65536) again on auto-generated Latex code

2024-04-29 Thread Nasser M. Abbasi
Thanks for the info Michal; Yes, I changed my texmf.cnf first thing when installing texlive to increase the counters, else will not be able to compile most of my files. cat texmf.cnf buf_size=900 pool_size=900 main_memory=900 save_size=100 max_strings = 500 strings_free = 1

[tex4ht] [bug #625] Bad register code (65536) again on auto-generated Latex code

2024-04-29 Thread Michal Hoftich
Follow-up Comment #2, bug #625 (project tex4ht): Hi Nasser, this is not limited to TeX4ht but to l3regex, which is used to clean the MathJax code. See this question, where they found the same issue: https://tex.stackexchange.com/q/654633/2891 In theory, you could skip the regex cleaning using thi

[tex4ht] [bug #625] Bad register code (65536) again on auto-generated Latex code

2024-04-28 Thread Nasser M. Abbasi
Follow-up Comment #1, bug #625 (project tex4ht): I have now a workaround. So able to build my output. I changed my program to check the length of each Latex equation generated by Maple before writing them to the latex file. If each equation (as string) has length > 10,000 then will not write th

[tex4ht] [bug #625] Bad register code (65536) again on auto-generated Latex code

2024-04-28 Thread Nasser M. Abbasi
URL: Summary: Bad register code (65536) again on auto-generated Latex code Project: tex4ht Submitted by: nma123 Submitted on: Sun Apr 28 23:19:37 2024 Category: None Pr