vim-latex-devel Mailing List for Vim-Latex (Page 3)
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: Guido M. <gui...@un...> - 2016-08-11 18:38:01
|
On 11/08/2016 19:07, Gerd Wachsmuth wrote: >> Additional question: is there a system to list all the labels not as >> they are in the document structure, bu alfabetically? I tried an >> internal/external "sort" but 'modifiable' is off and so it does not work. > No, this is not possible. You could just do ":set modifiable!", or you > could try to fight with '.vim/ftplugins/latex-suite/outline.py". > > For what particular reason do you want to sort the labels? probably my memory: I always use labels with a prefix (e.g. "fig:" for figures, "sec:" for sections) and sometimes I esaily recall the name of the object I'm looking for but not exactly its position within a book or a long article. "set modifiable!" is a good option, thank you again! guido(italy) -- Guido Milanese Professor of Classics, Docteur HC Paris ICP http://docenti.unicatt.it/ita/guido_fabrizio_milanese/ http://usi.to/tz4 |
From: Gerd W. <ger...@ma...> - 2016-08-11 17:07:10
|
> Additional question: is there a system to list all the labels not as > they are in the document structure, bu alfabetically? I tried an > internal/external "sort" but 'modifiable' is off and so it does not work. No, this is not possible. You could just do ":set modifiable!", or you could try to fight with '.vim/ftplugins/latex-suite/outline.py". For what particular reason do you want to sort the labels? |
From: Guido M. <gui...@un...> - 2016-08-11 15:18:12
|
On 11/08/2016 16:21, Gerd Wachsmuth wrote: > did you read > > http://vim-latex.sourceforge.net/documentation/latex-suite/latex-project.html > > ? In particular, did you have a file like "main.tex.latexmain"? Yes! Thank you. The file extension of my input files is '.inp', and I did not notice that the LaTeX-Suite had to be started manually. Very sorry for having been so careless. I should have seen that the menu was a standard gvim menu :-( Additional question: is there a system to list all the labels not as they are in the document structure, bu alfabetically? I tried an internal/external "sort" but 'modifiable' is off and so it does not work. Many thanks again, guido (italy) -- Guido Milanese Professor of Classics, Docteur HC Paris ICP http://docenti.unicatt.it/ita/guido_fabrizio_milanese/ http://usi.to/tz4 |
From: Gerd W. <ger...@ma...> - 2016-08-11 14:40:17
|
Hi, did you read http://vim-latex.sourceforge.net/documentation/latex-suite/latex-project.html ? In particular, did you have a file like "main.tex.latexmain"? Best regards, Gerd On 08/11/2016 03:26 PM, Guido Milanese wrote: > Hello! I am writing a manual and, given the complexity of the project, I > am using a main file and an input file for each chapter. I am not able > tu use the "\ref" input facility, which I find extremely useful (I mean > the <F9> technique) if I want to refer to another input file. Am I > missing something or is this impossible? > > Thank you! > guido, italy > |
From: Guido M. <gui...@un...> - 2016-08-11 13:41:36
|
Hello! I am writing a manual and, given the complexity of the project, I am using a main file and an input file for each chapter. I am not able tu use the "\ref" input facility, which I find extremely useful (I mean the <F9> technique) if I want to refer to another input file. Am I missing something or is this impossible? Thank you! guido, italy -- Guido Milanese Professor of Classics, Docteur HC Paris ICP http://docenti.unicatt.it/ita/guido_fabrizio_milanese/ http://usi.to/tz4 |
From: <c....@po...> - 2016-08-10 14:40:19
|
Hi read the documentation about "g:Tex_SmartQuoteOpen". And I couldn't find a way to define this for nested quotes. Because of that config lines let g:Tex_SmartQuoteOpen = '„' let g:Tex_SmartQuoteClose = '“' a "foobar" is well transformed to „foobar“. But I want this transformed, too: "a citation where someone 'say' something" should become „a citation where someone ,say‘ something“ Is this possible? You could take this as a feature request. |
From: George <geo...@gm...> - 2016-06-21 10:05:15
|
Hi Gerd, On Tue, Jun 21, 2016, at 05:22, Gerd Wachsmuth wrote: > Hi George, > >> Before I install your version, is there any small change that >> I can do >> to implement this feature in my existing installation? I tried >> replacing >> my /ftplugin/latex-suite/outline.py/ with yours from github, but this >> didn't change anything with the issue I described. > You have to use > > /ftplugin/latex-suite/auxoutline.py > > from my repository. Maybe you can replace your outline.py with this > auxoutline.py - I am not quite sure if that works. In fact, there is > also some logic sitting in texviewer.vim. It's alright then, I'll just use your version. > >> (I will also try to backport that feature in the next time) >> >> Do you mean implement this in the official vim-latex? > Yes, I am going to implement this feature in the official > version. I am > currently not sure, if I should fully replace the old behaviour or if > I > should enable the user to choose from both methods, see the new > discussion at: > > https://github.com/vim-latex/vim-latex/issues/55 Ok, that's great. I'll be following that. Many thanks again, George > > > Best regards, > Gerd |
From: Gerd W. <ger...@ma...> - 2016-06-21 09:23:01
|
Hi George, > Before I install your version, is there any small change that I can do > to implement this feature in my existing installation? I tried replacing > my /ftplugin/latex-suite/outline.py/ with yours from github, but this > didn't change anything with the issue I described. You have to use /ftplugin/latex-suite/auxoutline.py from my repository. Maybe you can replace your outline.py with this auxoutline.py - I am not quite sure if that works. In fact, there is also some logic sitting in texviewer.vim. > (I will also try to backport that feature in the next time) > > Do you mean implement this in the official vim-latex? Yes, I am going to implement this feature in the official version. I am currently not sure, if I should fully replace the old behaviour or if I should enable the user to choose from both methods, see the new discussion at: https://github.com/vim-latex/vim-latex/issues/55 Best regards, Gerd |
From: George <geo...@gm...> - 2016-06-20 23:06:41
|
Hi Gerd, Many thanks! Before I install your version, is there any small change that I can do to implement this feature in my existing installation? I tried replacing my *ftplugin/latex-suite/outline.py* with yours from github, but this didn't change anything with the issue I described. If there is no simple way of changing the logic as you described, then I'll go on and use your version. > (I will also try to backport that feature in the next time) Do you mean implement this in the official vim-latex? Thanks again, George On Mon, Jun 20, 2016, at 16:19, Gerd Wachsmuth wrote: > Dear George, > > yes, indeed, vim-latex greps through the tex-file for \labels, see > ftplugin/latex-suite/outline.py. You could also try to change > the logic > to cope with tcolorbox's theorems. > > Or, you try my version of vim-latex at > https://github.com/gerw/vim-latex-suite. There, I changed the > logic and > vim-latex greps through the aux-file instead. This might work for you. > (I will also try to backport that feature in the next time) > > Best regards, > Gerd > > > On 2016-06-20 21:38, George wrote: >> Dear all, >> I'm using tcolorbox <https://www.ctan.org/pkg/tcolorbox?lang=en> to >> create coloured boxes for my theorems. Tcolorbox has its own way of >> labelling theorems, which does not play well with the label >> completion >> of vim-latex suite. >> Here is an example to demonstrate. First I define a theorem >> environment >> using tcolorbox, >> as follows: >> \newtcbtheorem[number within=section]% >> {theorem} % \begin.. >> {Theorem} % Title >> {} % Style - default >> {theo} % label prefix; cite as ``theo:yourlabel'' >> Then, inside my document I can write: >> \begin{theorem}{The title}{mylabel} >> This is a theorem. >> \end{theorem} >> and I'll get a theorem inside a coloured box. Then I can cite that >> theorem by >> writing "\ref{theo:mylabel}". >> The problem is that if I type "\ref{" and press F9, vim-latex >> will not >> recognise >> the label "theo:mylable", so it won't automplete. >> Does by any chance vim-latex recognizes labels by grepping the >> document for >> "\label{****}" and parsing what's inside? In that case I guess >> there's >> no hope >> but otherwise, Is there any way to work around that? >> Thank you for your time, >> George >> >> >> --------------------------------------------------------------------- >> --------- >> What NetFlow Analyzer can do for you? Monitors network bandwidth and >> traffic >> patterns at an interface-level. Reveals which users, apps, and >> protocols are >> consuming the most bandwidth. Provides multi-vendor support for >> NetFlow, >> J-Flow, sFlow and other flows. Make informed decisions using capacity >> planning >> reports. http://sdm.link/zohomanageengine >> >> >> >> _________________________________________________ >> Vim-latex-devel mailing list >> Vim...@li... >> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel >> > |
From: Gerd W. <ger...@ma...> - 2016-06-20 20:19:31
|
Dear George, yes, indeed, vim-latex greps through the tex-file for \labels, see ftplugin/latex-suite/outline.py. You could also try to change the logic to cope with tcolorbox's theorems. Or, you try my version of vim-latex at https://github.com/gerw/vim-latex-suite. There, I changed the logic and vim-latex greps through the aux-file instead. This might work for you. (I will also try to backport that feature in the next time) Best regards, Gerd On 2016-06-20 21:38, George wrote: > Dear all, > I'm using tcolorbox <https://www.ctan.org/pkg/tcolorbox?lang=en> to > create coloured boxes for my theorems. Tcolorbox has its own way of > labelling theorems, which does not play well with the label completion > of vim-latex suite. > Here is an example to demonstrate. First I define a theorem environment > using tcolorbox, > as follows: > \newtcbtheorem[number within=section]% > {theorem} % \begin.. > {Theorem} % Title > {} % Style - default > {theo} % label prefix; cite as ``theo:yourlabel'' > Then, inside my document I can write: > \begin{theorem}{The title}{mylabel} > This is a theorem. > \end{theorem} > and I'll get a theorem inside a coloured box. Then I can cite that > theorem by > writing "\ref{theo:mylabel}". > The problem is that if I type "\ref{" and press F9, vim-latex will not > recognise > the label "theo:mylable", so it won't automplete. > Does by any chance vim-latex recognizes labels by grepping the document for > "\label{****}" and parsing what's inside? In that case I guess there's > no hope > but otherwise, Is there any way to work around that? > Thank you for your time, > George > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity planning > reports. http://sdm.link/zohomanageengine > > > > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > |
From: George <geo...@gm...> - 2016-06-20 19:38:18
|
Dear all, I'm using tcolorbox[1] to create coloured boxes for my theorems. Tcolorbox has its own way of labelling theorems, which does not play well with the label completion of vim-latex suite. Here is an example to demonstrate. First I define a theorem environment using tcolorbox, as follows: \newtcbtheorem[number within=section]% {theorem} % \begin.. {Theorem} % Title {} % Style - default {theo} % label prefix; cite as ``theo:yourlabel'' Then, inside my document I can write: \begin{theorem}{The title}{mylabel} This is a theorem. \end{theorem} and I'll get a theorem inside a coloured box. Then I can cite that theorem by writing "\ref{theo:mylabel}". The problem is that if I type "\ref{" and press F9, vim-latex will not recognise the label "theo:mylable", so it won't automplete. Does by any chance vim-latex recognizes labels by grepping the document for "\label{****}" and parsing what's inside? In that case I guess there's no hope but otherwise, Is there any way to work around that? Thank you for your time, George Links: 1. https://www.ctan.org/pkg/tcolorbox?lang=en |
From: Guido M. <gui...@un...> - 2016-06-05 22:03:16
|
On 05/06/2016 22:11, Till Maas wrote: > please switch now to the Github repo at: > https://sourceforge.net/projects/vim-latex/ I think it should be: https://github.com/vim-latex Thank you for this wonderful work -- it helps me every day. guido -- Guido Milanese Professor of Classics, Docteur HC Paris ICP http://docenti.unicatt.it/ita/guido_fabrizio_milanese/ http://usi.to/tz4 |
From: Till M. <ope...@ti...> - 2016-06-05 20:33:40
|
Hi, Since recently Gerd Wachsmuth is spending a lot of effort in handling vim-latex issues and re-merging his fork back to the original repo. I am very grateful for this. This makes it harder to keep the GIT repo on Sourceforge in sync with Github and I also failed with this in the time before. To make sure that everyone notices that development was moved to Github, I deleted the repo on Sourceforge. Therefore if you used the Sourceforge repo, please switch now to the Github repo at: https://sourceforge.net/projects/vim-latex/ Also if you opened an issue at Sourceforge, please close it and open a new one at Github, if the problem still exists. When I find the time I will also close the trackers at Sourceforge. Kind regards Till |
From: Ruben Di B. <rub...@gm...> - 2016-06-03 08:13:08
|
I’m a Mac user and in general I use Vundle to install plugins into vim instead of Macports/Homebrew. I thinks it’s easier sine it gets the plugin directly from github. The only thing here is that I didn’t succeed to make vim-latex work like that on my mac. :( Il giorno 3 giugno 2016 @ 09:41:43, Laszlo Frazer (per...@ce...) ha scritto: Would anyone be willing to add vim-latex to homebrew? It would be helpful for mac users. I don't know how to do it. Laszlo -- Laszlo Frazer Research Associate, UNSW Australia Email is a good way to reach me. +61 401 648 058 ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e _______________________________________________ Vim-latex-devel mailing list Vim...@li... https://lists.sourceforge.net/lists/listinfo/vim-latex-devel _ -. .´ |∞∞∞∞ ', ; |∞∞∞∞∞∞ ˜˜ |∞∞∞∞∞∞∞∞∞ RdB ,., |∞∞∞∞∞∞ .' '. |∞∞∞∞ -' `' |
From: Laszlo F. <per...@ce...> - 2016-06-03 07:41:33
|
Would anyone be willing to add vim-latex to homebrew? It would be helpful for mac users. I don't know how to do it. Laszlo -- Laszlo Frazer Research Associate, UNSW Australia Email is a good way to reach me. +61 401 648 058 |
From: Gerd W. <ger...@ma...> - 2016-05-28 07:10:39
|
Thank you for your reply - glad that it worked. Best regards, Gerd On 2016-05-27 23:00, Rosas, Alexandre wrote: > Hi Gerd, > I download and installed the newest version and the problem went away. > Thank you for your help. > Alexandre > ________________________________________ > From: ger...@ma... [ger...@ma...] > Sent: Friday, May 27, 2016 12:20 AM > To: Rosas, Alexandre; vim...@li... > Subject: Re: [Vim-latex-devel] two cite completions in one command > > Hi Alexandre, > >> Latex suite version: 1.8.23 > Unfortunately, this does not say very much - the version number is > 1.8.23 since May 2006... > > Where did you download latex-suite? Can you try the most recent version from > > > https://github.com/vim-latex/vim-latex/archive/master.zip > > ? > > > Best Regards, > Gerd > |
From: Rosas, A. <a4...@uc...> - 2016-05-27 21:00:25
|
Hi Gerd, I download and installed the newest version and the problem went away. Thank you for your help. Alexandre ________________________________________ From: ger...@ma... [ger...@ma...] Sent: Friday, May 27, 2016 12:20 AM To: Rosas, Alexandre; vim...@li... Subject: Re: [Vim-latex-devel] two cite completions in one command Hi Alexandre, > Latex suite version: 1.8.23 Unfortunately, this does not say very much - the version number is 1.8.23 since May 2006... Where did you download latex-suite? Can you try the most recent version from https://github.com/vim-latex/vim-latex/archive/master.zip ? Best Regards, Gerd |
From: Gerd W. <ger...@ma...> - 2016-05-27 07:21:10
|
Hi Alexandre, > Latex suite version: 1.8.23 Unfortunately, this does not say very much - the version number is 1.8.23 since May 2006... Where did you download latex-suite? Can you try the most recent version from https://github.com/vim-latex/vim-latex/archive/master.zip ? Best Regards, Gerd |
From: Rosas, A. <a4...@uc...> - 2016-05-26 21:09:51
|
Hi Gerd, Tex_UseCiteCompletionVer2 = 1 Tex_RememberCiteSearch = 0 Latex suite version: 1.8.23 Thanks, Alexandre ________________________________________ From: ger...@ma... [ger...@ma...] Sent: Thursday, May 26, 2016 12:40 AM To: Rosas, Alexandre; vim...@li... Subject: Re: [Vim-latex-devel] two cite completions in one command Hi, I cannot reproduce your behaviour. Which settings concerning cite-completion do you use? In particular, what is Tex_UseCiteCompletionVer2 Tex_RememberCiteSearch Which version of latex-suite do you use? Best Regards, Gerd On 05/26/2016 01:35 AM, Rosas, Alexandre wrote: > Dear all, > is there anyway to use the <F9> completion to cite two different works in one cite > command. I want to type \cite{book1, book2}, but all I can do is use <F9> > to fill in book1. If I press <F9> after the comma, nothing happens. > > Thanks in advance. > Alexandre > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > |
From: Gerd W. <ger...@ma...> - 2016-05-26 07:40:26
|
Hi, I cannot reproduce your behaviour. Which settings concerning cite-completion do you use? In particular, what is Tex_UseCiteCompletionVer2 Tex_RememberCiteSearch Which version of latex-suite do you use? Best Regards, Gerd On 05/26/2016 01:35 AM, Rosas, Alexandre wrote: > Dear all, > is there anyway to use the <F9> completion to cite two different works in one cite > command. I want to type \cite{book1, book2}, but all I can do is use <F9> > to fill in book1. If I press <F9> after the comma, nothing happens. > > Thanks in advance. > Alexandre > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > |
From: Rosas, A. <a4...@uc...> - 2016-05-25 23:35:39
|
Dear all, is there anyway to use the <F9> completion to cite two different works in one cite command. I want to type \cite{book1, book2}, but all I can do is use <F9> to fill in book1. If I press <F9> after the comma, nothing happens. Thanks in advance. Alexandre |
From: Gerd W. <ger...@ma...> - 2016-05-05 17:40:44
|
Thank you for reporting. This bug is already fixed in the current version of latex-suite, see https://github.com/vim-latex/vim-latex/commit/0c766a7ecf9eda8f616ad2db5741fca98c7181c8 Best Regards, Gerd On 2016-05-05 01:42, Enrique Escalante wrote: > Hello everybody, > > I'm using the LaTeX-Suite and I've found a bug ;) > > Line 781 in envmacros.vim should read > > else > let first = '\begin{' . a:env . '}' > let second = '\end{' . a:env . '}' > endif > > instead of > > else > let first = '\\begin{' . a:env . '}' > let second = '\\end{' . a:env . '}' > endif > > Regards > > Enrique Escalante > > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications Manager > Applications Manager provides deep performance insights into multiple tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > |
From: Enrique E. <enr...@gm...> - 2016-05-04 23:50:14
|
Hello everybody, I'm using the LaTeX-Suite and I've found a bug ;) Line 781 in envmacros.vim should read else let first = '\begin{' . a:env . '}' let second = '\end{' . a:env . '}' endif instead of else let first = '\\begin{' . a:env . '}' let second = '\\end{' . a:env . '}' endif Regards Enrique Escalante |
From: pierrO <car...@ov...> - 2016-04-24 19:54:53
|
Thank you Mike Richman (I don't understand why I cannot reply to your post on the list) %%%%%%%% The error seems to be saying the function is already defined. You can redefine the function by placing a ! after 'function'. I think you also need one after 'command' to redefine the corresponding command. On 24/04/2016 17:34, pierrO wrote: > Hi, someone helped me with a script to deal with indenting in templates > when :TTemplate is called. > > 1 """ set paste for TTemplate > 2 function TexTemplateWithPasteSet() > 3 set paste > 4 TTemplate > 5 set nopaste > 6 endfunction > 7 command Template call TexTemplateWithPasteSet() > 8 """use command :Template rather than :TTemplate > > > But when I switch between files open in vim, I receive this message, and > I don't understand where I must put the ! > > Erreur détectée en traitant /home/pierre/.vim/after/ftplugin/tex.vim : > ligne 6 : > E122: La fonction TexTemplateWithPasteSet existe déjà (ajoutez ! pour la > remplacer) > ligne 7 : > E174: La commande existe déjà : ajoutez ! pour la redéfinir > > Thank you for your help and explanations. > -- Tu veux dîner mais tu n'as pas de sous Pierre. |
From: pierrO <car...@ov...> - 2016-04-24 15:53:20
|
Hi, someone helped me with a script to deal with indenting in templates when :TTemplate is called. 1 """ set paste for TTemplate 2 function TexTemplateWithPasteSet() 3 set paste 4 TTemplate 5 set nopaste 6 endfunction 7 command Template call TexTemplateWithPasteSet() 8 """use command :Template rather than :TTemplate But when I switch between files open in vim, I receive this message, and I don't understand where I must put the ! Erreur détectée en traitant /home/pierre/.vim/after/ftplugin/tex.vim : ligne 6 : E122: La fonction TexTemplateWithPasteSet existe déjà (ajoutez ! pour la remplacer) ligne 7 : E174: La commande existe déjà : ajoutez ! pour la redéfinir Thank you for your help and explanations. -- Tu veux dîner mais tu n'as pas de sous Pierre. |