diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-02-06 06:02:49 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-02-06 06:02:49 +0200 |
commit | 541a8e1f1f205d8bfc52df5937f68aec4e9410e9 (patch) | |
tree | 101878d2d554ab9593b5b45503b24a43507b9781 /doc/gawk.texi | |
parent | e8cbbd49aa49195de2cff403cf0e6b4da0971717 (diff) | |
download | egawk-541a8e1f1f205d8bfc52df5937f68aec4e9410e9.tar.gz egawk-541a8e1f1f205d8bfc52df5937f68aec4e9410e9.tar.bz2 egawk-541a8e1f1f205d8bfc52df5937f68aec4e9410e9.zip |
Documentation update for new makeinfo.
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} |