Re: [Vim-latex-devel] Vim LaTeX Suite Tutorial -WIP
Brought to you by:
srinathava,
tmaas
From: Animesh N N. <an...@gm...> - 2003-05-21 13:32:28
|
Hi Mikolaj, On Wednesday 21 May 2003 03:11, Mikolaj Machowski wrote: > > ok, in texrc i didn't understand the following: > > 1) how can i make a custom cp of texrc when the orig texrc itself is > > stored under "$HOME/.vim/ftplugin/latex-suite/" ...? where would my > > custom texrc go ? > > This is explained in Installation section of texrc: > > " Make your local copy as: > " $HOME/vimfiles/ftplugin/tex/texrc (WINDOWS) > " or > " $HOME/.vim/ftplugin/tex/texrc (UNIX) Err... mikolaj, that's where the *default* texrc resides currently ! ...how can my custom cp and the original cp reside in the same same location at the same time ? VLS is installed under: $HOME/.vim/ the locations you've mentioned above (and also mentioned in texrc) would make sense only if VLS were installed in some non-personal location like say; "/usr/share/vim/vim61/" can this be done ? > Small sample may not work (without \documentclass, \begin{document} > etc.). Try real document. actually, it was added to a real doc for testing... never mind, i figured out how it works... that behaviour i described, happens when you first insert the new code. if you open a file that alread has the code, it works as described in the online VLS manuals :-) ciao animesh -- : ####[ GNU/Linux One Stanza Tip (LOST) ]########################### Sub : Get your copy of Linux Gazette LOST #059 #!/bin/bash ISSUE=61 #Note: Issue 61 was Jan 2001 change for month reqd wget -v -c "ftp://ftp.ssc.com/pub/lg/lg-base.tar.gz"' wget -v -c "ftp://ftp.ssc.com/pub/lg/lg-issue'$ISSUE'.tar.gz"' ####<bi...@nd...>################################### : |