Main Page: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
If you run your private wiki you can allow that users can input formulae
This page is a preview for the new Math rendering that will get live at Wikipedia soon.
in different input formats.
Registered user will be able to chose between
Therefore you have to add <code>$wgMathEnableExperimentalInputFormats = true;</code> to your local config.
;Source:<math forcemathmode="3">E=mc^2</math>(currently disabled via config)
Afterwards you can use two additional input modes which can be enabled via one of the following <code>type</code> attribute
;PNG:<math forcemathmode="0">E=mc^2</math> (currently active)
;pmml: Presentation MathML
;MathML:<math forcemathmode="5">E=mc^2</math>(no Mathoid server can be accessed from the Wikimedia production cluster)
;ascii: ASCIIMath
* In a first step MathML and SVG will be available to registered users only.
For example asciimath input can be entered via
** If you want to test please register an account here [http://math-preview.wmflabs.org/w/index.php?title=Special:UserLogin&type=signup&returnto=Help:Formula Register]
:<code><nowiki><math type="ascii">d/dxf(x)=lim_{(h->0)}(f(x+h)-f(x))/h</math></nowiki></code> and looks like <math type="ascii">d/dxf(x)=lim_{(h->0)}(f(x+h)-f(x))/h</math>
*** You don't have to enter a email address nor any private information do not use a password that you use elsewhere
** Change your Math rendering settings to MathML [http://math-preview.wmflabs.org/wiki/Special:Preferences#mw-prefsection-rendering here]
* Go to a [http://math-preview.wmflabs.org/wiki/Special:Random random page] or
* one of the test pages listed below.
==I found a bug==
If you find any bugs please report a bug at [https://bugzilla.wikimedia.org/enter_bug.cgi?product=MediaWiki%20extensions&component=Math&version=master&short_desc=Math-preview%20rendering%20problem Bugzilla] or write a mail to math_bugs (at) ckurs (dot) de
==Test pages ==
*[[Displaystyle]]
*[[Unique Ids]]
*[[Help:Formula]]
 
*[[Inputtypes|Inputtypes (private Wikis only)]]
*[[Url2Image|Url2Image (private Wikis only)]]

Revision as of 11:46, 11 July 2014

This page is a preview for the new Math rendering that will get live at Wikipedia soon. Registered user will be able to chose between

Source
E=mc2(currently disabled via config)
PNG
E=mc2 (currently active)
MathML
E=mc2(no Mathoid server can be accessed from the Wikimedia production cluster)
  • In a first step MathML and SVG will be available to registered users only.
    • If you want to test please register an account here Register
      • You don't have to enter a email address nor any private information do not use a password that you use elsewhere
    • Change your Math rendering settings to MathML here
  • Go to a random page or
  • one of the test pages listed below.

I found a bug

If you find any bugs please report a bug at Bugzilla or write a mail to math_bugs (at) ckurs (dot) de

Test pages