If I have a @quotation block containing an image, the pdf generated by 
texi2pdf does not put any indentation on the image, while makeinfo --html 
does. Example:

@quotation
@image{dummy-image}
@end quotation

@image{dummy-image}

@quotation
Testing...

@image{dummy-image}
@end quotation


In the HTML, the first and third @image are corretly placed inside blockquotes 
and thus indented, but in the PDF, all three images are placed at the left 
edge of the page contents without any indentation (i.e. the @quotation does 
not have any effect on the image position). The files for this example are 
attached.

Is this a bug in texi2pdf and is there a workaround?

Cheers,
Reinhold
-- 
------------------------------------------------------------------
Reinhold Kainhofer, Vienna University of Technology, Austria
email: [EMAIL PROTECTED], http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at/
 * K Desktop Environment, http://www.kde.org, KOrganizer maintainer
 * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/

<<attachment: dummy-image.jpg>>

Attachment: dummy-image.pdf
Description: Adobe PDF document

Title: Images inside quotation are not indented in PDF


Up: (dir)

Images inside quotation are not indented in PDF

dummy-image.jpg
dummy-image.jpg
Testing...
dummy-image.jpg

Attachment: image-inside-quotation.pdf
Description: Adobe PDF document

\input texinfo   @c -*-texinfo-*-
@c %**start of header
@setfilename image-inside-quotation.info
@settitle Images inside quotation are not indented in PDF
@c %**end of header


@node Top
@top Images inside quotation are not indented in PDF

@quotation
@image{dummy-image}
@end quotation

@image{dummy-image}

@quotation
Testing...

@image{dummy-image}
@end quotation


@bye

Reply via email to