Upon occasion I would like to display images in an Info file derived from a texinfo file that I call "notes.texinfo. For this purpose I use the "@image construct. In the Info file for texinfo, one can read:
12.2.1 Image Syntax
Here is the basic synopsis of the `@image' command:
@image{FILENAME[, WIDTH[, HEIGHT[, ALTTEXT[, EXTENSION]]]]}The FILENAME argument is mandatory, and must not have an extension, because the different processors support different formats:
In using this @image command I have so far found it necessary that the path + filename cannot have spaces present. I haven't found documentation that tells me how deal with spaces in path + filename in this case. I'd like to know how to deal with a path + filename with spaces present--if it is possible.