[Vim-latex-devel] [Contact] Starting external programs under Windows
Brought to you by:
srinathava,
tmaas
From: Milan B. <vim...@so...> - 2004-03-25 12:11:59
|
I have a problem (:-) If I use the feature \"<mainfilename>.latexmain\", I got the problem with starting a dvi-viewer (Yap). Latex-Suite call Yap this way: !start yap -1 c:\\Documnents\\ and\\ settings\\blabla\\bla.dvi there are escaped <space>. Yap says: \"Could not open: c:\\documents\\.dvi\". In Windows should be not \\<space> but \"<space>\" So, if I execute on the command-line: !start yap -1 \"c:\\Documnents and settings\\blabla\\bla.dvi\" it works very well. And now the question: How can I say to latex-suite, take the path of the bla.dvi in \"\" and not use escape sequences? |