[Vim-latex-devel] [ vim-latex-Bugs-3315416 ] included preamble not recognized
Brought to you by:
srinathava,
tmaas
From: SourceForge.net <no...@so...> - 2011-06-12 12:11:28
|
Bugs item #3315416, was opened at 2011-06-12 14:11 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3315416&group_id=52322 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Kay Smarczewski () Assigned to: Nobody/Anonymous (nobody) Summary: included preamble not recognized Initial Comment: If I write my preamble in my latexmain file everything works fine. But if I include my preamble-file with: file name: preamble.sty \documentclass[fontsize=11pt]{scrreprt} \usepackage{preamble} \begin{document} \input{txt/hello} \end{document} Latex-Suite does not recognize the custom package, So EFI does not work the right way (\includegraphics instead of \psfig) because latex-suite does not recognize the in the preamble included package graphicx. I tried to trace the issue and I think latex-suite just does not search through included files the right way. The attached tiny patch solves the issue for me. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=466456&aid=3315416&group_id=52322 |