Re: [tex4ht] Problem rendering operator name in HTML when using mathjax mode.

2018-11-18 Thread Michal Hoftich
Hi Nasser, > > I tried to do same Trick like Michal showed and changed my .cfg > to use > > \Configure{@HEAD}{\HCode{ > >MathJax.Hub.Config({ > TeX: { >Macros: { > \unexpanded{ > sc : "\\small\\rm", > sl: "\\it", > LommelS1: "\\LommelS1 ", >

[tex4ht] Problem rendering operator name in HTML when using mathjax mode.

2018-11-18 Thread Nasser M. Abbasi
I just found a new problem that I can't resolve. I had to use \newcommand{\LommelS}[1]{\operatorname{LommelS#1}} To correctly compile code in Latex generated by Maple. I could not use \DeclareMathOperator{\LommelS1}{LommelS1} since a number can't be at end of operator. I posted question abo