Dear Sirs:
My name is Norbert Strobel, and I have problems when viewing
pdf and ps files out of gvim using the latex-suite. That's why
I checked out the associated FAQ's at =3D
http://vim-latex.sourceforge.net/index.php?subject=3D3Dfaq
Unfortunately, I could not find an answer to my problem, because the =3D
answer to
"Compiling/Viewing does not seem to work for me. My gvim hangs/does =3D
nothing."
only seems to address compiling. However, my problem is viewing, since =
=3D
compiling
works well. I can compile into *.dvi, *.ps, and *.pdf. However, I can =
=3D
only view=3D20
*.dvi Files at the moment. Here are my viewing rules:
TexLet g:Tex_ViewRule_ps =3D3D 'gsview32'
TexLet g:Tex_ViewRule_pdf =3D3D 'AcroRd32'=3D20
TexLet g:Tex_ViewRule_dvi =3D3D 'yap -1'
I did include gsview32 and AcroRd32 into my Path, i.e., I can call
these programs from the cmd shell on the command line and get
an output. Unfortunately, when I set TTarget to pdf and compile
to pdf, 'lv' will not display anything. The same happens when
I set TTarget to ps. The strange thing is that when I set TTarget=3D20
to dvi, compiling and viewing (using yap) both work. How
come that I have problems with gsview32 and AcroRd32?
Thank you very much for any help. Below you find some
more information about what's going on when I latex a file.
Kind Regards,
Norbert =3D20
P.S.
:call RunLaTeX() produces the following output on my Win2000 PC:
:!latex --src-specials \nonstopmode \input{manuscript} > =3D
C:/DOCUME~1/norbert/LOCALS~1/Temp/VIe4A.tmp
P.S.S.
I am using MikTex 2.2.2.
P.S.S.S.
It may be very helpful, if your FAQ item could present a similiar=3D20
sequence of checks for viewing as already provided for compiling |