diff options
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index ee3977bc..e9969b5d 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -28354,8 +28354,11 @@ This is shown in @ref{load-extension}. @float Figure,load-extension @caption{Loading The Extension} +@c FIXME: One day, makeinfo should correctly center the text file +@c as a block. At that time it should be enough to use the line +@c in the ifnotinfo block. This applies to the other figures as well. @ifinfo -@center @image{api-figure1, , , Loading the extension, txt} +@image{api-figure1, , , Loading the extension, txt} @end ifinfo @ifnotinfo @center @image{api-figure1, , , Loading the extension} @@ -28371,7 +28374,7 @@ This is shown in @ref{load-new-function}. @float Figure,load-new-function @caption{Loading The New Function} @ifinfo -@center @image{api-figure2, , , Loading the new function, txt} +@image{api-figure2, , , Loading the new function, txt} @end ifinfo @ifnotinfo @center @image{api-figure2, , , Loading the new function} @@ -28388,7 +28391,7 @@ This is shown in @ref{call-new-function}. @float Figure,call-new-function @caption{Calling The New Function} @ifinfo -@center @image{api-figure3, , , Calling the new function, txt} +@image{api-figure3, , , Calling the new function, txt} @end ifinfo @ifnotinfo @center @image{api-figure3, , , Calling the new function} @@ -35117,7 +35120,7 @@ some input data and produce results. See @ref{figure-general-flow}. @float Figure,figure-general-flow @caption{General Program Flow} @ifinfo -@center @image{general-program, , , General program flow, txt} +@image{general-program, , , General program flow, txt} @end ifinfo @ifnotinfo @center @image{general-program, , , General program flow} @@ -35144,7 +35147,7 @@ in @ref{figure-process-flow}: @float Figure,figure-process-flow @caption{Basic Program Steps} @ifinfo -@center @image{process-flow, , , Basic Program Stages, txt} +@image{process-flow, , , Basic Program Stages, txt} @end ifinfo @ifnotinfo @center @image{process-flow, , , Basic Program Stages} |