Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv24498
Modified Files:
texrc
Log Message:
make changes necessary for dvi searching , s:CompileFlags and pdf viewer
Index: texrc
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** texrc 20 Nov 2002 10:04:13 -0000 1.12
--- texrc 27 Nov 2002 09:12:27 -0000 1.13
***************
*** 4,8 ****
" Author: Srinath Avadhanula
" Created: Mon Apr 01 11:00 AM 2002 PST
! " Last Change: pon lis 18 11:00 2002 C
"
" Description: This file contains resource configuration information for the
--- 4,8 ----
" Author: Srinath Avadhanula
" Created: Mon Apr 01 11:00 AM 2002 PST
! " Last Change: wto lis 26 09:00 2002 C
"
" Description: This file contains resource configuration information for the
***************
*** 79,83 ****
TexLet g:Tex_EscapeChars = ''
else
! let s:CompileFlags = ''
TexLet g:Tex_EscapeChars = '{}\'
endif
--- 79,83 ----
TexLet g:Tex_EscapeChars = ''
else
! let s:CompileFlags = '--src-specials'
TexLet g:Tex_EscapeChars = '{}\'
endif
***************
*** 116,120 ****
else
TexLet g:Tex_ViewRule_ps = 'ghostview'
! TexLet g:Tex_ViewRule_pdf = 'acroread'
TexLet g:Tex_ViewRule_dvi = 'xdvi'
" the option below specifies an editor for the dvi viewer while starting
--- 116,120 ----
else
TexLet g:Tex_ViewRule_ps = 'ghostview'
! TexLet g:Tex_ViewRule_pdf = 'xpdf'
TexLet g:Tex_ViewRule_dvi = 'xdvi'
" the option below specifies an editor for the dvi viewer while starting
|