help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[help-texinfo] html relative path


From: paracetamolo
Subject: [help-texinfo] html relative path
Date: Sat, 3 Jan 2009 19:32:21 +0100
User-agent: KMail/1.10.92 (Linux/2.6.27-11-generic; KDE/4.1.85; i686; ; )

Hello,
I'm experiencing a strange behaviour when I compile my texinfo to obtain html output. I insert images using the following code:


@macro marioimage{myimage,description,height}
@float Figure,\myimage\
@c @image{/home/marco/img/\myimage\,,\height\
@image{./img/\myimage\,,\height\}
\description\
@end float
@sp 1
@end macro


as you can see there are two @image, with a relative and an absolute path, the relative doesn't work. No warning regarding images is given when I compile with:
$ makeinfo --html --force --no-split documentation.texi -o documentation.html
but in the resulting page instead of images there are simply the files name.
The macro works perfectly with pdf output.


Right now I am using a ugly ack to obtain the absolute path and allow people to compile the documentation of my program. Is there a way to use relative path with html?


Thanks


Marco

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]