Re: [Vim-latex-devel] texviewer and Win
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-04-03 15:30:47
|
On Wed, Apr 02, 2003 at 02:18:52PM -0800, Srinath Avadhanula wrote: > 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\ $* 'grep -n' doesn't give info about file name if only one file match. I have add info about this in latex-suite.txt. I have grep from cygwin. Where are coming from your fgrep? If this is standalone app maybe this should be Official lS Grep Utility with link from download page and special settings in texrc? > 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. Highlighting of first line indicates current error number in quickfix engine. Viewer use cwindow but not :cnext and :cprev. First of all - I don't know how to get rid of this highlighting. Second - I am not sure if this is really necessary. In this way you can always use quickfix methods. IMO info about this in docs is enough (done). > 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 :) Done. > 3. Make the <F9> key customizable using the same technique in imaps.vim How customizable? As I wrote before I don't like here IMAPS mechanism. > 4. Put this as a menu item in "Tex-Suite->Complete Ref/Cite" Done. > 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.... Done. Strange thing. Vim (or grep) doesn't want look for "\\bibitem{", accepts only "bibitem{". I hope it is robust enough. m. -- LaTeX + Vim = http://vim-latex.sourceforge.net/ Learn Touch Typing with Vim: http://vim.sourceforge.net/script.php?script_id=461 vim.pl - http://skawina.eu.org/mikolaj |