Diff: Help/TeX2pngPlugin

Differences between current version and predecessor to the previous major change of Help/TeX2pngPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 6 Last edited on 17 January 2022 3:00 by harold
Older page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,58 +1,68 @@
-! Synopsis  
+The **~TeX2png** [[Help:WikiPlugin|plugin]] allows to display mathematical formulae in a Wiki page.  
  
-Help:WikiPlugin to display mathematical formulae in a Wiki page.  
+== Usage ==  
  
-! Usage  
-  
-<verbatim>  
- <?plugin TeX2png text="$$(a+b)^n=\sum_{k=0}^n{n\choose k}a^k b^{n-k}$$" ? >  
-</verbatim
+{{{  
+<<TeX2png text="$$(a+b)^n=\sum_{k=0}^n{n\choose k}a^k b^{n-k}$$">>  
+}}}  
  
 gives 
  
-<?plugin TeX2png text="$$(a+b)^n=\sum_{k=0}^n{n\choose k}a^k b^{n-k}$$" ?
+<< TeX2png text="$$(a+b)^n=\sum_{k=0}^n{n\choose k}a^k b^{n-k}$$">>  
+  
+== Arguments ==  
  
-! Arguments  
 There is only one argument which is the text of the mathematical 
-expression. This text *must be* enclosed by a dollar $ within a 
+expression. This text * *must be* * enclosed by a dollar $ within a 
 paragraph or two dollars $$ on a separate line. In the last case, 
 all is centered. 
  
 To write mathematical formulae, the syntax is the one 
