Re: [tex4ht] request for a new feature for tex4ht. Adding basic translation support for dmath and dgroup from breqn package.

2021-10-29 Thread Michal Hoftich
Hi Nasser, > I've just finished testing the above filter on a 17,000 pages > document which took 6 hrs to compile to HTML. > That is still quite long! But it is great that it converts correctly. > The automatic conversion from dmath and dgroup to align enviroment > looks to be working very wel

Re: [tex4ht] request for a new feature for tex4ht. Adding basic translation support for dmath and dgroup from breqn package.

2021-10-27 Thread Nasser M. Abbasi
On 10/25/2021 3:44 PM, Michal Hoftich wrote: Yes, this isn't really nice. I posted Lua based solution to TeX.sx: https://tex.stackexchange.com/a/620138/2891 Hello; I've just finished testing the above filter on a 17,000 pages document which took 6 hrs to compile to HTML. The automatic conv

Re: [tex4ht] request for a new feature for tex4ht. Adding basic translation support for dmath and dgroup from breqn package.

2021-10-25 Thread Michal Hoftich
Hi Nasser, > breqn is only needed in pdf mode due to limited page width > and not in HTML mode. tex4ht does not support breqn, which is OK, > as not really needed for HTML. > I think we should really support breqn, I've tested it in the MathML and image math modes and it failed with fatal error.

[tex4ht] request for a new feature for tex4ht. Adding basic translation support for dmath and dgroup from breqn package.

2021-10-25 Thread Nasser M. Abbasi
I now make heavy use of breqn package since many of the equations generated from computer algebra systems are long and breqn package is the only way to break them without manual editing which is not possible since these equations are auto generated each time my program runs. breqn is only needed