Re: [Vim-latex-devel] texviewer and Win
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-04-02 22:18:56
|
Hey Mikolaj, This is very cool! It works out of the box for me :) (with a few small hitches which are "ignorable"). I wonder if you have some settings different. For me: shell=cmd.exe shellquote= shellxquote= grepprg=fgrep\ -n\ $* (I put fgrep in my windows path) If you want to use shell=bash, remember to also set :set shellxquote=' otherwise fgrep is called as bash -c "fgrep -n \\label{" etc... Those double quotes make my shell prompt just hang... A couple of suggestions: 1. In the cwindow, the first item always seems to be highlighted in addition to the line on which the cursor is. 2. Could you make the preview window show the label line in the center of the preview window instead of at the top. Also make the preview window larger. If possible make it customizable with some setting :) 3. Make the <F9> key customizable using the same technique in imaps.vim 4. Put this as a menu item in "Tex-Suite->Complete Ref/Cite" Another thing is that as of now, citations are only searched for in .bib files. Often times, for small papers, I prefer the .bbl file which contains things like -----------------------------------%<----------------------------------- \begin{thebibliography}{99} \bibitem{shimoyama:93} I.~Shimoyama, H.~Miura, K.~Suzuki, and Y.~Ezura, ``Insect-like microrobots with external skeletons,'' {\em IEEE Control Sys. Magazine}, 13:37--41, February 1993. \end{thebibliography} -----------------------------------%<----------------------------------- Can support for this be built as well? Sometimes, the .bbl file is not used and the above can be directly inserted into the .tex file.... Srinath On Wed, 2 Apr 2003, Mikolaj Machowski wrote: > Hello, > > Yesterday I commited texviewer.vim file. It works as charm under Linux > but on Windows it doesn't work at all. I have grep (from cygwin) but it > looks like grep output was not intercepted. > Can someone help me? > > Mikolaj > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > -- Srinath Avadhanula Apr 2 11:45am (null cookie; hope that's ok) |