From: <var...@us...> - 2008-10-02 09:01:45
|
Revision: 6285 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6285&view=rev Author: vargenau Date: 2008-10-02 09:01:37 +0000 (Thu, 02 Oct 2008) Log Message: ----------- Weblink to LaTeX2html Modified Paths: -------------- trunk/pgsrc/Help%2FTeX2pngPlugin Modified: trunk/pgsrc/Help%FTeX2pngPlugin =================================================================== --- trunk/pgsrc/Help%2FTeX2pngPlugin 2008-10-01 12:23:28 UTC (rev 6284) +++ trunk/pgsrc/Help%2FTeX2pngPlugin 2008-10-02 09:01:37 UTC (rev 6285) @@ -1,4 +1,4 @@ -Date: Mon, 16 Jun 2008 14:15:24 +0000 +Date: Mon, 1 Oct 2008 14:15:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -42,7 +42,7 @@ This plugin is not able to produce sophisticated mathematicals texts with links, cross references... For that, you can use for example -LaTeX2html. +[LaTeX2html|http://www.latex2html.org/]. !!! Examples This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-07-01 10:34:57
|
Revision: 8943 http://sourceforge.net/p/phpwiki/code/8943 Author: vargenau Date: 2014-07-01 10:34:49 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Wikicreole syntax Modified Paths: -------------- trunk/pgsrc/Help%2FTeX2pngPlugin Modified: trunk/pgsrc/Help%2FTeX2pngPlugin =================================================================== --- trunk/pgsrc/Help%2FTeX2pngPlugin 2014-06-26 16:55:40 UTC (rev 8942) +++ trunk/pgsrc/Help%2FTeX2pngPlugin 2014-07-01 10:34:49 UTC (rev 8943) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Tue, 1 Jul 2014 12:31:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FTeX2pngPlugin; @@ -21,12 +21,12 @@ == 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 == @@ -39,26 +39,28 @@ <<TeX2png text="$\textrm{\LaTeX}$">> }}} -This* [[Help:WikiPlugin|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/]. +[[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* Consider the function <<TeX2png text="$$f(x)=(x^2-4x+3)^{1/2}$$">> +**Exercise 1** Consider the function: -#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). +<<TeX2png text="$$f(x)=(x^2-4x+3)^{1/2}$$">> -*Exercise 2* Consider the function : +# 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). +**Exercise 2** Consider the function: + <<TeX2png text="$$f(x) = \int_0^x e^{-t^2}\,dt, x\in\mathbb R$$">> -#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 <<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 <<TeX2png text="to $\infty$">>. <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2021-06-21 15:11:18
|
Revision: 10310 http://sourceforge.net/p/phpwiki/code/10310 Author: vargenau Date: 2021-06-21 15:11:16 +0000 (Mon, 21 Jun 2021) Log Message: ----------- pgsrc/Help%2FTeX2pngPlugin: fix LaTeX expression Modified Paths: -------------- trunk/pgsrc/Help%2FTeX2pngPlugin Modified: trunk/pgsrc/Help%2FTeX2pngPlugin =================================================================== --- trunk/pgsrc/Help%2FTeX2pngPlugin 2021-06-21 15:07:05 UTC (rev 10309) +++ trunk/pgsrc/Help%2FTeX2pngPlugin 2021-06-21 15:11:16 UTC (rev 10310) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Mon, 21 Jun 2021 17:07:49 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FTeX2pngPlugin; @@ -64,7 +64,7 @@ <<TeX2png text="$$f(x) = \int_0^x e^{-t^2}\,dt, x\in\mathbb R$$">> # 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 <<TeX2png text="to $\infty$">>. +# Hence find the limit of <<TeX2png text="$f(x)$">> as x tends to <<TeX2png text="$\infty$">>. <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |