Package: vim-latexsuite Version: 20100129-2 Kernel: Linux gc65 2.6.32-5-amd64 #1 SMP Mon Oct 3 03:59:20 UTC 2011 x86_64 GNU/Linux
Hardware: HP 2710P It seems to me that there is some conflict between the TVTarget and TCTarget commands. Two basics examples are here below: First example: ############## 1) Open with gvim the test.tex file here below: \documentclass[]{article} \begin{document} This is a test! \end{document} 2) Confirm .dvi as the target format for both compiling and viewing: :TTarget dvi 3) Change the compile format to .ps (via test.tex --> test.dvi --> test.ps): : TCTarget ps 4) Compile: \ll 5) Visualize test.dvi (since TVTarget has NOT been set to "ps"...) \lv 6) Unexpected result : vim- latexsuite tries to open test.ps with the instance "xdvi $*.ps" instead of trying to open test.dvi (with "xdvi $*.dvi"). Second example: ############## 1) As above, plus erase first file test.ps obtained previously 2) Set .ps as the target format for both compiling and viewing: :TTarget ps 4) Change the view format to .dvi TVTarget dvi 5) Compile: \ll 6) Unexpected result : only the .dvi file is generated, as if the TVTarget command had also determined the compile rule. May it be possible that this interference is caused by the ambiguous use of variable s:target in compiler.vim? Thanks in advance. Regards, FF E' nata indoona: chiama, videochiama e messaggia Gratis. Scarica indoona per iPhone, Android e PC: http://www.indoona.com/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org