vim-latex-devel Mailing List for Vim-Latex (Page 19)
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: nicolas <nic...@ma...> - 2012-04-10 23:53:11
|
To be able to compile a *.tex file to pdf, ps and dvi I edit my .vim/ftplugin/texrc in the following way and I obtain the right file formats but I still don't understand why compile to target does not compile at all. If I specify the target format nothing happen. Please tell me how I can correct this problem since I saw one of my friend specifying html as target and obtaining an html file out of tex file. Thanks in advance TexLet g:Tex_DefaultTargetFormat = 'pdf' elsec TexLet g:Tex_DefaultTargetFormat = 'dvi' relaced by TexLet g:Tex_DefaultTargetFormat = 'pdf' endif I replace " TexLet g:Tex_CompileRule_pdf = 'pdflatex -interaction=nonstopmode $*' by TexLet g:Tex_CompileRule_pdf = 'latex -interaction=nonstopmode $* && dvips -o $*.ps $*.dvi && ps2pdf $*.ps' |
From: Peter V. <mai...@pe...> - 2012-04-09 18:28:12
|
Hi, works here. I have also in my .vimrc this: let g:Tex_ViewRule_pdf = 'Skim' Maybe it works for you too. Peter On Mon, Apr 9, 2012 at 5:47 PM, Dengyu Liu <ld...@gm...> wrote: > Hi all, > > I would like to do forward search with Skim in my Mac OS, but when I did command "\ls" in MacVim, there is only output of "call Tex_ForwardSearch()", but Skim didn't open(viewing wih "\lv" in Skim is fine). > > I am using Latex-Suite 1.8.23, and I included "-synctex" in my tex compile file. Does anyone know what the problem here? Thanks. > > > Dengyu > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel |
From: Dengyu L. <ld...@gm...> - 2012-04-09 15:47:42
|
Hi all, I would like to do forward search with Skim in my Mac OS, but when I did command "\ls" in MacVim, there is only output of "call Tex_ForwardSearch()", but Skim didn't open(viewing wih "\lv" in Skim is fine). I am using Latex-Suite 1.8.23, and I included "-synctex" in my tex compile file. Does anyone know what the problem here? Thanks. Dengyu |
From: Alessandro P. <ale...@la...> - 2012-04-08 07:15:05
|
Hello, did you put "filetype plugin on" before any autocmd in your .vimrc? Alessandro -- If God had intended for email to be written in HTML, then the traditional signoff of prayers would be </amen> -- Tom Liston |
From: Alex X. A. S. <ber...@gm...> - 2012-04-08 05:55:04
|
Hi, I'm a new and novice user of Latex-Suite, and can't seem to find a way to activate latex-suite for cls or sty files. How can I do this? Thanks before. |
From: <ale...@la...> - 2012-03-25 18:46:30
|
Although documented, e.g. in ":Tshortcuts m" output, the "`i" mapping is missing from main.vim. Regards, Alessandro P. --- ftplugin/latex-suite/main.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/ftplugin/latex-suite/main.vim b/ftplugin/latex-suite/main.vim index 65588c9..ad27b91 100644 --- a/ftplugin/latex-suite/main.vim +++ b/ftplugin/latex-suite/main.vim @@ -97,6 +97,7 @@ if !exists('s:doneMappings') call IMAP(g:Tex_Leader.'f', '\varphi', 'tex') call IMAP(g:Tex_Leader.'g', '\gamma', 'tex') call IMAP(g:Tex_Leader.'h', '\eta', 'tex') + call IMAP(g:Tex_Leader.'i', '\iota', 'tex') call IMAP(g:Tex_Leader.'k', '\kappa', 'tex') call IMAP(g:Tex_Leader.'l', '\lambda', 'tex') call IMAP(g:Tex_Leader.'m', '\mu', 'tex') -- 1.7.9.4 |
From: nicolas <nic...@ma...> - 2012-03-25 17:31:57
|
Hello, I have problem compiling tex file with latexsuite on Ubuntu. in my .vimrc, I have the following lines : filetype plugin on set grepprg=grep\ -nH\ $* filetype indent on let g:tex_flavor='latex' When I go to the menu and ask compile target if I put dvi, a dvi file is generated but I ask for *.pdf nothing happen. Can anyone give me some pointers on this? |
From: Raniere G. S. <r.g...@gm...> - 2012-03-18 18:04:09
|
Hello all, I notice that when the folder name where my .tex file is locate has ':', '[', ']' or any other special character the cite completion don't work. When I rename the folder without the special character the cite completion work fine. That's all. Raniere Gaia Costa da Silva |
From: ahmet n. <ahm...@ya...> - 2012-03-18 16:17:57
|
Dear List, I have found that latex-menu reappears if I use vim-gtk instead of vim-gnome. I removed ".gnome2/vim (or .gnome/vim" file and the menu displayed again. So, vim-gnome displays latex-menu again. I have solved my previous problem posted on the list. Regards, Ahmet ----- Original Message ----- From: ahmet nurlu <ahm...@ya...> To: "vim...@li..." <vim...@li...> Cc: Sent: Thursday, March 8, 2012 8:33 PM Subject: vim-latex menu disappeared after gvim upgrade Hi List, After a recent upgrade on my system(debian-testing), vim-latex menu doesn't show on gvim (version 7.3.429) Even though vim-latex commands have no problem to run, I don't know why the latex-menu disappeared. After downgrading gvim, the menu is back again. Any solution is welcome. Regards, Ahmet |
From: yanzhisheng <yan...@ya...> - 2012-03-15 03:27:32
|
hi, everyone I want to search and inverse-search between suite-latex and sumatraPDF, what should I do? I have read a lot of blogs, and much of them is about the patch command, but it fails in my computer. Has anyone succeed? the vim is v7.3, and the suite-latex is the newest version: vim-latex-1.8.23-20120125.768-git8b62284 thanks. ---yakex |
From: ahmet n. <ahm...@ya...> - 2012-03-08 18:33:22
|
Hi List, After a recent upgrade on my system(debian-testing), vim-latex menu doesn't show on gvim (version 7.3.429) Even though vim-latex commands have no problem to run, I don't know why the latex-menu disappeared. After downgrading gvim, the menu is back again. Any solution is welcome. Regards, Ahmet |
From: Julien C. <jul...@gm...> - 2012-02-26 23:29:46
|
> Yeah, but then you have to use Eclipse... [qed] Point taken, hahaha. > (and yet you're still reading the list... :) ) That's a good company, hard to leave it ;) All the best, Julien |
From: Ted P. <te...@te...> - 2012-02-26 18:50:24
|
> reason for having regretfully stopped using vim-latex and moved to > Texlipse. Yeah, but then you have to use Eclipse... [qed] (and yet you're still reading the list... :) ) --Ted > All the best, > > Julien > > On Sun, Feb 26, 2012 at 4:53 PM, Ted Pavlic <te...@te...> wrote: >> This is a well known problem with Vim (and not just Vim-LaTeX). >> Certainly the problem and several solutions have been archived in many >> places. It's too bad there's not a more visible FAQ that could address >> it. Maybe there would be a way for vim-latex to detect a likely instance >> of this problem and give appropriate instructions. >> >> Regardless, you can find more information about the problem and some >> solutions at: >> >> http://phaseportrait.blogspot.com/2008/03/fixing-vim-latex-compiler-error.html >> >> I recommend: >> >> * Using the latest version of Vim-LaTeX from git. That way you'll have >> the most updated errorformat strings. >> >> * Adding -file-line-error to your latex or pdflatex CompileRule (maybe >> this shouldn't be done by default). For example, you can use: >> >> let g:Tex_CompileRule_pdf = 'pdflatex -file-line-error >> -interaction=nonstopmode $*' >> >> in your .vimrc. >> >> * If it's an option for your operation system, install the vimlatex (or >> vimlatex.py) scripts on your system and add them to your CompileRule as >> well. >> >> Doing at least the first two of those will greatly improve Vim-LaTeX's >> ability to properly catch errors and not direct you to unrelated files. >> >> Best -- >> Ted >> >> On 02/26/2012 08:40 AM, yanzhisheng wrote: >>> hi, everyone >>> The GVim I used now is v7.3.46. >>> I use pdflatex to compile the *.tex source file. After it's completed, >>> the gvim automatically open three split windows , >>> (1) *.sty >>> (2) quickfix >>> (3) *.log >>> and the cursor is placed in the quickfix window indicating there is a waring >>> related to the *.sty file in the first window. >>> I thought this is very very uncomfortable!!! Because the *.tex window is >>> hidden >>> (has become background). >>> How should I do the keep the *.tex window is viewable even if >>> there is a waring or a error encountered in the compiling process? >>> thanks. >>> ---yakex >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Virtualization & Cloud Management Using Capacity Planning >>> Cloud computing makes use of virtualization - but cloud computing >>> also focuses on allowing computing to be delivered as a service. >>> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >>> >>> >>> >>> _______________________________________________ >>> Vim-latex-devel mailing list >>> Vim...@li... >>> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel >> >> -- >> Ted Pavlic <te...@te...> >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Vim-latex-devel mailing list >> Vim...@li... >> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel -- Ted Pavlic <te...@te...> |
From: Julien C. <jul...@gm...> - 2012-02-26 18:42:16
|
And, as I was told years ago when I grumbled about the same problem, there's the possibility to hit Ctrl-O to go back to your latest entry point, i.e. go back to the tex file. Not beautiful, but does the trick. To be honest, this kind of bother (along with another frequent problem mentioned on this list: the keyboard shortcuts messing with the accents -- which you can fix but keeps getting in the way) is my main reason for having regretfully stopped using vim-latex and moved to Texlipse. All the best, Julien On Sun, Feb 26, 2012 at 4:53 PM, Ted Pavlic <te...@te...> wrote: > This is a well known problem with Vim (and not just Vim-LaTeX). > Certainly the problem and several solutions have been archived in many > places. It's too bad there's not a more visible FAQ that could address > it. Maybe there would be a way for vim-latex to detect a likely instance > of this problem and give appropriate instructions. > > Regardless, you can find more information about the problem and some > solutions at: > > http://phaseportrait.blogspot.com/2008/03/fixing-vim-latex-compiler-error.html > > I recommend: > > * Using the latest version of Vim-LaTeX from git. That way you'll have > the most updated errorformat strings. > > * Adding -file-line-error to your latex or pdflatex CompileRule (maybe > this shouldn't be done by default). For example, you can use: > > let g:Tex_CompileRule_pdf = 'pdflatex -file-line-error > -interaction=nonstopmode $*' > > in your .vimrc. > > * If it's an option for your operation system, install the vimlatex (or > vimlatex.py) scripts on your system and add them to your CompileRule as > well. > > Doing at least the first two of those will greatly improve Vim-LaTeX's > ability to properly catch errors and not direct you to unrelated files. > > Best -- > Ted > > On 02/26/2012 08:40 AM, yanzhisheng wrote: >> hi, everyone >> The GVim I used now is v7.3.46. >> I use pdflatex to compile the *.tex source file. After it's completed, >> the gvim automatically open three split windows , >> (1) *.sty >> (2) quickfix >> (3) *.log >> and the cursor is placed in the quickfix window indicating there is a waring >> related to the *.sty file in the first window. >> I thought this is very very uncomfortable!!! Because the *.tex window is >> hidden >> (has become background). >> How should I do the keep the *.tex window is viewable even if >> there is a waring or a error encountered in the compiling process? >> thanks. >> ---yakex >> >> >> >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> >> >> >> _______________________________________________ >> Vim-latex-devel mailing list >> Vim...@li... >> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > -- > Ted Pavlic <te...@te...> > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel |
From: Ted P. <te...@te...> - 2012-02-26 16:53:16
|
This is a well known problem with Vim (and not just Vim-LaTeX). Certainly the problem and several solutions have been archived in many places. It's too bad there's not a more visible FAQ that could address it. Maybe there would be a way for vim-latex to detect a likely instance of this problem and give appropriate instructions. Regardless, you can find more information about the problem and some solutions at: http://phaseportrait.blogspot.com/2008/03/fixing-vim-latex-compiler-error.html I recommend: * Using the latest version of Vim-LaTeX from git. That way you'll have the most updated errorformat strings. * Adding -file-line-error to your latex or pdflatex CompileRule (maybe this shouldn't be done by default). For example, you can use: let g:Tex_CompileRule_pdf = 'pdflatex -file-line-error -interaction=nonstopmode $*' in your .vimrc. * If it's an option for your operation system, install the vimlatex (or vimlatex.py) scripts on your system and add them to your CompileRule as well. Doing at least the first two of those will greatly improve Vim-LaTeX's ability to properly catch errors and not direct you to unrelated files. Best -- Ted On 02/26/2012 08:40 AM, yanzhisheng wrote: > hi, everyone > The GVim I used now is v7.3.46. > I use pdflatex to compile the *.tex source file. After it's completed, > the gvim automatically open three split windows , > (1) *.sty > (2) quickfix > (3) *.log > and the cursor is placed in the quickfix window indicating there is a waring > related to the *.sty file in the first window. > I thought this is very very uncomfortable!!! Because the *.tex window is > hidden > (has become background). > How should I do the keep the *.tex window is viewable even if > there is a waring or a error encountered in the compiling process? > thanks. > ---yakex > > > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > > > > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel -- Ted Pavlic <te...@te...> |
From: yanzhisheng <yan...@ya...> - 2012-02-26 13:40:42
|
hi, everyone The GVim I used now is v7.3.46. I use pdflatex to compile the *.tex source file. After it's completed, the gvim automatically open three split windows , (1) *.sty (2) quickfix (3) *.log and the cursor is placed in the quickfix window indicating there is a waring related to the *.sty file in the first window. I thought this is very very uncomfortable!!! Because the *.tex window is hidden (has become background). How should I do the keep the *.tex window is viewable even if there is a waring or a error encountered in the compiling process? thanks. ---yakex |
From: Peter V. <mai...@pe...> - 2012-02-23 10:55:03
|
Hi List, As the subject says cite completion does not work in included files. When trying to complete a cite a quickfix window opens with an empty __OUTLINE__ buffer. Also every time I hit F9 a new empty buffer is created and remains open. When I hit F9 in the master file cite completion works and after that cite completion in included files works also. Thanks, Peter |
From: Peter V. <mai...@pe...> - 2012-02-23 10:50:05
|
Ok, found out that the empty buffers are not generated from compiling. The empty buffers appear after opening quickfix window for cite completion. Peter On Sat, Feb 11, 2012 at 4:02 PM, Peter Vasil <mai...@pe...> wrote: > It is strange, but I can't reproduce the problem anymore. Somehow the > compilation doesn't create empty buffers anymore. Maybe it was some > other setting which caused this. And yes I always create a file which > has .latexmain as extension. i.e if my main file is main.tex then I > create a file which is called main.tex.latexmain and everything works. > > Sorry for the noise, but the empty buffers were quite annoying. > > Peter > > > On Wed, Feb 8, 2012 at 9:45 PM, Ted Pavlic <te...@te...> wrote: >> Peter -- >> >> Can you give a minimal working example? >> >> Also, let's say you have a file called: >> >> test.tex >> >> and you created a latexmain called: >> >> test.latexmain >> >> It is known that Vim-LaTeX will create an empty buffer called "test." To >> get around this, name your latexmain: >> >> test.tex.latexmain >> >> This is the name that Vim-LaTeX expects. It just happens that getting >> rid of the "tex" mostly works... >> >> --Ted >> >> On 01/27/2012 06:58 AM, Peter Vasil wrote: >>> Hi, >>> >>> I dont know if its just me but compilation creates an empty buffer >>> with the same name as the .tex file I compile. >>> >>> Peter >>> >>> ------------------------------------------------------------------------------ >>> Try before you buy = See our experts in action! >>> The most comprehensive online learning library for Microsoft developers >>> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >>> Metro Style Apps, more. Free future releases when you subscribe now! >>> http://p.sf.net/sfu/learndevnow-dev2 >>> _______________________________________________ >>> Vim-latex-devel mailing list >>> Vim...@li... >>> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel >> >> -- >> Ted Pavlic <te...@te...> |
From: Guido M. <gui...@un...> - 2012-02-22 22:27:39
|
Il 21/02/2012 07:49, Pierre-Alain Bourdil ha scritto: > > > Hi, what if you unmap the<Plug>Tex_LeftRight ? nothing, I still get \label{}<++> Maybe I'm editing the wrong file? |
From: Pierre-Alain B. <pab...@la...> - 2012-02-21 06:50:08
|
Hi, what if you unmap the <Plug>Tex_LeftRight ? + Le Lundi 20 Février 2012 22:19 CET, Guido Milanese <gui...@un...> a écrit: > Il 20/02/2012 10:18, Gerd Wachsmuth ha scritto: > > Hi Guido, > > > > Vim cannot distinguish between "ì" and<M-l> (meta/alt + l). Hence, > > typing ì is superseeded by the mapping to<Plug>Tex_LeftRight in the > > file "ftplugin/latex-suite/brackets.vim". > > > > A workaround would be the mapping similar > > > > imap<buffer> <leader>lr<Plug>Tex_LeftRight > > > > in "~/.vim/ftplugin/tex.vim". > > Thanks! not solved, unfortunately: still getting \label{} > I really cannot remember what I did in the previous installation... I > changed also the backup with the new version and I have no copy left. > > g. > > -- > Guido Milanese - Professor of Latin > Universita' Cattolica del Sacro Cuore, Milano and Brescia, Italy > http://docenti.unicatt.it/ita/guido_fabrizio_milanese/ > http://www.arsantiqua.org > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel |
From: Guido M. <gui...@un...> - 2012-02-20 21:19:41
|
Il 20/02/2012 10:18, Gerd Wachsmuth ha scritto: > Hi Guido, > > Vim cannot distinguish between "ì" and<M-l> (meta/alt + l). Hence, > typing ì is superseeded by the mapping to<Plug>Tex_LeftRight in the > file "ftplugin/latex-suite/brackets.vim". > > A workaround would be the mapping similar > > imap<buffer> <leader>lr<Plug>Tex_LeftRight > > in "~/.vim/ftplugin/tex.vim". Thanks! not solved, unfortunately: still getting \label{} I really cannot remember what I did in the previous installation... I changed also the backup with the new version and I have no copy left. g. -- Guido Milanese - Professor of Latin Universita' Cattolica del Sacro Cuore, Milano and Brescia, Italy http://docenti.unicatt.it/ita/guido_fabrizio_milanese/ http://www.arsantiqua.org |
From: Germain V. <ger...@un...> - 2012-02-20 11:09:15
|
Hi all In this discussion, there is a post with a table which shows all pairs accent+character. https://groups.google.com/group/vim_use/browse_thread/thread/d7d53c2aabb72640/589754392c22bd8f?hl=fr&lnk=gst&q=germain#589754392c22bd8f Regards Germain Le 20/02/2012 10:18, Gerd Wachsmuth a écrit : > Hi Guido, > > Vim cannot distinguish between "ì" and<M-l> (meta/alt + l). Hence, > typing ì is superseeded by the mapping to<Plug>Tex_LeftRight in the > file "ftplugin/latex-suite/brackets.vim". > > A workaround would be the mapping similar > > imap<buffer> <leader>lr<Plug>Tex_LeftRight > > in "~/.vim/ftplugin/tex.vim". > > > @all: Is there a table which shows all those pairs of accent+character > and<M-character> which are linked in Vim? However, this should be added > to the FAQ. > > Best regards > Gerd > > > On 02/10/2012 12:30 AM, Guido Milanese wrote: >> I am sorry to return to this ultra-faq question, but after a new >> installation I cannot find the solution to another well known problem, >> the accented i (ì) producing 'label{}'. I added the usual customisations >> to the ftplugin/tex.vim as suggested in the FAQ, but to no success. The >> 'ì' key still produces "label{}" and not the required accented letter. >> >> Thanks for your help! >> guido, italy >> >> ------------------------------------------------------------------------------ >> Virtualization& Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Vim-latex-devel mailing list >> Vim...@li... >> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel -- Maître de Conférence Université de Pau et des pays de l'Adour Institut Pluridisciplinaire de Recherche sur l'Environnement et les Matériaux Équipe de Chimie Physique email : ger...@un... Tel : 05 59 40 78 51 page : http://gvallver.perso.univ-pau.fr Le bonheur de ta vie dépend de la qualité de tes pensées (Marc Aurèle) |
From: Gerd W. <ger...@ma...> - 2012-02-20 09:18:46
|
Hi Guido, Vim cannot distinguish between "ì" and <M-l> (meta/alt + l). Hence, typing ì is superseeded by the mapping to <Plug>Tex_LeftRight in the file "ftplugin/latex-suite/brackets.vim". A workaround would be the mapping similar imap <buffer> <leader>lr <Plug>Tex_LeftRight in "~/.vim/ftplugin/tex.vim". @all: Is there a table which shows all those pairs of accent+character and <M-character> which are linked in Vim? However, this should be added to the FAQ. Best regards Gerd On 02/10/2012 12:30 AM, Guido Milanese wrote: > I am sorry to return to this ultra-faq question, but after a new > installation I cannot find the solution to another well known problem, > the accented i (ì) producing 'label{}'. I added the usual customisations > to the ftplugin/tex.vim as suggested in the FAQ, but to no success. The > 'ì' key still produces "label{}" and not the required accented letter. > > Thanks for your help! > guido, italy > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel |
From: Ted P. <te...@te...> - 2012-02-19 23:52:27
|
Applied. Thanks. On Sun, Feb 19, 2012 at 5:35 PM, <mai...@pe...> wrote: > From: ptrv <ma...@pe...> > > --- > ftplugin/latex-suite/compiler.vim | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/ftplugin/latex-suite/compiler.vim b/ftplugin/latex-suite/compiler.vim > index b67fd2b..28213fa 100644 > --- a/ftplugin/latex-suite/compiler.vim > +++ b/ftplugin/latex-suite/compiler.vim > @@ -392,7 +392,7 @@ function! Tex_ForwardSearchLaTeX() > > elseif viewer =~ '^ *okular' > > - let execString = 'silent! !'.viewer.' --unique '.mainfnameRoot.'.'.s:target.'\#src:'.line('.').expand("%") > + let execString = 'silent! !'.viewer.' --unique '.mainfnameRoot.'.'.s:target.'\#src:'.line('.').expand("%:p") > > endif > > -- > 1.7.9 > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel -- Ted Pavlic <te...@te...> |
From: <mai...@pe...> - 2012-02-19 22:35:21
|
From: ptrv <ma...@pe...> --- ftplugin/latex-suite/compiler.vim | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ftplugin/latex-suite/compiler.vim b/ftplugin/latex-suite/compiler.vim index b67fd2b..28213fa 100644 --- a/ftplugin/latex-suite/compiler.vim +++ b/ftplugin/latex-suite/compiler.vim @@ -392,7 +392,7 @@ function! Tex_ForwardSearchLaTeX() elseif viewer =~ '^ *okular' - let execString = 'silent! !'.viewer.' --unique '.mainfnameRoot.'.'.s:target.'\#src:'.line('.').expand("%") + let execString = 'silent! !'.viewer.' --unique '.mainfnameRoot.'.'.s:target.'\#src:'.line('.').expand("%:p") endif -- 1.7.9 |