>== Auszüge aus der Nachricht von  Xavier Fontaine vom 2014-03-05 18:16:
> Dear all,
> 
> I experience a problem when compiling a .tex file whenever there is a white
> space in the filename.

Using the vim-latex compile shortcut?

It might be not very helpful, but:
1) Whitespace in file names is MS Evil!
2) I'm using pdflatex or xetex directly from vim:
      :!pdflatex % && pdf-viewer %<.pdf

   Where "pdf-viewer" is your pdf viewer of choice.

If there is MS Evil (whitespace) in the file name, you have to put the % in '"':
      :!pdflatex "%" && pdf-viewer "%<.pdf", and it should work.

I suspect to get the vim-latex native compile function to work, you have
to add some '"' in the source

No real answer to your question, hope it helps as a work-around at
least.

Greetings, Ruthard

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to