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

Re: [tex4ht] problem using \sl and \sc in tex4ht when using matghjax mode

2018-11-18 Thread Nasser M. Abbasi
On 11/18/2018 2:34 PM, Michal Hoftich wrote: \Configure{@HEAD}{\HCode{ MathJax.Hub.Config({ TeX: { Macros: { \unexpanded{ sc : "\\small\\rm", sl: "\\it", } }, } }); }} The above worked very well. I've added it to my .cfg file. Now

Re: [tex4ht] problem using \sl and \sc in tex4ht when using matghjax mode

2018-11-18 Thread Michal Hoftich
Hi Nasser, > Maplesoft seems to have abandoned working maintaining its > Latex export for some other exotic math rendering software > so no chance this will fixed by them. That's unfortunate! > > I also tried using this class istead > > \documentclass[11pt,enabledeprecatedfontcommands]{scrartc

[tex4ht] problem using \sl and \sc in tex4ht when using matghjax mode

2018-11-18 Thread Nasser M. Abbasi
There is problem translating Latex code to HTML when using mathjax mode when latex uses the old \sl and \sc commands. This is code generated by Maple Latex so it is not possible to change it and not practical to edit it by hand each time since this is autogenerated each time the files are compi