]> git.lyx.org Git - features.git/commit
Fix bug #7835 (Relative paths are not supported by the TEXINPUTS prefix)
authorEnrico Forestieri <forenr@lyx.org>
Sun, 23 Oct 2011 03:32:37 +0000 (03:32 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 23 Oct 2011 03:32:37 +0000 (03:32 +0000)
commit5b91832bc9268d9a6aec9753a4cce254316bbdc0
treed159806fe97de78d9dcff8ff5cb8878a1961b835
parent13bca637e4d2e806a4ac913a36f5109608152c39
Fix bug #7835 (Relative paths are not supported by the TEXINPUTS prefix)
This restores \input@path handling, which turns out to be necessary, as
the TEXINPUTS mechanism is not used with relative paths. It turns out
that both methods must be used, because \input@path does not work in all
cases (most notably with tikz).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39931 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
src/Buffer.h
src/BufferList.cpp
src/graphics/PreviewLoader.cpp
src/insets/InsetInclude.cpp
src/support/docstream.cpp
src/support/docstream.h
status.20x