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