From 3f036993c93ae1e877e4aaac9917e98e360ffdb8 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 13 Oct 2007 16:40:36 +0000 Subject: [PATCH] Fixed image path in complex number docs. Suppressed draft mode in PDF generation (stops the FO renderer from grabbing draft.png from sourceforge). [SVN r39973] --- doc/complex/Jamfile.v2 | 2 ++ doc/complex/complex-tr1.qbk | 13 +++++++------ .../inverse_complex/acos.html | 6 +++--- .../inverse_complex/acosh.html | 6 +++--- .../inverse_complex/asin.html | 6 +++--- .../inverse_complex/asinh.html | 6 +++--- .../inverse_complex/atan.html | 6 +++--- .../inverse_complex/atanh.html | 6 +++--- doc/complex/html/index.html | 2 +- doc/gcd/Jamfile.v2 | 9 +-------- doc/octonion/Jamfile.v2 | 8 +------- doc/quaternion/Jamfile.v2 | 7 +------ doc/sf_and_dist/Jamfile.v2 | 8 +------- 13 files changed, 32 insertions(+), 53 deletions(-) diff --git a/doc/complex/Jamfile.v2 b/doc/complex/Jamfile.v2 index 95574b9c0..960020434 100644 --- a/doc/complex/Jamfile.v2 +++ b/doc/complex/Jamfile.v2 @@ -62,6 +62,7 @@ boostbook standalone pdf:preferred.mediaobject.role=print pdf:img.src.path=$(images_location)/ pdf:admon.graphics.path=$(images_location)/../../svg-admon/ + pdf:draft.mode="no" ; @@ -74,3 +75,4 @@ boostbook standalone + diff --git a/doc/complex/complex-tr1.qbk b/doc/complex/complex-tr1.qbk index 513e7ae82..f825f273b 100644 --- a/doc/complex/complex-tr1.qbk +++ b/doc/complex/complex-tr1.qbk @@ -55,7 +55,7 @@ on the implementation methodology. __effects returns the inverse sine of the complex number z. -__formula [$../../libs/math/doc/images/asin.png] +__formula [$../../images/asin.png] [endsect] @@ -72,7 +72,7 @@ __formula [$../../libs/math/doc/images/asin.png] __effects returns the inverse cosine of the complex number z. -__formula [$../../libs/math/doc/images/acos.png] +__formula [$../../images/acos.png] [endsect] @@ -89,7 +89,7 @@ __formula [$../../libs/math/doc/images/acos.png] __effects returns the inverse tangent of the complex number z. -__formula [$../../libs/math/doc/images/atan.png] +__formula [$../../images/atan.png] [endsect] @@ -106,7 +106,7 @@ __formula [$../../libs/math/doc/images/atan.png] __effects returns the inverse hyperbolic sine of the complex number z. -__formula [$../../libs/math/doc/images/asinh.png] +__formula [$../../images/asinh.png] [endsect] @@ -123,7 +123,7 @@ __formula [$../../libs/math/doc/images/asinh.png] __effects returns the inverse hyperbolic cosine of the complex number z. -__formula [$../../libs/math/doc/images/acosh.png] +__formula [$../../images/acosh.png] [endsect] @@ -140,7 +140,7 @@ __formula [$../../libs/math/doc/images/acosh.png] __effects returns the inverse hyperbolic tangent of the complex number z. -__formula [$../../libs/math/doc/images/atanh.png] +__formula [$../../images/atanh.png] [endsect] @@ -155,3 +155,4 @@ __formula [$../../libs/math/doc/images/atanh.png] [endsect] + diff --git a/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acos.html b/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acos.html index 3c6e01f23..717954aec 100644 --- a/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acos.html +++ b/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acos.html @@ -28,14 +28,14 @@ acos
- + Header:
 #include <boost/math/complex/acos.hpp>
 
- + Synopsis:
@@ -47,7 +47,7 @@
         the complex number z.
       

- Formula: acos + Formula: acos

diff --git a/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acosh.html b/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acosh.html index 10e536ccd..81ad1125d 100644 --- a/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acosh.html +++ b/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/acosh.html @@ -28,14 +28,14 @@ acosh
- + Header:
 #include <boost/math/complex/acosh.hpp>
 
