[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: docbook generation problem with @image
From: |
Karl Berry |
Subject: |
Re: docbook generation problem with @image |
Date: |
Tue, 16 Apr 2013 21:49:41 GMT |
Separate from what you're actually reporting ...
@c FIXME: One day, it should not be necessary to have two cases,
@c but rather just the one without the "txt" final argument.
I remember talking about this with you before, but not what the
conclusion was (as usual). If you're willing to assume current
makeinfo, it should work, that is, presuming the behavior is acceptable
to you (from the Image Syntax node in the manual):
In Info output, 'makeinfo' writes a reference to the binary image file
(trying FILENAME suffixed with 'EXTENSION', '.EXTENSION', '.png', or
'.jpg', in that order) if one exists. It also literally includes the
'.txt' file if one exists. This way, Info readers which can display
images (such as the Emacs Info browser, running under X) can do so,
whereas Info readers which can only use text (such as the standalone
Info reader) can display the textual version.
k