Re: [Vim-latex-devel] latex --src does not work
Brought to you by:
srinathava,
tmaas
From: Bernhard W. <ber...@bw...> - 2003-02-11 21:21:30
|
Hello, On Tue, 11 Feb 2003 at 12:48 (-0800), Srinath Avadhanula wrote: > > Please tell us what the following does: > > 1. What does > :echo g:Tex_CompileRule_dvi > say? latex --src \nonstopmode \input{$*} > If this doesn't show you what you expect something has gone wrong in > the settings. > 2. What happens when you do > :call RunLaTeX() > ? LaTeX runs. > This should show you the actual command line which vim passes to the > shell. Does that look okay? Does the shell give an error? latexps schriften.tex schriften 2>&1| tee /tmp/v4108/9 There's no such command `latexps' in my texrc and all target formats are dvi! > 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 No effect. Regards, Bernhard > 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: > |