Re: file path problems with pdf output
Ralf Angeli <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
* Björn Pedersen (2005-01-22) writes: > Following scenario: > > testdir_top: > dirtest.tex [...] > testdir_top/subdir: > subdirtest.tex: [...] > In pdf-mode, when trying to view from the subdirtest.tex buffer, > it prompts for xpdf ../dirtest.pdf, but executes xpdf in testdir_top, > so xpdf cannot find the pdf file. Manually removing ../ in the minibuffer > works. Specifing an absoulte path for TeX-master works correctly, too. [...] > It thems, the the %o expansion should not use the path part, or expand > to the absolute path of the master file. -- Ralf