https://bugs.kde.org/show_bug.cgi?id=389488
--- Comment #1 from Simone Gaiarin <[email protected]> --- Created attachment 110148 --> https://bugs.kde.org/attachment.cgi?id=110148&action=edit Patch to fix error in quickpreview when including subdocuments The problem is more extended. If the preview file contains any type of subdocument it will fail. For example if I try to compile a figure environment this will fail because it cannot include the picture. The problem is that the preview.tex file is created in a temporary directory in /tmp so that it does not see the rest of the latex tree files. The attached patch solves the problem by creating the preview.tex file in the latex project root folder. TODO: Clean preview files at the end -- You are receiving this mail because: You are watching all bug changes.
