Package: vim-latexsuite
Version: 20100129-2

Compiling .tex files to .
ps with \ll via the chain '.tex -> .dvi -> .ps' fails. Only a
.dvi file 
is generated (and not the .ps). This happens systematically when the

following (standard) parameters are set in my .vimrc file :

let g:
Tex_MultipleCompileFormats = 'dvi,ps,pdf'
let g:
Tex_FormatDependency_dvi = 'dvi'
let g:Tex_FormatDependency_ps  = 'dvi,
ps'
let g:Tex_CompileRule_dvi      = 'latex -src-specials -
interaction=nonstopmode $*'
let g:Tex_CompileRule_ps       = 'dvips -
Ppdf -o $*.ps $*.dvi'
TCTarget ps
TVTarget ps


The only working 
"hack", that I could find suggested by another user, is to
give a 
separate complete compiling rule for .ps files as here below :

let g:
Tex_MultipleCompileFormats = 'dvi,ps,pdf'
let g:
Tex_FormatDependency_dvi = 'dvi'
let g:Tex_FormatDependency_ps  = 'ps'

let g:Tex_CompileRule_dvi      = 'latex -src-specials -
interaction=nonstopmode $*'
let g:Tex_CompileRule_ps       = 'latex --
src-specials --interaction=nonstopmode -shell-escape $*.tex'

                               \.' && dvips -P pdf -q  $*.dvi'

                               \.' && rm -f $*.dvi'



Non temiamo alcun confronto: Tiscali ha l'Adsl più veloce d'Italia!

Risparmia con Tutto Incluso Light: Voce + Adsl 20 mega a soli 17,95 € al mese 
per 12 mesi.

http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to