Thread: [Vim-latex-devel] issue with duplicate labels
Brought to you by:
srinathava,
tmaas
From: David K. <dav...@gm...> - 2011-11-16 18:22:52
|
> > Hello everyone, > > If I have a duplicate label in a tex file, and compile it in the latest git pull of latex-suite, the corresponding .aux file is opened. I would like to disable this behavior. How can I do this. > > -- > Best, > David Karapetyan > > |
From: Mike R. <ri...@um...> - 2011-11-18 14:41:50
|
Hi David, I don't think I ever found a way to disable this behavior, but you can normally jump quickly back to your previous location with CTRL-o (which is also really useful in lots of other circumstances!). Hope this helps you get your flow back. Cheers, Mike On Wed, Nov 16, 2011 at 1:22 PM, David Karapetyan <dav...@gm...> wrote: > >> >> Hello everyone, >> >> If I have a duplicate label in a tex file, and compile it in the latest git pull of latex-suite, the corresponding .aux file is opened. I would like to disable this behavior. How can I do this. >> >> -- >> Best, >> David Karapetyan >> >> > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > |
From: David K. <dav...@gm...> - 2011-11-18 17:39:04
|
Yes, this is precisely what I do, but there must be a way to disable the auto-jumping to the .aux file, as it is really annoying. -- Best, David Karapetyan On Nov 18, 2011, at 9:41 AM, Mike Richman wrote: > Hi David, > > I don't think I ever found a way to disable this behavior, but you can > normally jump quickly back to your previous location with CTRL-o > (which is also really useful in lots of other circumstances!). Hope > this helps you get your flow back. > > Cheers, > Mike > > On Wed, Nov 16, 2011 at 1:22 PM, David Karapetyan > <dav...@gm...> wrote: >> >>> >>> Hello everyone, >>> >>> If I have a duplicate label in a tex file, and compile it in the latest git pull of latex-suite, the corresponding .aux file is opened. I would like to disable this behavior. How can I do this. >>> >>> -- >>> Best, >>> David Karapetyan >>> >>> >> >> >> ------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure >> contains a definitive record of customers, application performance, >> security threats, fraudulent activity, and more. Splunk takes this >> data and makes sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-novd2d >> _______________________________________________ >> Vim-latex-devel mailing list >> Vim...@li... >> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel >> |
From: Gerd W. <ger...@ma...> - 2011-11-21 09:07:06
|
I would suggest the following: - Read the manual, in particular: http://vim-latex.sourceforge.net/documentation/latex-suite.html#customizing-compiling - Add something like "LaTeX Warning: Label `%.%#' multiply defined.". Regards Gerd On 11/18/2011 06:38 PM, David Karapetyan wrote: > Yes, this is precisely what I do, but there must be a way to disable the auto-jumping to the .aux file, as it is really annoying. > > -- > Best, > David Karapetyan > > > > On Nov 18, 2011, at 9:41 AM, Mike Richman wrote: > >> Hi David, >> >> I don't think I ever found a way to disable this behavior, but you can >> normally jump quickly back to your previous location with CTRL-o >> (which is also really useful in lots of other circumstances!). Hope >> this helps you get your flow back. >> >> Cheers, >> Mike >> >> On Wed, Nov 16, 2011 at 1:22 PM, David Karapetyan >> <dav...@gm...> wrote: >>> >>>> >>>> Hello everyone, >>>> >>>> If I have a duplicate label in a tex file, and compile it in the latest git pull of latex-suite, the corresponding .aux file is opened. I would like to disable this behavior. How can I do this. >>>> >>>> -- >>>> Best, >>>> David Karapetyan >>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> All the data continuously generated in your IT infrastructure >>> contains a definitive record of customers, application performance, >>> security threats, fraudulent activity, and more. Splunk takes this >>> data and makes sense of it. IT sense. And common sense. >>> http://p.sf.net/sfu/splunk-novd2d >>> _______________________________________________ >>> Vim-latex-devel mailing list >>> Vim...@li... >>> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel >>> > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > |