wxMaxima-developers / wxmaxima

A gui for the computer algebra system Maxima built with wxWidgets
https://wxMaxima-developers.github.io/wxmaxima/
Other
483 stars 100 forks source link

latex math formula on title #1096

Open danielvolinski opened 5 years ago

danielvolinski commented 5 years ago

What is the proper way to insert a latex math formula on a title of a wxmaxima document or the title of a wxmaxima section?

I insert a latex math formula on a title or section and I get the same text literally on the PDF file, that is, without the latex formula being processed at all.

Thanks,

Daniel

gunterkoenigsmann commented 5 years ago

Looking int the code I guess if a cell starts with the text

  TeX:

it is sent to TeX without processing it first. If that doesn't work I'll find out why.

danielvolinski commented 5 years ago

Hi Gunter,

No, it does not work that way. It just prints the title of the section verbatim, including TeX:

Daniel

KubaO commented 4 years ago

This isn't really supported at the moment, so there simply isn't a way. We'd need to have some special syntax for that, and document it. Definitely a feature request.