Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64667 - branches/release/libs/math/doc/sf_and_dist/equations
From: john_at_[hidden]
Date: 2010-08-07 13:10:19


Author: johnmaddock
Date: 2010-08-07 13:10:18 EDT (Sat, 07 Aug 2010)
New Revision: 64667
URL: http://svn.boost.org/trac/boost/changeset/64667

Log:
Fix typo in equation.
Fixes #4519.
Binary files modified:
   branches/release/libs/math/doc/sf_and_dist/equations/gamm2.png
   branches/release/libs/math/doc/sf_and_dist/equations/gamm2.svg
Text files modified:
   branches/release/libs/math/doc/sf_and_dist/equations/gamm2.mml | 3 ++-
   branches/release/libs/math/doc/sf_and_dist/equations/generate.sh | 3 ++-
   2 files changed, 4 insertions(+), 2 deletions(-)

Modified: branches/release/libs/math/doc/sf_and_dist/equations/gamm2.mml
==============================================================================
--- branches/release/libs/math/doc/sf_and_dist/equations/gamm2.mml (original)
+++ branches/release/libs/math/doc/sf_and_dist/equations/gamm2.mml 2010-08-07 13:10:18 EDT (Sat, 07 Aug 2010)
@@ -3,7 +3,7 @@
     <mi>&#x0393;</mi>
     <mfenced>
       <mrow>
- <mi>z</mi>
+ <mi>a</mi>
       </mrow>
     </mfenced>
     <mo>=</mo>
@@ -130,3 +130,4 @@
   </mrow>
 </math>
 
+

Modified: branches/release/libs/math/doc/sf_and_dist/equations/gamm2.png
==============================================================================
Binary files. No diff available.

Modified: branches/release/libs/math/doc/sf_and_dist/equations/gamm2.svg
==============================================================================
Binary files. No diff available.

Modified: branches/release/libs/math/doc/sf_and_dist/equations/generate.sh
==============================================================================
--- branches/release/libs/math/doc/sf_and_dist/equations/generate.sh (original)
+++ branches/release/libs/math/doc/sf_and_dist/equations/generate.sh 2010-08-07 13:10:18 EDT (Sat, 07 Aug 2010)
@@ -7,7 +7,7 @@
 #
 # Paths to tools come first, change these to match your system:
 #
-math2svg='d:\download\open\SVGMath-0.3.1\math2svg.py'
+math2svg='m:\download\open\SVGMath-0.3.1\math2svg.py'
 python=/cygdrive/c/Python26/python.exe
 inkscape=/cygdrive/c/progra~1/Inkscape/inkscape
 # Image DPI:
@@ -30,3 +30,4 @@
 
 
 
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk