On 16 October 2016 at 09:47, Hilaire Fernandes <[email protected]> wrote: > Hi, > > In LaTeX I use to set the paths for included graphics from a LaTeX file, > for example: > > % Path to the figures > \graphicspath{ > {figures/} > {Introduction/figures/} > {BasicFunctionalities/figures/} > {FilesAndDocuments/figures/} > {AdvancedFunctionalities/figures/} > {MacroConstruction/figures/} > {SmalltalkScript/figures/} > {SmalltalkFigure/figures/} > {DidacticExamples/figures/} > {VariousTips/figures/} > } > > I want to do the same with texi file. I prefer not to use the -I flag as > I am building the info file from Emacs and I think it is not convenient. > > Is it possible?
I doubt there is a good way to list directories for included files within a Texinfo file. What commands are you using to include them, is it @image or something else?
