<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>I am confused by this statement in the docs vs. the actual behavior:</div><div><br></div>The docs for `image` say that "If <i>path</i> is a relative path, it is relative to the current directory, which is set by `raco setup` and `scribble` to the directory of the main document file." (I'm using `image` as an example but I've seen the same problem with CSS files.)<div><br></div><div>Suppose I have a project set up like this:</div><div><br></div><div>/project</div><div>    /scribblings</div><div>        main.scrbl</div><div>        sample.gif</div><div><br></div><div>And "main.scrbl" contains this:</div><div><br></div><div>#lang scribble/manual</div><div>@image["sample.gif"] </div><div><br></div><div>If I do this:</div><div>> cd project</div><div>> cd scribblings</div><div>> scribble main.html</div><div><br></div><div>The HTML will render fine.</div><div><br></div><div>But if I do this:</div><div><br></div><div>> cd project</div><div>> scribble --dest-name doc scribblings/main.scrbl</div><div><br></div><div>I'll get this error:</div><div><br></div><div><div>open-input-file: cannot open input file</div><div>  path: /project/sample.gif</div></div><div><br></div><div>Thus, the relative path "sample.gif" is being resolved relative to the directory where I invoke the `scribble` command, not the "directory of the main document file", which in both cases seems like it should be  /project/scribblings (i.e., the directory containing "main.scrbl").</div><div><br></div><div>What am I misunderstanding?</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>[1] <a href="http://docs.racket-lang.org/scribble/base.html?q=image#%28def._%28%28lib._scribble%2Fbase..rkt%29._image%29%29">http://docs.racket-lang.org/scribble/base.html?q=image#%28def._%28%28lib._scribble%2Fbase..rkt%29._image%29%29</a></div></body></html>