On 22 November 2016 at 00:21, Julio Iglesias <[email protected]> wrote:
> Dear Texinfo users,
>
> How can I centre an image in texinfo
>
> I have the following
>
> @page
>
> Figure 2. An illustration of complex lithospheric fragmentation for
> the region covering the Southern Apennines, Calabria and Sicily; and
> the Tyrrhenian basin, Calabrian wedge and the Ionian basin.
> 2015 Herman, Hayes et al.
>

There isn't a good way to vertically center an image. For printed
output only, you could try

@page
@tex
@w{ } % must start the page with something
\vskip 0pt plus 1filll % filll to beat the glue in @page
@end tex
@image{./images/nafrica_seismicity,,,,.png}
Figure 2. An illustration of complex lithospheric fragmentation for
the region covering the Southern Apennines, Calabria and Sicily; and
the Tyrrhenian basin, Calabrian wedge and the Ionian basin.
2015 Herman, Hayes et al.
@tex
@w{ }
\vskip 0pt plus 1filll
@end tex

@page

Reply via email to