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 ",
>
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