Topic on Extension talk:Math

Cuppajoelad (talkcontribs)

Hi, I just installed this plugin, but I have no idea of the extents of which I can use latex. Is it just normal latex, are there certain packages used, can we modify which packages are available etc... I can't find any information on how to actually use this extension.

Physikerwelt (talkcontribs)
Cuppajoelad (talkcontribs)

Thanks, though I still don't know what packages are included in the math tags, can I use my own custom latex packages? I'd like to create algorithms, but each option requires the import of a package, is this possible? Where can I learn more?

Physikerwelt (talkcontribs)

This is really complicated. If you run it on your server and you trust that the input you can set Manual:$wgMathDisableTexFilter to 'always' and use a custom mathoid installation. This uses mathjax in the background and in theory you might be able to use all the packages that exist for MathJax. However, for algorithms you should be better off with extension Extension:SyntaxHighlight. Extension math was designed only for math and some chemestry.

138.51.8.165 (talkcontribs)

I think your right. As of right now I will use the following example from wikipedia to write my pseudocode:

algorithm Halton-Sequence is
    inputs: index 
            base 
    output: result 

    
    

    while  do
        
        
        

    return 

Although it would be great if we could render tikz directly through mathoid (not sure if that's possible)

Cuppajoelad (talkcontribs)

The above comment was me (forgot to login).

Reply to "Documentation?"