vim-latex-devel Mailing List for Vim-Latex (Page 30)
Brought to you by:
srinathava,
tmaas
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(120) |
Dec
(118) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(145) |
Feb
(23) |
Mar
(30) |
Apr
(50) |
May
(88) |
Jun
(49) |
Jul
(41) |
Aug
(13) |
Sep
(51) |
Oct
(30) |
Nov
(80) |
Dec
(43) |
2004 |
Jan
(15) |
Feb
(25) |
Mar
(48) |
Apr
(12) |
May
(37) |
Jun
(52) |
Jul
(16) |
Aug
(10) |
Sep
(7) |
Oct
(19) |
Nov
(17) |
Dec
(19) |
2005 |
Jan
(15) |
Feb
(5) |
Mar
(7) |
Apr
(3) |
May
(2) |
Jun
(4) |
Jul
(3) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
(16) |
Dec
(16) |
2006 |
Jan
(15) |
Feb
(27) |
Mar
(49) |
Apr
(31) |
May
(24) |
Jun
(12) |
Jul
(23) |
Aug
(13) |
Sep
(22) |
Oct
(6) |
Nov
(8) |
Dec
(10) |
2007 |
Jan
(3) |
Feb
(13) |
Mar
(19) |
Apr
(1) |
May
(5) |
Jun
(10) |
Jul
(2) |
Aug
(13) |
Sep
(10) |
Oct
(2) |
Nov
(30) |
Dec
(15) |
2008 |
Jan
(11) |
Feb
(9) |
Mar
(27) |
Apr
(27) |
May
(22) |
Jun
(29) |
Jul
|
Aug
(21) |
Sep
(6) |
Oct
(4) |
Nov
(9) |
Dec
(2) |
2009 |
Jan
(52) |
Feb
(21) |
Mar
(9) |
Apr
(41) |
May
(13) |
Jun
(8) |
Jul
(5) |
Aug
(31) |
Sep
(14) |
Oct
(10) |
Nov
(17) |
Dec
(17) |
2010 |
Jan
(25) |
Feb
(22) |
Mar
(22) |
Apr
(24) |
May
(35) |
Jun
(23) |
Jul
(22) |
Aug
(10) |
Sep
(6) |
Oct
(29) |
Nov
(8) |
Dec
(6) |
2011 |
Jan
(12) |
Feb
(89) |
Mar
(41) |
Apr
(8) |
May
(17) |
Jun
(11) |
Jul
(3) |
Aug
(13) |
Sep
(14) |
Oct
(23) |
Nov
(8) |
Dec
(9) |
2012 |
Jan
(15) |
Feb
(27) |
Mar
(6) |
Apr
(17) |
May
(29) |
Jun
(9) |
Jul
(50) |
Aug
(15) |
Sep
(11) |
Oct
(12) |
Nov
(22) |
Dec
(7) |
2013 |
Jan
(24) |
Feb
(32) |
Mar
(6) |
Apr
(5) |
May
(2) |
Jun
(15) |
Jul
(20) |
Aug
(1) |
Sep
(3) |
Oct
(2) |
Nov
(7) |
Dec
(4) |
2014 |
Jan
(3) |
Feb
(7) |
Mar
(4) |
Apr
|
May
(4) |
Jun
(5) |
Jul
(4) |
Aug
(3) |
Sep
(9) |
Oct
|
Nov
(2) |
Dec
(3) |
2015 |
Jan
|
Feb
(4) |
Mar
(9) |
Apr
|
May
(1) |
Jun
|
Jul
(5) |
Aug
(6) |
Sep
(2) |
Oct
|
Nov
(6) |
Dec
|
2016 |
Jan
(1) |
Feb
(11) |
Mar
(4) |
Apr
(2) |
May
(8) |
Jun
(9) |
Jul
|
Aug
(9) |
Sep
(2) |
Oct
(7) |
Nov
|
Dec
|
2017 |
Jan
(7) |
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2018 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Till M. <ope...@ti...> - 2011-02-14 20:38:35
|
On Sun, Feb 13, 2011 at 10:49:22PM +0100, Philipp Hartwig wrote: > the function VEnclose of the imaps plugin uses the test > if (visualmode() == 'v' && (a:vstart != '' || a:vend != '')) || (a:VStart == '' && a:VEnd == '') > to determine if characterwise or linewise selection was used. However if > a user has set "ignorecase" the operator "==" is case-insensitive and > hence > visualmode() == 'v' > will always be true. > > Using "==#" instead of "==" fixes this. Thank you, this has been fixed in a recent git commit. Regards Till |
From: Till M. <ope...@ti...> - 2011-02-14 20:38:35
|
Hello everyone, vim-latex is now using git instead of svn. I hope the migration worked without major problems. If you find any irregularities, please report them. Checkout instructions can be found here: https://sourceforge.net/scm/?type=git&group_id=52322 Regards Till |
From: Till M. <ope...@ti...> - 2011-02-14 20:38:35
|
On Tue, Jan 04, 2011 at 03:38:18PM +0100, Gerd Wachsmuth wrote: > I attached two small patches: > > - the first will correct the behavior of < <M-L>, there was one "\" > missing. > - the other one will correct the behaviour with bib-files with > capital entries. Thank you, the patches have been applied recently into the new git repository. Regards Till |
From: Ng Oon-Ee <ng...@gm...> - 2011-02-14 12:11:43
|
On Mon, 2011-02-14 at 15:13 +0800, Ng Oon-Ee wrote: > I've got the following setup (simplified) > > . > .. > main.tex > chap1/ > chap1.tex > > When editing main.tex, \ll works fine, everything comes out correct. > > When editing chap1.tex, \ll gives the following. > > || I can't find file `main.tex'. main.tex > || Emergency stop. > > There is no main.log, only a chap1.log in the chap1/ folder. I conclude that latexsuite is trying to compile inside the chap1/ folder. My CompileRule is as follows:- > > g:Tex_CompileRule_dvi latex -interaction=nonstopmode --src-specials $* > > Please advise what else I can do to check this. Am using 64-bit Arch Linux, am using svn revision 1115 with vim 7.3.102 > Sorry, I got contacted off-list, just to confirm, I do have main.tex.latexmain as per the wiki in the root directory. That's why the error refers to 'main.tex' rather than 'chap1.tex' |
From: Ng Oon-Ee <ng...@gm...> - 2011-02-14 07:14:10
|
I've got the following setup (simplified) . .. main.tex chap1/ chap1.tex When editing main.tex, \ll works fine, everything comes out correct. When editing chap1.tex, \ll gives the following. || I can't find file `main.tex'. main.tex || Emergency stop. There is no main.log, only a chap1.log in the chap1/ folder. I conclude that latexsuite is trying to compile inside the chap1/ folder. My CompileRule is as follows:- g:Tex_CompileRule_dvi latex -interaction=nonstopmode --src-specials $* Please advise what else I can do to check this. Am using 64-bit Arch Linux, am using svn revision 1115 with vim 7.3.102 |
From: Ng Oon-Ee <ng...@gm...> - 2011-02-14 06:28:12
|
Hi, I'm coming from a texlipse (Eclipse plug-in) background. Been through the Latex-Suite Reference, but could not find this particular 'feature'. Would it be possible to do a compile in a specific subdirectory (by default ./tmp in texlipse). This helps prevent clutter in the main directory. I've not checked, but I believe texlipse does this using the --output-directory option of tex/pdflatex. Would changing g:Tex_CompileRule_* allow me to have this behaviour (all the temporary files like aux,bbl,blg,log,out,toc in ./tmp but the final output dvi/pdf in ./)? |
From: Philipp H. <phi...@un...> - 2011-02-13 21:49:36
|
Hello, the function VEnclose of the imaps plugin uses the test if (visualmode() == 'v' && (a:vstart != '' || a:vend != '')) || (a:VStart == '' && a:VEnd == '') to determine if characterwise or linewise selection was used. However if a user has set "ignorecase" the operator "==" is case-insensitive and hence visualmode() == 'v' will always be true. Using "==#" instead of "==" fixes this. Regards, Philipp |
From: Vijay K. <vij...@gm...> - 2011-02-11 20:45:40
|
Hi all! I was looking at XeLaTeX recently, and being a vim-latex user, was then looking to see how to either rebind "\ll" or create new binding ("\lx" maybe?) for compiling with xelatex. Then I had a thought: It would be great if the latex-suite could compile, via "\ll", using a directive at the top of the source file something like TeXShop's "%!TEX TS-program = xelatex" directives. Does that make sense? Would it be easy/straightforward to implement? Anyway, I just thought I'd throw this out there. Thanks! -Vijay |
From: Ng Oon-Ee <ng...@gm...> - 2011-02-05 12:07:01
|
On Sat, 2011-02-05 at 11:35 +0100, Mario Santagiuliana wrote: > In data 5/2/2011 11:19:21, Ng Oon-Ee ha scritto: > > Hi all, regarding the above:- > > > > https://facwiki.cs.byu.edu/nlp/index.php/Vim%2BLaTeX_on_Linux > > seems to be the only good resource I can find on this. Can't seem to get > > it working with okular though. pdflatex runs with -synctex=1 and > > generates main.synctex.gz, but \ls just opens the pdf without going to > > the specified location. > > > > Anyone gotten this working on okular (or any other linux editor)? I > > can't find the appropriate code to change as mentioned in the above > > blog. > > > > > > ------------------------------------------------------------------------ > > ------ The modern datacenter depends on network connectivity to access > > resources and provide services. The best practices for maximizing a > > physical server's connectivity to a physical network are well > > understood - see how these rules translate into the virtual world? > > http://p.sf.net/sfu/oracle-sfdevnlfb > There is a patch to use okular in vim-latex: > http://sourceforge.net/tracker/?func=detail&aid=3004833&group_id=52322&atid=466458 > This patch is not included in the latest vim-latex stable release, you > should use vim-latex from git-repository. Thanks Mario, this seems to be dvi specific. Is pdf possible as well? |
From: Ng Oon-Ee <ng...@gm...> - 2011-02-05 11:08:10
|
On Sat, 2011-02-05 at 18:19 +0800, Ng Oon-Ee wrote: > Hi all, regarding the above:- > > https://facwiki.cs.byu.edu/nlp/index.php/Vim%2BLaTeX_on_Linux > seems to be the only good resource I can find on this. Can't seem to get > it working with okular though. pdflatex runs with -synctex=1 and > generates main.synctex.gz, but \ls just opens the pdf without going to > the specified location. > > Anyone gotten this working on okular (or any other linux editor)? I > can't find the appropriate code to change as mentioned in the above > blog. > http://comments.gmane.org/gmane.comp.editors.vim.latex.devel/868 This states that support has gone in to SVN, I compiled vim-latex from SVN and sure enough dvi works. Will pdf support be forthcoming? |
From: Mario S. <ma...@ma...> - 2011-02-05 10:57:49
|
In data 5/2/2011 11:19:21, Ng Oon-Ee ha scritto: > Hi all, regarding the above:- > > https://facwiki.cs.byu.edu/nlp/index.php/Vim%2BLaTeX_on_Linux > seems to be the only good resource I can find on this. Can't seem to get > it working with okular though. pdflatex runs with -synctex=1 and > generates main.synctex.gz, but \ls just opens the pdf without going to > the specified location. > > Anyone gotten this working on okular (or any other linux editor)? I > can't find the appropriate code to change as mentioned in the above > blog. > > > ------------------------------------------------------------------------ > ------ The modern datacenter depends on network connectivity to access > resources and provide services. The best practices for maximizing a > physical server's connectivity to a physical network are well > understood - see how these rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel There is a patch to use okular in vim-latex: http://sourceforge.net/tracker/?func=detail&aid=3004833&group_id=52322&atid=466458 This patch is not included in the latest vim-latex stable release, you should use vim-latex from git-repository. -- Mario Santagiuliana www.marionline.it |
From: Ng Oon-Ee <ng...@gm...> - 2011-02-05 10:19:39
|
Hi all, regarding the above:- https://facwiki.cs.byu.edu/nlp/index.php/Vim%2BLaTeX_on_Linux seems to be the only good resource I can find on this. Can't seem to get it working with okular though. pdflatex runs with -synctex=1 and generates main.synctex.gz, but \ls just opens the pdf without going to the specified location. Anyone gotten this working on okular (or any other linux editor)? I can't find the appropriate code to change as mentioned in the above blog. |
From: Julien C. <jul...@gm...> - 2011-02-01 11:18:14
|
Great :) Thanks for the feedback, glad to have helped ! Cheers, Ju On Mon, Jan 31, 2011 at 7:55 PM, martin throw <mar...@gm...> wrote: > Hi, > > That works beautifully. Thanks! > > On Wed, Jan 26, 2011 at 2:45 AM, Julien Cornebise > <jul...@gm...> wrote: >> >> Maybe putting the setting it in a file-type file for *.log via >> ftplugin or, much simpler, in global but using autocommand: you may >> try >> autocmd BufRead *.log set ar >> (no guarantee, haven't tried) >> >> Hope this helps! >> Julien >> >> On Tue, Jan 25, 2011 at 9:50 PM, martin throw <mar...@gm...> >> wrote: >> > Thanks for the comment, that works but I was hoping to not set the >> > autoreload behavior globally, but only on the loaded log file. But I >> > guess >> > it is not a big deal to have the autoreload behavior to be global. >> > >> > Thanks >> > >> > On Mon, Jan 24, 2011 at 11:34 PM, Julien Cornebise >> > <jul...@gm...> wrote: >> >> >> >> Did you try >> >> set ar >> >> ? >> >> Best regards >> >> >> >> Julien >> >> >> >> On Tue, Jan 25, 2011 at 3:18 AM, martin throw <mar...@gm...> >> >> wrote: >> >> > Hi, >> >> > >> >> > Every time I compile using \ll (with multiple passes), the >> >> > corresponding >> >> > log >> >> > file gets loaded into the buffer. >> >> > It gets distracting when I recompile again as VIM warns about the >> >> > file >> >> > changing since editing started (W11). Is there a missing autoreload >> >> > behavior >> >> > for opening the log file? >> >> > >> >> > I am using gVim on Windows with the latest vim-latex suite package. >> >> > Below is >> >> > my vimrc file >> >> > >> >> > Thanks! >> >> > >> >> > >> >> > set expandtab >> >> > set tabstop=2 >> >> > set shiftwidth=2 >> >> > set autoindent >> >> > set smartindent >> >> > set number >> >> > set hidden >> >> > colorscheme rdark >> >> > set so=5 >> >> > set wrap linebreak textwidth=0 >> >> > syntax on >> >> > >> >> > set gfn=DejaVu\ Sans\ Mono\ 11 >> >> > >> >> > " REQUIRED. This makes vim invoke Latex-Suite when you open a tex >> >> > file. >> >> > filetype plugin on >> >> > >> >> > " IMPORTANT: win32 users will need to have 'shellslash' set so that >> >> > latex >> >> > " can be called correctly. >> >> > set shellslash >> >> > >> >> > " IMPORTANT: grep will sometimes skip displaying the file name if you >> >> > " search in a singe file. This will confuse Latex-Suite. Set your >> >> > grep >> >> > " program to always generate a file-name. >> >> > set grepprg=grep\ -nH\ $* >> >> > >> >> > " OPTIONAL: This enables automatic indentation as you type. >> >> > filetype indent on >> >> > >> >> > " OPTIONAL: Starting with Vim 7, the filetype of empty .tex files >> >> > defaults >> >> > to >> >> > " 'plaintex' instead of 'tex', which results in vim-latex not being >> >> > loaded. >> >> > " The following changes the default filetype back to 'tex': >> >> > let g:tex_flavor='latex' >> >> > >> >> > let g:Tex_DefaultTargetFormat='pdf' >> >> > let g:Tex_MultipleCompileFormats='pdf' >> >> > >> >> > >> >> > >> >> > >> >> > ------------------------------------------------------------------------------ >> >> > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! >> >> > Finally, a world-class log management solution at an even better >> >> > price-free! >> >> > Download using promo code Free_Logger_4_Dev2Dev. Offer expires >> >> > February 28th, so secure your free ArcSight Logger TODAY! >> >> > http://p.sf.net/sfu/arcsight-sfd2d >> >> > _______________________________________________ >> >> > Vim-latex-devel mailing list >> >> > Vim...@li... >> >> > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel >> >> > >> >> > >> > >> > > > |
From: martin t. <mar...@gm...> - 2011-01-31 19:55:15
|
Hi, That works beautifully. Thanks! On Wed, Jan 26, 2011 at 2:45 AM, Julien Cornebise < jul...@gm...> wrote: > Maybe putting the setting it in a file-type file for *.log via > ftplugin or, much simpler, in global but using autocommand: you may > try > autocmd BufRead *.log set ar > (no guarantee, haven't tried) > > Hope this helps! > Julien > > On Tue, Jan 25, 2011 at 9:50 PM, martin throw <mar...@gm...> > wrote: > > Thanks for the comment, that works but I was hoping to not set the > > autoreload behavior globally, but only on the loaded log file. But I > guess > > it is not a big deal to have the autoreload behavior to be global. > > > > Thanks > > > > On Mon, Jan 24, 2011 at 11:34 PM, Julien Cornebise > > <jul...@gm...> wrote: > >> > >> Did you try > >> set ar > >> ? > >> Best regards > >> > >> Julien > >> > >> On Tue, Jan 25, 2011 at 3:18 AM, martin throw <mar...@gm...> > >> wrote: > >> > Hi, > >> > > >> > Every time I compile using \ll (with multiple passes), the > corresponding > >> > log > >> > file gets loaded into the buffer. > >> > It gets distracting when I recompile again as VIM warns about the file > >> > changing since editing started (W11). Is there a missing autoreload > >> > behavior > >> > for opening the log file? > >> > > >> > I am using gVim on Windows with the latest vim-latex suite package. > >> > Below is > >> > my vimrc file > >> > > >> > Thanks! > >> > > >> > > >> > set expandtab > >> > set tabstop=2 > >> > set shiftwidth=2 > >> > set autoindent > >> > set smartindent > >> > set number > >> > set hidden > >> > colorscheme rdark > >> > set so=5 > >> > set wrap linebreak textwidth=0 > >> > syntax on > >> > > >> > set gfn=DejaVu\ Sans\ Mono\ 11 > >> > > >> > " REQUIRED. This makes vim invoke Latex-Suite when you open a tex > file. > >> > filetype plugin on > >> > > >> > " IMPORTANT: win32 users will need to have 'shellslash' set so that > >> > latex > >> > " can be called correctly. > >> > set shellslash > >> > > >> > " IMPORTANT: grep will sometimes skip displaying the file name if you > >> > " search in a singe file. This will confuse Latex-Suite. Set your grep > >> > " program to always generate a file-name. > >> > set grepprg=grep\ -nH\ $* > >> > > >> > " OPTIONAL: This enables automatic indentation as you type. > >> > filetype indent on > >> > > >> > " OPTIONAL: Starting with Vim 7, the filetype of empty .tex files > >> > defaults > >> > to > >> > " 'plaintex' instead of 'tex', which results in vim-latex not being > >> > loaded. > >> > " The following changes the default filetype back to 'tex': > >> > let g:tex_flavor='latex' > >> > > >> > let g:Tex_DefaultTargetFormat='pdf' > >> > let g:Tex_MultipleCompileFormats='pdf' > >> > > >> > > >> > > >> > > ------------------------------------------------------------------------------ > >> > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > >> > Finally, a world-class log management solution at an even better > >> > price-free! > >> > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > >> > February 28th, so secure your free ArcSight Logger TODAY! > >> > http://p.sf.net/sfu/arcsight-sfd2d > >> > _______________________________________________ > >> > Vim-latex-devel mailing list > >> > Vim...@li... > >> > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > >> > > >> > > > > > > |
From: Julien C. <jul...@gm...> - 2011-01-26 10:45:58
|
Maybe putting the setting it in a file-type file for *.log via ftplugin or, much simpler, in global but using autocommand: you may try autocmd BufRead *.log set ar (no guarantee, haven't tried) Hope this helps! Julien On Tue, Jan 25, 2011 at 9:50 PM, martin throw <mar...@gm...> wrote: > Thanks for the comment, that works but I was hoping to not set the > autoreload behavior globally, but only on the loaded log file. But I guess > it is not a big deal to have the autoreload behavior to be global. > > Thanks > > On Mon, Jan 24, 2011 at 11:34 PM, Julien Cornebise > <jul...@gm...> wrote: >> >> Did you try >> set ar >> ? >> Best regards >> >> Julien >> >> On Tue, Jan 25, 2011 at 3:18 AM, martin throw <mar...@gm...> >> wrote: >> > Hi, >> > >> > Every time I compile using \ll (with multiple passes), the corresponding >> > log >> > file gets loaded into the buffer. >> > It gets distracting when I recompile again as VIM warns about the file >> > changing since editing started (W11). Is there a missing autoreload >> > behavior >> > for opening the log file? >> > >> > I am using gVim on Windows with the latest vim-latex suite package. >> > Below is >> > my vimrc file >> > >> > Thanks! >> > >> > >> > set expandtab >> > set tabstop=2 >> > set shiftwidth=2 >> > set autoindent >> > set smartindent >> > set number >> > set hidden >> > colorscheme rdark >> > set so=5 >> > set wrap linebreak textwidth=0 >> > syntax on >> > >> > set gfn=DejaVu\ Sans\ Mono\ 11 >> > >> > " REQUIRED. This makes vim invoke Latex-Suite when you open a tex file. >> > filetype plugin on >> > >> > " IMPORTANT: win32 users will need to have 'shellslash' set so that >> > latex >> > " can be called correctly. >> > set shellslash >> > >> > " IMPORTANT: grep will sometimes skip displaying the file name if you >> > " search in a singe file. This will confuse Latex-Suite. Set your grep >> > " program to always generate a file-name. >> > set grepprg=grep\ -nH\ $* >> > >> > " OPTIONAL: This enables automatic indentation as you type. >> > filetype indent on >> > >> > " OPTIONAL: Starting with Vim 7, the filetype of empty .tex files >> > defaults >> > to >> > " 'plaintex' instead of 'tex', which results in vim-latex not being >> > loaded. >> > " The following changes the default filetype back to 'tex': >> > let g:tex_flavor='latex' >> > >> > let g:Tex_DefaultTargetFormat='pdf' >> > let g:Tex_MultipleCompileFormats='pdf' >> > >> > >> > >> > ------------------------------------------------------------------------------ >> > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! >> > Finally, a world-class log management solution at an even better >> > price-free! >> > Download using promo code Free_Logger_4_Dev2Dev. Offer expires >> > February 28th, so secure your free ArcSight Logger TODAY! >> > http://p.sf.net/sfu/arcsight-sfd2d >> > _______________________________________________ >> > Vim-latex-devel mailing list >> > Vim...@li... >> > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel >> > >> > > > |
From: martin t. <mar...@gm...> - 2011-01-25 21:50:38
|
Thanks for the comment, that works but I was hoping to not set the autoreload behavior globally, but only on the loaded log file. But I guess it is not a big deal to have the autoreload behavior to be global. Thanks On Mon, Jan 24, 2011 at 11:34 PM, Julien Cornebise < jul...@gm...> wrote: > Did you try > set ar > ? > Best regards > > Julien > > On Tue, Jan 25, 2011 at 3:18 AM, martin throw <mar...@gm...> > wrote: > > Hi, > > > > Every time I compile using \ll (with multiple passes), the corresponding > log > > file gets loaded into the buffer. > > It gets distracting when I recompile again as VIM warns about the file > > changing since editing started (W11). Is there a missing autoreload > behavior > > for opening the log file? > > > > I am using gVim on Windows with the latest vim-latex suite package. Below > is > > my vimrc file > > > > Thanks! > > > > > > set expandtab > > set tabstop=2 > > set shiftwidth=2 > > set autoindent > > set smartindent > > set number > > set hidden > > colorscheme rdark > > set so=5 > > set wrap linebreak textwidth=0 > > syntax on > > > > set gfn=DejaVu\ Sans\ Mono\ 11 > > > > " REQUIRED. This makes vim invoke Latex-Suite when you open a tex file. > > filetype plugin on > > > > " IMPORTANT: win32 users will need to have 'shellslash' set so that latex > > " can be called correctly. > > set shellslash > > > > " IMPORTANT: grep will sometimes skip displaying the file name if you > > " search in a singe file. This will confuse Latex-Suite. Set your grep > > " program to always generate a file-name. > > set grepprg=grep\ -nH\ $* > > > > " OPTIONAL: This enables automatic indentation as you type. > > filetype indent on > > > > " OPTIONAL: Starting with Vim 7, the filetype of empty .tex files > defaults > > to > > " 'plaintex' instead of 'tex', which results in vim-latex not being > loaded. > > " The following changes the default filetype back to 'tex': > > let g:tex_flavor='latex' > > > > let g:Tex_DefaultTargetFormat='pdf' > > let g:Tex_MultipleCompileFormats='pdf' > > > > > > > ------------------------------------------------------------------------------ > > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > > Finally, a world-class log management solution at an even better > price-free! > > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > > February 28th, so secure your free ArcSight Logger TODAY! > > http://p.sf.net/sfu/arcsight-sfd2d > > _______________________________________________ > > Vim-latex-devel mailing list > > Vim...@li... > > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > > > > |
From: Julien C. <jul...@gm...> - 2011-01-25 07:35:05
|
Did you try set ar ? Best regards Julien On Tue, Jan 25, 2011 at 3:18 AM, martin throw <mar...@gm...> wrote: > Hi, > > Every time I compile using \ll (with multiple passes), the corresponding log > file gets loaded into the buffer. > It gets distracting when I recompile again as VIM warns about the file > changing since editing started (W11). Is there a missing autoreload behavior > for opening the log file? > > I am using gVim on Windows with the latest vim-latex suite package. Below is > my vimrc file > > Thanks! > > > set expandtab > set tabstop=2 > set shiftwidth=2 > set autoindent > set smartindent > set number > set hidden > colorscheme rdark > set so=5 > set wrap linebreak textwidth=0 > syntax on > > set gfn=DejaVu\ Sans\ Mono\ 11 > > " REQUIRED. This makes vim invoke Latex-Suite when you open a tex file. > filetype plugin on > > " IMPORTANT: win32 users will need to have 'shellslash' set so that latex > " can be called correctly. > set shellslash > > " IMPORTANT: grep will sometimes skip displaying the file name if you > " search in a singe file. This will confuse Latex-Suite. Set your grep > " program to always generate a file-name. > set grepprg=grep\ -nH\ $* > > " OPTIONAL: This enables automatic indentation as you type. > filetype indent on > > " OPTIONAL: Starting with Vim 7, the filetype of empty .tex files defaults > to > " 'plaintex' instead of 'tex', which results in vim-latex not being loaded. > " The following changes the default filetype back to 'tex': > let g:tex_flavor='latex' > > let g:Tex_DefaultTargetFormat='pdf' > let g:Tex_MultipleCompileFormats='pdf' > > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > |
From: martin t. <mar...@gm...> - 2011-01-25 03:18:22
|
Hi, Every time I compile using \ll (with multiple passes), the corresponding log file gets loaded into the buffer. It gets distracting when I recompile again as VIM warns about the file changing since editing started (W11). Is there a missing autoreload behavior for opening the log file? I am using gVim on Windows with the latest vim-latex suite package. Below is my vimrc file Thanks! set expandtab set tabstop=2 set shiftwidth=2 set autoindent set smartindent set number set hidden colorscheme rdark set so=5 set wrap linebreak textwidth=0 syntax on set gfn=DejaVu\ Sans\ Mono\ 11 " REQUIRED. This makes vim invoke Latex-Suite when you open a tex file. filetype plugin on " IMPORTANT: win32 users will need to have 'shellslash' set so that latex " can be called correctly. set shellslash " IMPORTANT: grep will sometimes skip displaying the file name if you " search in a singe file. This will confuse Latex-Suite. Set your grep " program to always generate a file-name. set grepprg=grep\ -nH\ $* " OPTIONAL: This enables automatic indentation as you type. filetype indent on " OPTIONAL: Starting with Vim 7, the filetype of empty .tex files defaults to " 'plaintex' instead of 'tex', which results in vim-latex not being loaded. " The following changes the default filetype back to 'tex': let g:tex_flavor='latex' let g:Tex_DefaultTargetFormat='pdf' let g:Tex_MultipleCompileFormats='pdf' |
From: Cesar R. <ces...@gm...> - 2011-01-23 14:50:18
|
I'm using vim 7.3.105 on Win XP. If I press \\ the cursor remains between the backslashes, not after the second backslash. If I press one backslash and wait a couple of seconds, and then press the second backslash, then I get the cursor after the second backslash. That happens only with filetype set to tex, not when it is set to plaintex. Many thanks in advance, -- Cesar |
From: Robson R. S. P. <rob...@gm...> - 2011-01-23 13:16:46
|
On Sun, Jan 23, 2011 at 9:59 AM, Peter Volkov <pv...@ge...> wrote: > В Вск, 23/01/2011 в 09:14 -0300, Robson Roberto Souza Peixoto пишет: >> On Sun, Jan 23, 2011 at 7:37 AM, Peter Volkov <pv...@ge...> wrote: >> > >> > Hi. I saw thread with exactly same name and have "fixed" vim-latex suite >> > installed here (1.8.23.20101027). Anyway if I write \cite{F9 the window >> > to select reference opens but after I select reference and press <enter> >> > nothing appears after \cite{. Testcase to reproduce the problem is in >> > attachment. Also note: I'm using xelatex and thus I have the following >> > customization inside ~/.vimrc: >> > >> > "vim-latex for xetex! >> > let g:Tex_DefaultTargetFormat = 'pdf' >> > let g:Tex_ViewRule_pdf='evince' >> > let g:Tex_CompileRule_pdf = 'xelatex --interaction=nonstopmode $*' >> > map <f2> :w<cr><leader>ll >> > let g:Tex_MultipleCompileFormats = 'pdf' >> > >> >> Are you have the 'grep' installed? > > Sure. > $ grep -V > GNU grep 2.5.4 > >> After install, do it. >> >> " IMPORTANT: grep will sometimes skip displaying the file name if you >> " search in a singe file. This will confuse Latex-Suite. Set your grep >> " program to always generate a file-name. >> set grepprg=grep\ -nH\ $* > > I've tried to put this into ~/.vimrc but still no luck. BTW, I have > VIM 7.3 installed here. I'm using VIM 7.1.102 and are working very well. BTW, from my vimrc: " {{{ Latex au FileType tex setl spell spelllang=pt grepprg=grep\ -nH\ $* makeprg=make\ $* sw=2 ts=2 sts=2 et iskeyword+=: au FileType bib setl spell spelllang=pt makeprg=make\ $* sw=2 ts=2 sts=2 et let g:tex_flavor = "latex" " }}} and from ~/.vim/ftplugin/tex.vim " Q: I cannot insert the e-acute (é) character! HELP! imap <buffer> <leader>it <Plug>Tex_InsertItemOnThisLine " Q: Typing some European characters becomes problematic in Latex-suite because those characters seem to be mapped to something. imap <C-b> <Plug>Tex_MathBF imap <C-c> <Plug>Tex_MathCal imap <C-l> <Plug>Tex_LeftRight But for my latex project work well, I need to create the a empty file dissertacao.tex.latexmain because the dissertacao.tex is my main file. And the cwd(current working directory) is where the main file are. I don't know if it is necessary, but I do it. > -- > Peter. > > -- Robson Roberto Souza Peixoto Robinho Computer Science Master's degree student, University of Campinas Linux Counter #395633 IRC: robsonpeixoto Twitter: http://twitter.com/rrspba github: https://github.com/robsonpeixoto |
From: Peter V. <pv...@ge...> - 2011-01-23 13:00:33
|
В Вск, 23/01/2011 в 09:14 -0300, Robson Roberto Souza Peixoto пишет: > On Sun, Jan 23, 2011 at 7:37 AM, Peter Volkov <pv...@ge...> wrote: > > > > Hi. I saw thread with exactly same name and have "fixed" vim-latex suite > > installed here (1.8.23.20101027). Anyway if I write \cite{F9 the window > > to select reference opens but after I select reference and press <enter> > > nothing appears after \cite{. Testcase to reproduce the problem is in > > attachment. Also note: I'm using xelatex and thus I have the following > > customization inside ~/.vimrc: > > > > "vim-latex for xetex! > > let g:Tex_DefaultTargetFormat = 'pdf' > > let g:Tex_ViewRule_pdf='evince' > > let g:Tex_CompileRule_pdf = 'xelatex --interaction=nonstopmode $*' > > map <f2> :w<cr><leader>ll > > let g:Tex_MultipleCompileFormats = 'pdf' > > > > Are you have the 'grep' installed? Sure. $ grep -V GNU grep 2.5.4 > After install, do it. > > " IMPORTANT: grep will sometimes skip displaying the file name if you > " search in a singe file. This will confuse Latex-Suite. Set your grep > " program to always generate a file-name. > set grepprg=grep\ -nH\ $* I've tried to put this into ~/.vimrc but still no luck. BTW, I have VIM 7.3 installed here. -- Peter. |
From: Robson R. S. P. <rob...@gm...> - 2011-01-23 12:14:55
|
On Sun, Jan 23, 2011 at 7:37 AM, Peter Volkov <pv...@ge...> wrote: > > Hi. I saw thread with exactly same name and have "fixed" vim-latex suite > installed here (1.8.23.20101027). Anyway if I write \cite{F9 the window > to select reference opens but after I select reference and press <enter> > nothing appears after \cite{. Testcase to reproduce the problem is in > attachment. Also note: I'm using xelatex and thus I have the following > customization inside ~/.vimrc: > > "vim-latex for xetex! > let g:Tex_DefaultTargetFormat = 'pdf' > let g:Tex_ViewRule_pdf='evince' > let g:Tex_CompileRule_pdf = 'xelatex --interaction=nonstopmode $*' > map <f2> :w<cr><leader>ll > let g:Tex_MultipleCompileFormats = 'pdf' > Are you have the 'grep' installed? After install, do it. " IMPORTANT: grep will sometimes skip displaying the file name if you " search in a singe file. This will confuse Latex-Suite. Set your grep " program to always generate a file-name. set grepprg=grep\ -nH\ $* [ ]s > > Thanks in advance for any help, > -- > Peter. > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > -- Robson Roberto Souza Peixoto Robinho Computer Science Master's degree student, University of Campinas Linux Counter #395633 IRC: robsonpeixoto Twitter: http://twitter.com/rrspba github: https://github.com/robsonpeixoto |
From: Peter V. <pv...@ge...> - 2011-01-23 10:38:45
|
Hi. I saw thread with exactly same name and have "fixed" vim-latex suite installed here (1.8.23.20101027). Anyway if I write \cite{F9 the window to select reference opens but after I select reference and press <enter> nothing appears after \cite{. Testcase to reproduce the problem is in attachment. Also note: I'm using xelatex and thus I have the following customization inside ~/.vimrc: "vim-latex for xetex! let g:Tex_DefaultTargetFormat = 'pdf' let g:Tex_ViewRule_pdf='evince' let g:Tex_CompileRule_pdf = 'xelatex --interaction=nonstopmode $*' map <f2> :w<cr><leader>ll let g:Tex_MultipleCompileFormats = 'pdf' Thanks in advance for any help, -- Peter. |
From: Tony M. <to...@to...> - 2011-01-05 13:53:48
|
I'm running MacVim 7.3 (53) on MacOS X 10.6.5 on a Core2Duo MacBook. I only recently started learning Vim, and was working through the tutorials for Vim-LaTeX when I noticed that the template names don't show up in the menu. You can see how it looks here: http://www.tonymcdaniel.com/uploads/template_menu.jpeg I tried editing the templates.vim file to remove the ':' and <Tab>, thinking that perhaps those were the problem, but it didn't help. The only difference was that the numbers were in the menu without the ':' afterward. This seems to be happening in other menus where a list of items should be enumerated. For example, in the Macros menu, the last entry is '1: '. Thanks for any help you can provide. -- Tony www.tonymcdaniel.com <http://www.tonymcdaniel.com> |
From: Gerd W. <ger...@ma...> - 2011-01-04 15:01:48
|
Hi all, I attached two small patches: - the first will correct the behavior of < <M-L>, there was one "\" missing. - the other one will correct the behaviour with bib-files with capital entries. Best Regards Gerd |