-of [LaTeX | http://www.latex-project.org]. 
+of [[ http://www.latex-project.org|LaTeX] ]. 
  
-! Caveats 
+== Caveats ==  
  
 This plugin is only to produce readable mathematical formulae. Any 
-other text is not allowed : so if an expression is not enclosed by 
+other text is not allowed: so if an expression is not enclosed by 
 dollars then it will be displayed by a red text. It is all the same 
-possible to display raw text as <?plugin TeX2png text="$\textrm{\LaTeX}$" ? > by using : 
+possible to display raw text as << TeX2png text="$\textrm{\LaTeX}$"> > by using: 
  
-<verbatim>  
-<?plugin TeX2png text="$\textrm{\LaTeX}$" ? >  
-</verbatim
+{{{  
+<< TeX2png text="$\textrm{\LaTeX}$">>  
+}}}  
  
-This plugin is not able to produce sophisticated mathematicals texts 
+This [[Help:WikiPlugin| plugin]] is not able to produce sophisticated mathematicals texts 
 with links, cross references... For that, you can use for example 
-LaTeX2html. 
+[[http://www.latex2html.org/| LaTeX2html]].  
+  
+== Examples ==  
+  
+Some Greeks letters: <<TeX2png text="$\alpha$">>, <<TeX2png text="$\beta$">>, ... and a formula <<TeX2png text="$\sum_{i=1}^n \frac1{i^2}=\frac{\pi^2}{6}$">> to test display in a paragraph .  
+  
+=== Exercise 1 ===  
  
-! Examples  
+Consider the function:  
  
-Some Greeks letters : <?plugin TeX2png text="$\alpha$" ?>, <?plugin TeX2png text="$\beta $" ?>, ... and a formula <?plugin TeX2png text ="$\sum_{i=1} ^n \frac1{i ^2}=\frac {\pi^ 2}{6} $" ? > to test display in a paragraph.  
+<<TeX2png text="$$f(x) =(x ^2-4x+3) ^{1/ 2}$ $">>  
  
-*Exercise 1* Consider the function <?plugin TeX2png text="$ $f(x)=(x^2-4x+3) ^{1/2 }$ $" ?
+# Give the largest real domain for which f(x) is well defined.  
+# Give a domain on which the function is one-to-one. Using this domain derive a formula for the inverse function << TeX2png text="$f^{- 1}(x) $">>.  
+# Calculate the derivative f'(x).  
  
-#Give the largest real domain for which f(x) is well defined.  
-#Give a domain on which the function is one-to-one. Using this domain derive a formula for the inverse function <?plugin TeX2png text ="$f^{-1}(x)$" ?>.  
-#Calculate the derivative f'(x).  
+=== Exercise 2 ===  
  
-*Exercise 2* Consider the function : 
+Consider the function: 
  
-<?plugin TeX2png text="$$f(x) = \int_0^x e^{-t^2}\,dt, x\in\mathbb R$$" ?
+<< TeX2png text="$$f(x) = \int_0^x e^{-t^2}\,dt, x\in\mathbb R$$">
  
-#Show that for all r > 0 :<?plugin TeX2png text="$$\frac{\pi}{2}\int_0^r t e^{-t^2}\,dt \leq \int_0^r e^{-x^2}\,dx \int_0^r e^{-y^2}\,dy \leq \frac{\pi}{2} \int_0^{\sqrt{2} r} t e^{-t^2}\,dt$$" ? > *Help* : you can use polar coordinates.  
-#Hence find the limit of <?plugin TeX2png text="$f(x)$" ? > as x tends <?plugin TeX2png text="to $\infty$" ? >. 
+# Show that for all r > 0: << TeX2png text="$$\frac{\pi}{2}\int_0^r t e^{-t^2}\,dt \leq \int_0^r e^{-x^2}\,dx \int_0^r e^{-y^2}\,dy \leq \frac{\pi}{2} \int_0^{\sqrt{2} r} t e^{-t^2}\,dt$$"> > * *Help* *: you can use polar coordinates.  
+# Hence find the limit of << TeX2png text="$f(x)$"> > as x tends to < <TeX2png text="$\infty$"> >. 
  
------  
+== See Also ==  
+* [[Help:TexToPngPlugin]]  
+* [[Help:text2pngPlugin]]  
  
-PhpWikiDocumentation Help:WikiPlugin  
+<noinclude>  
+----  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The TeX2png plugin allows to display mathematical formulae in a Wiki page.

Usage

<<TeX2png text="$$(a+b)^n=\sum_{k=0}^n{n\choose k}a^k b^{n-k}$$">>

gives

Cannot run TeX2png plugin, “/usr/bin/latex” does not exist

Arguments

There is only one argument which is the text of the mathematical expression. This text must be enclosed by a dollar $ within a paragraph or two dollars $$ on a separate line. In the last case, all is centered.

To write mathematical formulae, the syntax is the one of LaTeX.

Caveats

This plugin is only to produce readable mathematical formulae. Any other text is not allowed: so if an expression is not enclosed by dollars then it will be displayed by a red text. It is all the same possible to display raw text as Cannot run TeX2png plugin, “/usr/bin/latex” does not exist by using:

<<TeX2png text="$\textrm{\LaTeX}$">>

This plugin is not able to produce sophisticated mathematicals texts with links, cross references... For that, you can use for example LaTeX2html.

Examples

Some Greeks letters: Cannot run TeX2png plugin, “/usr/bin/latex” does not exist, Cannot run TeX2png plugin, “/usr/bin/latex” does not exist, ... and a formula Cannot run TeX2png plugin, “/usr/bin/latex” does not exist to test display in a paragraph.

Exercise 1

Consider the function:

Cannot run TeX2png plugin, “/usr/bin/latex” does not exist
  1. Give the largest real domain for which f(x) is well defined.
  2. Give a domain on which the function is one-to-one. Using this domain derive a formula for the inverse function Cannot run TeX2png plugin, “/usr/bin/latex” does not exist.
  3. Calculate the derivative f'(x).

Exercise 2

Consider the function:

Cannot run TeX2png plugin, “/usr/bin/latex” does not exist
  1. Show that for all r > 0: Cannot run TeX2png plugin, “/usr/bin/latex” does not exist Help: you can use polar coordinates.
  2. Hence find the limit of Cannot run TeX2png plugin, “/usr/bin/latex” does not exist as x tends to Cannot run TeX2png plugin, “/usr/bin/latex” does not exist.

See Also