Re: [Vim-latex-devel] latex --src does not work
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-02-11 20:48:55
|
Hello, Please tell us what the following does: 1. What does :echo g:Tex_CompileRule_dvi say? If this doesn't show you what you expect something has gone wrong in the settings. 2. What happens when you do :call RunLaTeX() ? This should show you the actual command line which vim passes to the shell. Does that look okay? Does the shell give an error? Once someone said that they needed to set 'noguipty'. This seems to be a unix specific thing, so I will not be much help except to point you to :help gui-pty Srinath PS: I am changing the subject because I keep repeating these instructions. Henceforth, this might serve as a template for this question. On Tue, 11 Feb 2003, Bernhard Walle wrote: > Hello, > > because I want to use 'source specials' with the --src switch I made > following change in my configuration file: > > if has('win32') > let s:CompileFlags = '--src-specials' > TexLet g:Tex_EscapeChars = '' > else > let s:CompileFlags = '--src' > TexLet g:Tex_EscapeChars = '{}\' > endif > > But it doesn't work. Calling latex --src in a xterm works. I updated to > the newest version of latex-suite. I also tried to change the latex > command to something that doesn't exist but latex was called despite of > that. All other changes in my configuration file are recognized. What > goes wrong? > > Regards, > Bernhard > -- Srinath Avadhanula Feb 11 12:36pm Dimensions will always be expressed in the least usable term. Velocity, for example, will be expressed in furlongs per fortnight. On Tue, 11 Feb 2003, Bernhard Walle wrote: |