Hi

In a terminal, in the ~/dev directory if I do 

"pdflatex mytexfile.tex" => no problem

I open mytexfile.tex with gvim and hit \ll => nothing append 

I open mytexfile.tex with gvim and hit ":!pdflatex mytexfile.tex" it
works.

I look at swp files or vim error file in my ~ directory but I do not
find anything.

Usually I put that line in my .vimrc file :
let g:Tex_CompileRule_pdf="pdflatex -shell-escape
-interaction=nonstopmode $*"

I tried also that one but it do not change anything :

let g:Tex_CompileRule_pdf="pdflatex $*"

Germain 


-------- Message initial --------
De: Mike Richman <rich...@umd.edu>
À: Germain Vallverdu <germain.vallve...@univ-pau.fr>
Cc: vim-latex-devel@lists.sourceforge.net
<vim-latex-devel@lists.sourceforge.net>
Sujet: Re: [Vim-latex-devel] dev directory
Date: Mon, 21 Feb 2011 11:25:26 -0500

On Mon, Feb 21, 2011 at 11:06 AM, Germain Vallverdu
<germain.vallve...@univ-pau.fr> wrote:
> Hi,
>
> First thanks a lot for your vim-latex plugins.
>
> I had got a strange behavior. My OS is an linux ubuntu. In my home
> directory I have a directory named "dev" where I put current jobs which
> are not achieved. If I write latex file inside the "dev" directory the
> compilation abort without any error message. It just seems to start and
> stop just at begin. Latex file like .log .aux or other are not modified.
> I do not know if the name of the directory is the origin but I do not
> have that problem in neither other directory ... If y copy my latex
> source in another directory or in a subdirectory of the directory "dev"
> it works well.
>
> But at the end, I can simply rename my directory :)
>
> Thanks
>
> Germain
>

Hi Germain,

That is strange behavior.  I created a directory ~/dev, wrote a
minimal LaTeX input, and it compiles fine on both the command line and
in gvim with \ll.

What happens if you try running "latex" or "pdflatex" on your source
code from the command line?

-Mike Richman

-- 
Maître de Conférence
Université de Pau et des pays de l'Adour
Institut Pluridisciplinaire de Recherche sur l'Environnement et les Matériaux
Équipe de Chimie Physique
email  : germain.vallve...@univ-pau.fr
Tel    : 05 59 40 78 51
page   : http://gvallver.perso.univ-pau.fr


------------------------------------------------------------------------------
Index, Search & Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to