diff doc/interpreter/interp.txi @ 9088:77e71f3da3d6

Fix documentation image printing under new development code Printed images are now clipped to image size rather than to papersize of 8.5x11 Images are scaled to 4 inches and centered in display pdf printing is sub-optimal as texi2pdf picks the png rendering (bitmap) rather than the pdf rendering (vector).
author Rik <rdrider0-list@yahoo.com>
date Sat, 04 Apr 2009 14:28:22 -0700
parents e9dc2ed2ec0f
children 59559e71000e
line wrap: on
line diff
--- a/doc/interpreter/interp.txi	Sat Apr 04 20:00:18 2009 +0200
+++ b/doc/interpreter/interp.txi	Sat Apr 04 14:28:22 2009 -0700
@@ -70,13 +70,13 @@
 @ref{fig:interpderiv2}.
 
 @float Figure,fig:interpderiv1
-@image{interpderiv1,8cm}
+@center @image{interpderiv1,4in}
 @caption{Comparison of 'pchip' and 'spline' interpolation methods for a 
 step function}
 @end float
 
 @float Figure,fig:interpderiv2
-@image{interpderiv2,8cm}
+@center @image{interpderiv2,4in}
 @caption{Comparison of the second derivative of the 'pchip' and 'spline' 
 interpolation methods for a step function}
 @end float
@@ -121,7 +121,7 @@
 which demonstrates the poor behavior of Fourier interpolation for non-periodic functions, as can be seen in @ref{fig:interpft}.
 
 @float Figure,fig:interpft
-@image{interpft,8cm}
+@center @image{interpft,4in}
 @caption{Comparison of @code{interp1} and @code{interpft} for non-periodic data}
 @end float
 @end ifnotinfo
@@ -182,7 +182,7 @@
 The result of this code can be seen in @ref{fig:interpn}.
 
 @float Figure,fig:interpn
-@image{interpn,8cm}
+@center @image{interpn,4in}
 @caption{Demonstration of the use of @code{interpn}}
 @end float
 @end ifnotinfo