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
#include <boost/math/complex/acos.hpp>
@@ -47,7 +47,7 @@
the complex number z.
- Formula:
+ Formula:
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
#include <boost/math/complex/acosh.hpp>
@@ -47,7 +47,7 @@
cosine of the complex number z.
- Formula:
+ Formula:
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
#include <boost/math/complex/asin.hpp>
@@ -47,7 +47,7 @@
complex number z.
- Formula:
+ Formula:
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
#include <boost/math/complex/asinh.hpp>
@@ -47,7 +47,7 @@
sine of the complex number z.
- Formula:
+ Formula:
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
#include <boost/math/complex/atan.hpp>
@@ -47,7 +47,7 @@
the complex number z.
- Formula:
+ Formula:
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
#include <boost/math/complex/atanh.hpp>
@@ -47,7 +47,7 @@
tangent of the complex number z.
- Formula:
+ Formula:
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 @@
Copyright © 2005 John Maddock
-
+
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"
;
-
-
-
-
-
-
-