Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78012 - trunk/libs/math/doc/sf_and_dist
From: pbristow_at_[hidden]
Date: 2012-04-16 11:18:17


Author: pbristow
Date: 2012-04-16 11:18:16 EDT (Mon, 16 Apr 2012)
New Revision: 78012
URL: http://svn.boost.org/trac/boost/changeset/78012

Log:
Updates for skew normal, non_num facets and roadmap
Text files modified:
   trunk/libs/math/doc/sf_and_dist/implementation.qbk | 9 ++++++---
   trunk/libs/math/doc/sf_and_dist/math.qbk | 21 +++++++++++++++------
   trunk/libs/math/doc/sf_and_dist/overview.qbk | 2 +-
   3 files changed, 22 insertions(+), 10 deletions(-)

Modified: trunk/libs/math/doc/sf_and_dist/implementation.qbk
==============================================================================
--- trunk/libs/math/doc/sf_and_dist/implementation.qbk (original)
+++ trunk/libs/math/doc/sf_and_dist/implementation.qbk 2012-04-16 11:18:16 EDT (Mon, 16 Apr 2012)
@@ -453,19 +453,22 @@
 ]
 
 Note that unlike the sample config file supplied with SVGMath, this does not
-make use of the Mathematica 7 font as this lacks sufficient Unicode information
+make use of the [@http://support.wolfram.com/technotes/fonts/windows/latestfonts.html Mathematica 7 font]
+as this lacks sufficient Unicode information
 for it to be used with either SVGMath or XEP "as is".
 
 Also note that the SVG files in the repository are almost certainly
 Windows-specific since they reference various Windows Fonts.
 
-PNG files can be created from the SVG's using
+PNG files can be created from the SVGs using
 [@http://xmlgraphics.apache.org/batik/tools/rasterizer.html Batik]
 and a command such as:
 
 [pre java -jar 'C:\download\open\batik-1.7\batik-rasterizer.jar' -dpi 120 *.svg]
 
-Or using Inkscape and a command such as:
+Or using Inkscape (File, Export bitmap, Drawing tab, bitmap size (default size, 100 dpi), Filename (default). png)
+
+or Using Cygwin, a command such as:
 
 [pre for file in *.svg; do
   /cygdrive/c/progra~1/Inkscape/inkscape -d 120 -e $(cygpath -a -w $(basename $file .svg).png) $(cygpath -a -w $file);

Modified: trunk/libs/math/doc/sf_and_dist/math.qbk
==============================================================================
--- trunk/libs/math/doc/sf_and_dist/math.qbk (original)
+++ trunk/libs/math/doc/sf_and_dist/math.qbk 2012-04-16 11:18:16 EDT (Mon, 16 Apr 2012)
@@ -1,13 +1,13 @@
 [article Math Toolkit
     [quickbook 1.5]
- [copyright 2006, 2007, 2008, 2009, 2010 John Maddock, Paul A. Bristow, Hubert Holin, Xiaogang Zhang, Bruno Lalande, Johan RÃ¥de, Gautam Sewani and Thijs van den Berg]
+ [copyright 2006, 2007, 2008, 2009, 2010 John Maddock, Paul A. Bristow, Hubert Holin, Xiaogang Zhang, Bruno Lalande, Johan RÃ¥de, Gautam Sewani, Thijs van den Berg and Benjamin Sobotta]
     [/purpose ISBN 0-9504833-2-X 978-0-9504833-2-0, Classification 519.2-dc22]
     [license
         Distributed under the Boost Software License, Version 1.0.
         (See accompanying file LICENSE_1_0.txt or copy at
         [@http://www.boost.org/LICENSE_1_0.txt])
     ]
- [authors [Maddock, John], [Bristow, Paul A.], [Holin, Hubert], [Zhang, Xiaogang], [Lalande, Bruno], [RÃ¥de, Johan], [Sewani, Gautam], [van den Berg, Thijs]]
+ [authors [Maddock, John], [Bristow, Paul A.], [Holin, Hubert], [Zhang, Xiaogang], [Lalande, Bruno], [RÃ¥de, Johan], [Sewani, Gautam], [van den Berg, Thijs], [Sobotta, Benjamin]]
     [/last-revision $Date$]
 ]
 
@@ -31,6 +31,9 @@
 </imageobject>
 </inlinemediaobject>''']
 
+[include ../../../../tools/auto_index/include/auto_index_helpers.qbk]
+[/ Must be first included file!]
+
 [include html4_symbols.qbk]
 [/include math_symbols.qbk]
 
@@ -196,6 +199,8 @@
 [/Misc]
 [def __expint [link math_toolkit.special.expint.expint_i expint]]
 [def __spherical_harmonic [link math_toolkit.special.sf_poly.sph_harm spherical_harmonic]]
+[def __owens_t [link math_toolkit.special.owens_t Owens T]]
+
 
 [/tools]
 [def __tuple [link math_toolkit.toolkit.internals1.tuples boost::math::tuple]]
@@ -244,6 +249,7 @@
 [def __normal_distrib [link math_toolkit.dist.dist_ref.dists.normal_dist Normal Distribution]]
 [def __poisson_distrib [link math_toolkit.dist.dist_ref.dists.poisson_dist Poisson Distribution]]
 [def __students_t_distrib [link math_toolkit.dist.dist_ref.dists.students_t_dist Students t Distribution]]
+[def __skew_normal_distrib [link math_toolkit.dist.dist_ref.dists.skew_normal_dist Skew Normal Distribution]]
 [def __weibull_distrib [link math_toolkit.dist.dist_ref.dists.weibull_dist Weibull Distribution]]
 
 [/links to policy]
@@ -275,6 +281,8 @@
 [def __NTL [@http://www.shoup.net/ntl/ NTL A Library for doing Number Theory]]
 [def __NTL_RR [@http://shoup.net/ntl/doc/RR.txt NTL::RR]]
 [def __NTL_quad_float [@http://shoup.net/ntl/doc/quad_float.txt NTL::quad_float]]
+[def __MPFR [@http://www.mpfr.org/ MPFR]]
+[def __GMP [@http://gmplib.org/ GNU Multiple Precision Arithmetic Library]]
 [def __R [@http://www.r-project.org/ The R Project for Statistical Computing]]
 [def __godfrey [link godfrey Godfrey]]
 [def __pugh [link pugh Pugh]]
@@ -429,6 +437,8 @@
 [include sinc.qbk]
 [include inv_hyper.qbk]
 
+[include owens_t.qbk]
+
 [endsect] [/section:special Special Functions]
 
 [section:utils Floating Point Utilities]
@@ -453,7 +463,7 @@
 
 [include internals_overview.qbk]
 
-[section:internals1 Utilities - Constants & Tools]
+[section:internals1 Utilities & Tools]
 [include series.qbk]
 [include fraction.qbk]
 [include rational.qbk]
@@ -461,7 +471,7 @@
 [include roots_without_derivatives.qbk]
 [include minima.qbk]
 [include tuple.qbk]
-[endsect] [/section:internals1 Utilities - Constants & Tools]
+[endsect] [/section:internals1 Utilities & Tools]
 
 [section:internals2 Testing and Development]
 [include polynomial.qbk]
@@ -499,7 +509,6 @@
 
 [endsect] [/section:status Status and Roadmap]
 
-[include ../../../../tools/auto_index/include/auto_index_helpers.qbk]
 [named_index function_name Function Index]
 [named_index class_name Class Index]
 [named_index typedef_name Typedef Index]
@@ -507,7 +516,7 @@
 [index]
 
 [/ math.qbk
- Copyright 2008, 2010 John Maddock and Paul A. Bristow.
+ Copyright 2008, 2010, 2012 John Maddock and Paul A. Bristow.
   Distributed under the Boost Software License, Version 1.0.
   (See accompanying file LICENSE_1_0.txt or copy at
   http://www.boost.org/LICENSE_1_0.txt).

Modified: trunk/libs/math/doc/sf_and_dist/overview.qbk
==============================================================================
--- trunk/libs/math/doc/sf_and_dist/overview.qbk (original)
+++ trunk/libs/math/doc/sf_and_dist/overview.qbk 2012-04-16 11:18:16 EDT (Mon, 16 Apr 2012)
@@ -83,7 +83,7 @@
 [endsect] [/section:intro Introduction]
 
 [/
- Copyright 2006 John Maddock and Paul A. Bristow.
+ Copyright 2006, 2012 John Maddock and Paul A. Bristow.
   Distributed under the Boost Software License, Version 1.0.
   (See accompanying file LICENSE_1_0.txt or copy at
   http://www.boost.org/LICENSE_1_0.txt).


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