[Vim-latex-devel] same target file, different ways to compile?
Brought to you by:
srinathava,
tmaas
From: anhnmncb <anh...@gm...> - 2007-06-17 02:52:15
|
hello list, I prefer the way "dvi->dvips->pdf" to generate my ordinary document, I find in this way the size of pdf i s small. But latex-suite compiles pdf using pdflatex by default, So I have to set: let g:Tex_FormatDependency_pdf = 'dvi,ps,pdf' let g:Tex_DefaultTargetFormat = 'pdf' let g:Tex_CompileRule_pdf = 'ps2pdf $*.ps' When I prepare my slides using beamer class, I prefer pdflatex to latex because I find the graphics qual ity is higher than dvips. As you know, I have set the compilerule for pdf, so I can't generate pdf using pdflatex conventionally. I want to know how to resolve such problem? Sorry for my really poor English, but I don't know if I have expressed myself clearly. Thanks for any advise. Best regards, -- an...@gm... |