- + Synopsis:
@@ -47,7 +47,7 @@
         cosine of the complex number z.
       

- Formula: acosh + Formula: acosh

diff --git a/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asin.html b/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asin.html index 6956e8396..95f61d085 100644 --- a/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asin.html +++ b/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asin.html @@ -28,14 +28,14 @@ asin
- + Header:
 #include <boost/math/complex/asin.hpp>
 
- + Synopsis:
@@ -47,7 +47,7 @@
         complex number z.
       

- Formula: asin + Formula: asin

diff --git a/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asinh.html b/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asinh.html index 2e2fb41df..586df334f 100644 --- a/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asinh.html +++ b/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/asinh.html @@ -28,14 +28,14 @@ asinh
- + Header:
 #include <boost/math/complex/asinh.hpp>
 
- + Synopsis:
@@ -47,7 +47,7 @@
         sine of the complex number z.
       

- Formula: asinh + Formula: asinh

diff --git a/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atan.html b/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atan.html index c4a685657..23001290c 100644 --- a/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atan.html +++ b/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atan.html @@ -28,14 +28,14 @@ atan
- + Header:
 #include <boost/math/complex/atan.hpp>
 
- + Synopsis:
@@ -47,7 +47,7 @@
         the complex number z.
       

- Formula: atan + Formula: atan

diff --git a/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atanh.html b/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atanh.html index 476092719..5160adcf0 100644 --- a/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atanh.html +++ b/doc/complex/html/complex_number_tr1_algorithms/inverse_complex/atanh.html @@ -28,14 +28,14 @@ atanh
- + Header:
 #include <boost/math/complex/atanh.hpp>
 
- + Synopsis:
@@ -47,7 +47,7 @@
         tangent of the complex number z.
       

- Formula: atanh + Formula: atanh

diff --git a/doc/complex/html/index.html b/doc/complex/html/index.html index 06da9732e..40b0496d3 100644 --- a/doc/complex/html/index.html +++ b/doc/complex/html/index.html @@ -28,7 +28,7 @@
-

+

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)

diff --git a/doc/gcd/Jamfile.v2 b/doc/gcd/Jamfile.v2 index ac618e771..56e986b73 100644 --- a/doc/gcd/Jamfile.v2 +++ b/doc/gcd/Jamfile.v2 @@ -62,14 +62,7 @@ boostbook standalone pdf:preferred.mediaobject.role=print pdf:img.src.path=$(images_location)/ pdf:admon.graphics.path=$(images_location)/../../svg-admon/ + pdf:draft.mode="no" ; - - - - - - - - diff --git a/doc/octonion/Jamfile.v2 b/doc/octonion/Jamfile.v2 index df31127c9..83c9facca 100644 --- a/doc/octonion/Jamfile.v2 +++ b/doc/octonion/Jamfile.v2 @@ -62,13 +62,7 @@ boostbook standalone pdf:preferred.mediaobject.role=print pdf:img.src.path=$(images_location)/ pdf:admon.graphics.path=$(images_location)/../../svg-admon/ + pdf:draft.mode="no" ; - - - - - - - diff --git a/doc/quaternion/Jamfile.v2 b/doc/quaternion/Jamfile.v2 index f642becca..1f04d5ac6 100644 --- a/doc/quaternion/Jamfile.v2 +++ b/doc/quaternion/Jamfile.v2 @@ -62,12 +62,7 @@ boostbook standalone pdf:preferred.mediaobject.role=print pdf:img.src.path=$(images_location)/ pdf:admon.graphics.path=$(images_location)/../../svg-admon/ + pdf:draft.mode="no" ; - - - - - - diff --git a/doc/sf_and_dist/Jamfile.v2 b/doc/sf_and_dist/Jamfile.v2 index 6a764d709..0c925def3 100644 --- a/doc/sf_and_dist/Jamfile.v2 +++ b/doc/sf_and_dist/Jamfile.v2 @@ -62,13 +62,7 @@ boostbook standalone pdf:preferred.mediaobject.role=print pdf:img.src.path=$(images_location)/ pdf:admon.graphics.path=$(images_location)/../../svg-admon/ + pdf:draft.mode="no" ; - - - - - - -