Jean-Marc Lasgouttes wrote: > > OK, in case you have not found it yet, the code is in converters.C, > method Format::view. I really thought \viewer commands could contain > $$ variables, but it seems that the file name is just appended to > them.
Does it really have to be that complicated? I don't like the idea to introduce a "$$fi", to have a full-path-inputfile only for this particular viewer. If we decide that the html viewers always get the full path, then why not let converters.C automagically augment $$i with its full path from root ("/")? Or is it impossible for converters.C to find out the actual full path of $$i? Rob.