[Vim-latex-devel] Windows questions
Brought to you by:
srinathava,
tmaas
From: Baris E. <be...@an...> - 2004-01-23 06:57:58
|
Dear All, I have a couple of questions about using vim and vim-latex under windows.=20 My first question is when I type some text and go down to next line the backspace key does not turn back to the previous line and if I put the cursor on the previous line still I cant delete anything with the backsapce key. What may be the reason to this? Second one is this: Due to some licensing problems I may have to use windows insted of Linux. What I do for my presentation tex file under linux is to use a command line to compile, convert it to ps and to pdf as follows: latex file.tex; dvips -P pdf -t a4 file ; ps2pdf13 file But this command line does not work properly under windows. What happens is when I compile the file under gvim with using the command line it creates the .dvi file in the root of that directory, i.e.=20 If I have=20 Z: --->documents ----->foo -----> file.tex The .dvi is created under Z:\ It is a bit odd. If I can create this .dvi file under the above directory I can solve my problem. Any help is appreciated.... Thanks Baris |