• JackHoganpanorama_fish_eye
    78 posts
    2 years ago

    for those of us in the PST who sometimes need to use formulas?

  • TomAxfordpanorama_fish_eye
    562 posts
    2 years ago

    That would be nice! I haven't used LaTeX for 20 years, but I guess it would be easy to get into it again.

    However, I wonder how many people here are familiar with LaTeX?

  • AlanShpanorama_fish_eye
    2 years ago

    I will ask. But for now, can you use an external latex editor and put the resultany formula in as either in quotes or as a picture?

    Alan

  • JackHoganpanorama_fish_eye
    78 posts
    2 years ago

    Sure can do that. quicklatex is pretty good to generate things on the fly. I don't know how to 'quote it' but one can definitely take a screenshot of the result. If one makes a mistake one needs to start from scratch though.

  • AlanShpanorama_fish_eye
    2 years ago

    How often will it be used?

    Alan

  • JackHoganpanorama_fish_eye
    78 posts
    2 years ago

    I think it would get decent use in the PST, I doubt it would elsewhere.

  • AlanShpanorama_fish_eye
    2 years ago

    I'll add it to the feature request link. But it won't be the highest priority thing

    Alan

  • bobn2panorama_fish_eye
    2 years ago

    Given that Latex to markdown is already common (for instance, in Wikipedia) it should be trivial, but then we have so many tasks that any of them isn't trivial right now.

  • JohnVickerspanorama_fish_eye
    128 posts
    2 years ago

    Like this:

    Flicker_1.png

    ?

    Flicker_1.png

    PNG, 50.0 KB, uploaded by JohnVickers 2 years ago.

  • JackHoganpanorama_fish_eye
    78 posts
    2 years ago

    Indeed.

  • JohnVickerspanorama_fish_eye
    128 posts
    2 years ago

    What I meant was that there's a workaround - which might not be ideal - but is functional.

  • tetrickypanorama_fish_eye
    5 posts
    2 years ago

    Misago uses a subset of Python-markdown. It is possible to include extensions through the use of plugins to extended the built in functionality.

    Amongst the third party extensions are various math/latex extensions.

    Although the editor would require modification to cleanly support it, the backend functionality can be added with a relatively simple plugin. Discussion here for an example to include table support.

  • JACShelp_outline
    878 posts
    2 years ago

    MathJax www.mathjax.org/ worked great even on a simple webpage the last time I used it. It is Javascript based, I do not know if the browsers now support it.

  • tetrickypanorama_fish_eye
    5 posts
    2 years ago