[BETA] MathJax phpBB Integration

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning
sergio91pt
Registered User
Posts: 62
Joined: Thu Jul 07, 2011 11:03 am

Re: [BETA] MathJax phpBB Integration

Post by sergio91pt »

Supposing you've already installed the mod:
Go to your control panel -> .Mods -> MathJax general settings, then on 'Use the MathJax CDN' select yes and submit.

If you haven't installed yet, when "running" the php file, just select yes on when it asks that question.
monsterkill
Registered User
Posts: 5
Joined: Sun Feb 09, 2014 10:09 pm

Re: [BETA] MathJax phpBB Integration

Post by monsterkill »

Is there a way to integrate this mod with ip board?
Emperor Vega
Registered User
Posts: 207
Joined: Fri Feb 07, 2014 12:45 pm

Re: [BETA] MathJax phpBB Integration

Post by Emperor Vega »

sergio91pt wrote:Supposing you've already installed the mod:
Go to your control panel -> .Mods -> MathJax general settings, then on 'Use the MathJax CDN' select yes and submit.

If you haven't installed yet, when "running" the php file, just select yes on when it asks that question.
Thank you.I thought I would have to do that before installing the mod since it was a requirement.
But does this work in 3.0.12?
sergio91pt
Registered User
Posts: 62
Joined: Thu Jul 07, 2011 11:03 am

Re: [BETA] MathJax phpBB Integration

Post by sergio91pt »

Emperor Vega wrote:
sergio91pt wrote:Supposing you've already installed the mod:
Go to your control panel -> .Mods -> MathJax general settings, then on 'Use the MathJax CDN' select yes and submit.

If you haven't installed yet, when "running" the php file, just select yes on when it asks that question.
Thank you.I thought I would have to do that before installing the mod since it was a requirement.
But does this work in 3.0.12?
The last version I tested was 3.0.11. Use AutoMod, probably works just fine.
monsterkill wrote:Is there a way to integrate this mod with ip board?
No idea, I'm not familiar with IPB. Sorry.
Emperor Vega
Registered User
Posts: 207
Joined: Fri Feb 07, 2014 12:45 pm

Re: [BETA] MathJax phpBB Integration

Post by Emperor Vega »

This is what I get when I write this

Code: Select all

[latex]sqrt{4}=2[/latex]
Image

Also,What are the codes,(I mean,like sqrt) which can be used?

EDIT: Don't mind,I figured out,I have to use \sqrt not just sqrt.

Again what are the Latex references(eg:\sqrt)?
User avatar
muggins
Registered User
Posts: 1183
Joined: Fri Feb 22, 2008 5:12 pm
Location: Texas
Name: Donovan

Re: [BETA] MathJax phpBB Integration

Post by muggins »

Try this: MathTex
Muggins
sergio91pt
Registered User
Posts: 62
Joined: Thu Jul 07, 2011 11:03 am

Re: [BETA] MathJax phpBB Integration

Post by sergio91pt »

Emperor Vega wrote:This is what I get when I write this

Code: Select all

[latex]sqrt{4}=2[/latex]
Image

Also,What are the codes,(I mean,like sqrt) which can be used?

EDIT: Don't mind,I figured out,I have to use \sqrt not just sqrt.

Again what are the Latex references(eg:\sqrt)?
https://en.wikibooks.org/wiki/LaTeX/Mathematics
http://estudijas.lu.lv/pluginfile.php/1 ... ymbols.pdf
ftp://ftp.ams.org/ams/doc/amsmath/short-math-guide.pdf
Emperor Vega
Registered User
Posts: 207
Joined: Fri Feb 07, 2014 12:45 pm

Re: [BETA] MathJax phpBB Integration

Post by Emperor Vega »

I know you must be feeling like: "Is this an idiot?"
I got this confusion because,even though the mouse over help line text was set to :

Code: Select all

[latex]\sqrt{4} = 2[/latex]
, The text which appears here,
Image
is still

Code: Select all

[latex]sqrt{4} = 2[/latex]
,How can I make this correct?
Is this a problem with the ABBC3 mod?
sergio91pt
Registered User
Posts: 62
Joined: Thu Jul 07, 2011 11:03 am

Re: [BETA] MathJax phpBB Integration

Post by sergio91pt »

Strange, so if you post [latex]\sqrt{4} = 2[/latex], it becomes [latex]sqrt{4} = 2[/latex]?
I once tested ABBC3 compatibility and it worked.

Can you try a more elaborate equation? All '\' are also removed?

Code: Select all

J_\alpha(x) = \sum\limits_{m=0}^\infty \frac{(-1)^m}{m! \, \Gamma(m + \alpha + 1)}{\left({\frac{x}{2}}\right)}^{2 m + \alpha}
Emperor Vega
Registered User
Posts: 207
Joined: Fri Feb 07, 2014 12:45 pm

Re: [BETA] MathJax phpBB Integration

Post by Emperor Vega »

No,it's just the word that appear below as a description,everything works fine,that equation too.
Image
It's this one:
Image
sergio91pt
Registered User
Posts: 62
Joined: Thu Jul 07, 2011 11:03 am

Re: [BETA] MathJax phpBB Integration

Post by sergio91pt »

My bad. So to change the help line go to that section in your control panel, this time on BBCodes and you can modify the text.

In the source seems alright, not sure how you lost the '\'.
sergio91pt
Registered User
Posts: 62
Joined: Thu Jul 07, 2011 11:03 am

Re: [BETA] MathJax phpBB Integration

Post by sergio91pt »

Emperor Vega wrote:I know you must be feeling like: "Is this an idiot?"
I got this confusion because,even though the mouse over help line text was set to :

Code: Select all

[latex]\sqrt{4} = 2[/latex]
, The text which appears here,
Image
is still

Code: Select all

[latex]sqrt{4} = 2[/latex]
,How can I make this correct?
Is this a problem with the ABBC3 mod?
Wait, if the mouse over line is correct but that tip line eats backward slashes then yes, its a bug in ABBC3.
You can modify the help line to avoid it or see if ABBC3's dev can fix it.
Emperor Vega
Registered User
Posts: 207
Joined: Fri Feb 07, 2014 12:45 pm

Re: [BETA] MathJax phpBB Integration

Post by Emperor Vega »

Ok.i have posted this question there. :) Thank you for this amazing LaTeX mod.This is more than amazing
Emperor Vega
Registered User
Posts: 207
Joined: Fri Feb 07, 2014 12:45 pm

Re: [BETA] MathJax phpBB Integration

Post by Emperor Vega »

Hey,Is it possible to be able to write in latex by using just ## ?
User avatar
muggins
Registered User
Posts: 1183
Joined: Fri Feb 22, 2008 5:12 pm
Location: Texas
Name: Donovan

Re: [BETA] MathJax phpBB Integration

Post by muggins »

Yes, but why would you want to? :? Anyone who uses LaTeX is aware of the standard conventions, and use of the alternative delimiters is covered here.
Muggins

Return to “[3.0.x] MODs in Development”