Difference between revisions of "Toolbox"

From aemwiki
Jump to: navigation, search
m (Protected "Toolbox" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(18 intermediate revisions by 8 users not shown)
Line 1: Line 1:
'''texvc''' ('''TeX validator and converter''') is a program which renders mathematical formulae in LaTeX-syntax and outputs graphics that are embedded in wiki articles.  
+
'''MathJax''' ('''TeX validator and converter''') is a program which renders mathematical formulae in LaTeX-syntax and outputs graphics that are embedded in wiki articles.  
  
Click on ''edit'' to view the LaTeX-syntax in between the ''math''-tag. If texvc is not installed in your Mediawiki-Installation the graphics output is not visible.
+
UNDER REPAIR
 +
 
 +
Click on ''edit'' to view the LaTeX-syntax in between the ''math''-tag.  
  
 
Here are some examples of LaTeX output produced in this manner:
 
Here are some examples of LaTeX output produced in this manner:
  
* <math>\int_a^xf(\zeta\,z)\,dx</math>
+
:<math>
* <math>\int_1^\infty \frac{1}{k}\,dk</math>
+
\int_a^xf(\zeta\,z)\,dx
* <math>\sqrt{x^2+2x+1}=|x+1| - ((\frac{2x^2}{x})^2)^2</math>
+
</math>
* <math>\ E = \sum_{i=1}^N e^{- J_{ij} \sigma_i \sigma_j} </math>
+
 
 +
:<math>
 +
\int_1^\infty \frac{1}{k^2}\,dk
 +
</math>
  
'''Ok.  So we had a problem.  The math equations were not working yet.  They seem to be fine now.'''
+
:<math>
 +
\sqrt{x^2+2x+1}=|x+1| - ((\frac{2x^2}{x})^2)^2
 +
</math>
  
[[jsMathTest]] shows how to use jsMath instead. In that case, the above equations become:
+
:<math>
* $$\int_a^x f(\alpha\,)\,dx$$
+
\ E = \sum_{i=1}^N e^{- J_{ij} \sigma_i \sigma_j}  
* $$\int_1^\infty \frac{1}{k}\,dk$$
+
</math>
* $$\sqrt{x^2+2x+1}=|x+1| - ((\frac{2x^2}{x})^2)^2$$
 
* $$\ E = \sum_{i=1}^N e^{- J_{ij} \sigma_i \sigma_j}$$
 
  
And here is a comparison of how these two options look for the Cauchy singular integral:
+
:<math>
 +
\ \Phi = \frac{Q}{2\pi}\log(z-z_w)
 +
</math>
  
* TeXvc: <center><math>\Omega(z) = \frac{1}{2\pi i}\int_{\Gamma}{\frac{\lambda(\delta)}{z-\delta}d\delta}</math></center>
 
* jsMath: $$\Omega(z) = \frac{1}{2\pi i}\int_{\Gamma}{\frac{\lambda(\delta)}{z-\delta}d\delta}$$
 
  
==External links==
+
And here is a real case example, the Cauchy singular integral:
  
* [http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/math/README?view=markup The texvc README file in SVN]
+
<center><math>\Omega(z) = \frac{1}{2\pi i}\int_{\Gamma}{\frac{\lambda(\delta)}{z-\delta}d\delta}</math></center>

Latest revision as of 16:51, 15 December 2018

MathJax (TeX validator and converter) is a program which renders mathematical formulae in LaTeX-syntax and outputs graphics that are embedded in wiki articles.

UNDER REPAIR

Click on edit to view the LaTeX-syntax in between the math-tag.

Here are some examples of LaTeX output produced in this manner:

<math>

\int_a^xf(\zeta\,z)\,dx </math>

<math>

\int_1^\infty \frac{1}{k^2}\,dk </math>

<math>

\sqrt{x^2+2x+1}=|x+1| - ((\frac{2x^2}{x})^2)^2 </math>

<math>

\ E = \sum_{i=1}^N e^{- J_{ij} \sigma_i \sigma_j} </math>

<math>

\ \Phi = \frac{Q}{2\pi}\log(z-z_w) </math>


And here is a real case example, the Cauchy singular integral:

<math>\Omega(z) = \frac{1}{2\pi i}\int_{\Gamma}{\frac{\lambda(\delta)}{z-\delta}d\delta}</math>