From: <var...@us...> - 2014-07-01 14:13:05
|
Revision: 8944 http://sourceforge.net/p/phpwiki/code/8944 Author: vargenau Date: 2014-07-01 14:12:55 +0000 (Tue, 01 Jul 2014) Log Message: ----------- Update pgsrc pages Modified Paths: -------------- trunk/pgsrc/Help%2FPloticusPlugin trunk/pgsrc/Help%2FTeX2pngPlugin trunk/pgsrc/Help%2FTexToPngPlugin trunk/pgsrc/Help%2FVisualWikiPlugin trunk/pgsrc/Help%2Ftext2pngPlugin Modified: trunk/pgsrc/Help%2FPloticusPlugin =================================================================== --- trunk/pgsrc/Help%2FPloticusPlugin 2014-07-01 10:34:49 UTC (rev 8943) +++ trunk/pgsrc/Help%2FPloticusPlugin 2014-07-01 14:12:55 UTC (rev 8944) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 14:58:45 +0000 +Date: Tue, 1 Jul 2014 16:09:46 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPloticusPlugin; @@ -90,41 +90,8 @@ == Examples == -<<Ploticus device||=png -#proc page -#if @DEVICE in gif,png - scale: 0.7 -#endif +Sample Pie Chart: -// specify data using {proc getdata} -#proc getdata -data: Brazil 22 - Columbia 17 - "Costa Rica" 22 - Guatemala 3 - Honduras 12 - Mexico 14 - Nicaragua 28 - Belize 9 - United\nStates 21 - Canada 8 - -// render the pie graph using {proc pie} -#proc pie -firstslice: 90 -explode: .2 0 0 0 0 .2 0 -datafield: 2 -labelfield: 1 -labelmode: line+label -center: 4 4 -radius: 2 -colors: yellow pink pink pink pink yellow pink -labelfarout: 1.05 ->> - -The pie chart above was produced by this code from the Ploticus -testsuite: - {{{ <<Ploticus device||=png alt="Sample Pie Chart" #proc page Modified: trunk/pgsrc/Help%2FTeX2pngPlugin =================================================================== --- trunk/pgsrc/Help%2FTeX2pngPlugin 2014-07-01 10:34:49 UTC (rev 8943) +++ trunk/pgsrc/Help%2FTeX2pngPlugin 2014-07-01 14:12:55 UTC (rev 8944) @@ -1,4 +1,4 @@ -Date: Tue, 1 Jul 2014 12:31:37 +0000 +Date: Tue, 1 Jul 2014 16:09:46 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FTeX2pngPlugin; @@ -47,16 +47,20 @@ 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: +=== Exercise 1 === +Consider the function: + <<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). -**Exercise 2** Consider the function: +=== 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. Modified: trunk/pgsrc/Help%2FTexToPngPlugin =================================================================== --- trunk/pgsrc/Help%2FTexToPngPlugin 2014-07-01 10:34:49 UTC (rev 8943) +++ trunk/pgsrc/Help%2FTexToPngPlugin 2014-07-01 14:12:55 UTC (rev 8944) @@ -1,4 +1,4 @@ -Date: Thu, 26 Jun 2014 12:01:34 +0000 +Date: Tue, 1 Jul 2014 16:09:46 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FTexToPngPlugin; @@ -6,7 +6,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -Converts TeX to an image. May be used to embed formulas in PhpWiki. +Converts TeX to an image. May be used to embed formulas in ~PhpWiki. == Usage == {{{ Modified: trunk/pgsrc/Help%2FVisualWikiPlugin =================================================================== --- trunk/pgsrc/Help%2FVisualWikiPlugin 2014-07-01 10:34:49 UTC (rev 8943) +++ trunk/pgsrc/Help%2FVisualWikiPlugin 2014-07-01 14:12:55 UTC (rev 8944) @@ -1,4 +1,4 @@ -Date: Mon, 8 Jul 2013 17:58:18 +0000 +Date: Tue, 1 Jul 2014 16:09:46 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FVisualWikiPlugin; @@ -101,8 +101,6 @@ <<VisualWiki>> }}} -<<VisualWiki>> - == Author == * Johannes Große Modified: trunk/pgsrc/Help%2Ftext2pngPlugin =================================================================== --- trunk/pgsrc/Help%2Ftext2pngPlugin 2014-07-01 10:34:49 UTC (rev 8943) +++ trunk/pgsrc/Help%2Ftext2pngPlugin 2014-07-01 14:12:55 UTC (rev 8944) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Tue, 1 Jul 2014 16:09:46 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2Ftext2pngPlugin; @@ -20,22 +20,44 @@ == Arguments == -text: - some text to display -lang: - language subdirectory -_force: - set to 1 to recreate the image -fontsize: - 18. with GD1 it's the pixelsize, with GD2 the pointsize -with_shadow: - 1 -fontcolor: - #000000 -shadowcolor: - #AFAFAF -backcolor: - #ffffff +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **text** +| some text to display +| +|- +| **lang** +| language subdirectory +| +|- +| **force** +| set to 1 to recreate the image +| +|- +| **fontsize** +| +| 18. with GD1 it's the pixelsize, with GD2 the pointsize +|- +| **with_shadow** +| +| 1 +|- +| **fontcolor** +| +| #000000 +|- +| **shadowcolor** +| +| #AFAFAF +|- +| **backcolor** +| +| #ffffff +|} === Configurable Options === @@ -46,8 +68,6 @@ {{{ <<text2png text='Hello WikiWorld!'>> }}} -would produce: -<<text2png text='Hello WikiWorld!'>> == See Also == * [[Help:TeX2PngPlugin]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |