[Vim-latex-devel] Forward search with okular

2012-05-17 Thread Filip Kadlec
Hello, I would appreciate if someone could help me to resolve this problem. I have installed vim-latex from the OpenSuSE distribution. Most of its features work correctly. \ll will start latex translation, and \lv launches the viewer. However, \ls , instead of launching the forward search, do

Re: [Vim-latex-devel] Forward search with okular

2012-05-17 Thread Filip Kadlec
t; I use latexmk for compilation and you have to set "-synctex=1" somewhere in the compile rules. Also, did you try to use the latest vim-latex from the git repository? I dont know which version is in the OpenSUSE repositories but okular forward search is working with the latest vim-latex versio

Re: [Vim-latex-devel] Forward search with okular

2012-05-17 Thread Filip Kadlec
ion is the same if I source the files you sent in the previous post. Not sure if I am not doing something wrong... With best regards, Filip On Thu, 17 May 2012, Peter Vasil wrote: On Thu, May 17, 2012 at 1:00 PM, Filip Kadlec wrote: Peter,  thanks for your

Re: [Vim-latex-devel] Forward search with okular

2012-05-29 Thread Filip Kadlec
x27; let g:Tex_CompileRule_pdf = 'pdflatex --synctex=1 -interaction=nonstopmode $*' and have a ...synctex.gz (this is the file with all information needed for forward searching) file in your project folder after compiling the document, I have no clue why forward search would not work. I use Oku

Re: [Vim-latex-devel] Pressing "u" only undoes one character at a time

2013-07-26 Thread Filip Kadlec
Hello Bernhard, I don't have a solution to your problem, just want to note that in my case "u" undoes the whole word (or typing sequence) straight, no letter-by-letter behavior occurs. My version of vim is 7.3, too. This works regardless of whether the latex suite is loaded. Hope this helps, Fi

[Vim-latex-devel] foldcolumn disappeared

2014-12-19 Thread Filip Kadlec
Hello everyone, after a distribution upgrade, my vim-latex still works as before, but I have noticed that in the .tex files, the foldcolumn does not appear although the folds exist. Previously, I did not modify my personal settings for folds since everything worked normally. I have tried to l

Re: [Vim-latex-devel] foldcolumn disappeared

2014-12-22 Thread Filip Kadlec
disappeared == Auszüge aus der Nachricht von Filip Kadlec vom 2014-12-19 09:56: Hello everyone, after a distribution upgrade, my vim-latex still works as before, but I have noticed that in the .tex files, the foldcolumn does not appear although the folds exist. Previously, I did not modify my personal

[Vim-latex-devel] Forward search

2015-02-11 Thread Filip Kadlec
Dear all, after a distribution upgrade, I am experiencing a strange problem with the forward search. I use pdflatex and pdf target format for both compiling and viewing. When I input \lv , Okular with the pdf file is activated. (By the way, Okular 0.21 now supports document tabbing, and each

Re: [Vim-latex-devel] A Bug in Smart Quote Feature in vim 7.4.640

2015-08-06 Thread Filip Kadlec
Hello, unfortunately, I don't have a solution to your problem, I just can state that smart quotes work in my vim-latex installation. After hitting " twice, I get ``''<++> as expected. Rather than vim-version, I think it is a matter of version of the vim-latex suite; mine comes from the OpenSuSE 1

Re: [Vim-latex-devel] spell problem

2016-08-23 Thread Filip Kadlec
Hi PierrO, I had a similar problem with .tex files some time ago. The behavior has much improved when I added to my .vimrc these lines: set spell linebreak syntax spell toplevel Since then, spelling stops working only exceptionally in some longer files with several hundred lines, and this ma

Re: [Vim-latex-devel] Aux completion

2017-01-27 Thread Filip Kadlec
Hi, Gerd, I second Laszlo's point of view; for me, using labels with well chosen names is clearly the best choice, and I think that the latex-suite should keep this behavior by default. To me, the -completion works quite well and it would maybe need some improvements (it does not work for me wit

Re: [Vim-latex-devel] Aux completion

2017-01-30 Thread Filip Kadlec
lity would stay as before. Filip On Fri, 27 Jan 2017, Gerd Wachsmuth wrote: Date: Fri, 27 Jan 2017 19:42:28 From: Gerd Wachsmuth To: Filip Kadlec , "vim-latex-devel@lists.sourceforge.net" Subject: Re: [Vim-latex-devel] Aux completion Thank you for your comments. I think I wa

[Vim-latex-devel] compiling multiple times - how to debug

2021-02-19 Thread Filip Kadlec
Hello all, since years, I have been using successfully the LaTeX suite under OpenSUSE Linux. Having configured the compilation to pdf format, it has always worked straightforwardly. Since recently, however, I have problems with the multiple compilation feature, described in part 6.3 of :h lat

Re: [Vim-latex-devel] compiling multiple times - how to debug

2021-02-24 Thread Filip Kadlec
_CompileRule_pdf variable. Are you quite sure that it should read "--synctex=1" and not "-synctex=1" ? (Two dashes versus one?) Best regards, Mirko Am Freitag, den 19.02.2021, 16:56 +0100 schrieb Filip Kadlec: Hello all, since years, I have been using successfully the LaTeX su

Re: [Vim-latex-devel] compiling multiple times - how to debug

2021-02-25 Thread Filip Kadlec
file, this presumably won't change the number of lines of either of those files. In that way, the multiple compile function is not adapted to bibliography styles which number references by the order of first appearance. You could check what happens when you add a new citation to your tex file.