To be able to compile a *.tex file to pdf, ps and dvi I edit my
.vim/ftplugin/texrc in the following way and I obtain the right file formats
but I still don't understand why compile to target does not compile at all. If
I specify the target format nothing happen. Please tell me how I can correct
this problem since I saw one of my friend specifying html as target and
obtaining an html file out of tex file.
Thanks in advance
TexLet g:Tex_DefaultTargetFormat = 'pdf'
elsec
TexLet g:Tex_DefaultTargetFormat = 'dvi'
relaced by
TexLet g:Tex_DefaultTargetFormat = 'pdf'
endif
I replace
" TexLet g:Tex_CompileRule_pdf = 'pdflatex -interaction=nonstopmode $*'
by
TexLet g:Tex_CompileRule_pdf = 'latex -interaction=nonstopmode $* && dvips -o
$*.ps $*.dvi && ps2pdf $*.ps'
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel