vim-latex-devel Mailing List for Vim-Latex (Page 20)
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: Peter V. <mai...@pe...> - 2012-02-11 15:02:43
|
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-09 23:54:01
|
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 |
From: jorge r. <sk...@gm...> - 2012-02-09 20:24:34
|
This works well. Thanks! On Thu, Feb 9, 2012 at 1:37 PM, Ted Pavlic <te...@te...> wrote: > I think there are multiple ways to skin that cat. Just because it's the > easiest for me to present here without doing much research, try putting > this in your .vimrc: > > if &filetype != 'tex' > imap <M-C-J> <Plug>IMAP_JumpForward > nmap <M-C-J> <Plug>IMAP_JumpForward > vmap <M-C-J> <Plug>IMAP_JumpForward > vmap <M-C-J> <Plug>IMAP_DeleteAndJumpForward > endif > > Best -- > Ted > > On 02/08/2012 12:51 PM, jorge rodrigues wrote: >> When I am in a c file I type >> :verbose imap <c-j> >> and get: >> i <NL> <Plug>IMAP_JumpForward >> Last set from ~/.vim/bundle/vlatex/plugin/imaps.vim >> >> I would like to use <c-j> with this mapping in latex files, but leave >> it for other mappings with other file types. >> I tried mapping it to something else in my vimrc but it still shows >> the above mapping. >> >> Regards, >> >> Jorge >> >> On Tue, Feb 7, 2012 at 8:46 PM, Gary Johnson <gar...@sp...> wrote: >>> On 2012-02-07, jorge rodrigues wrote: >>>> Would it be possible to have the mappings that are defined in >>>> imaps.vim defined only for latex files? >>>> Are they useful for other file types? >>> >>> As far as I can tell, the mappings aren't defined in imaps.vim; the >>> LaTeX mappings are defined in various files in the latex-suite. The >>> imaps.vim file simply defines the functions used to create the >>> mappings. >>> >>> So, the IMAP mappings defined for LaTeX files are already used only >>> for LaTeX files. I doubt that the LaTeX mappings would be useful >>> for any other file type, but the IMAP mapping mechanism would be >>> useful for creating mappings tailored to other file types. >>> >>> Regards, >>> Gary >>> >>> >>> ------------------------------------------------------------------------------ >>> Keep Your Developer Skills Current with LearnDevNow! >>> 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-d2d >>> _______________________________________________ >>> Vim-latex-devel mailing list >>> Vim...@li... >>> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel >> >> ------------------------------------------------------------------------------ >> Keep Your Developer Skills Current with LearnDevNow! >> 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-d2d >> _______________________________________________ >> Vim-latex-devel mailing list >> Vim...@li... >> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > -- > Ted Pavlic <te...@te...> |
From: Ted P. <te...@te...> - 2012-02-09 18:38:08
|
I think there are multiple ways to skin that cat. Just because it's the easiest for me to present here without doing much research, try putting this in your .vimrc: if &filetype != 'tex' imap <M-C-J> <Plug>IMAP_JumpForward nmap <M-C-J> <Plug>IMAP_JumpForward vmap <M-C-J> <Plug>IMAP_JumpForward vmap <M-C-J> <Plug>IMAP_DeleteAndJumpForward endif Best -- Ted On 02/08/2012 12:51 PM, jorge rodrigues wrote: > When I am in a c file I type > :verbose imap <c-j> > and get: > i <NL> <Plug>IMAP_JumpForward > Last set from ~/.vim/bundle/vlatex/plugin/imaps.vim > > I would like to use <c-j> with this mapping in latex files, but leave > it for other mappings with other file types. > I tried mapping it to something else in my vimrc but it still shows > the above mapping. > > Regards, > > Jorge > > On Tue, Feb 7, 2012 at 8:46 PM, Gary Johnson <gar...@sp...> wrote: >> On 2012-02-07, jorge rodrigues wrote: >>> Would it be possible to have the mappings that are defined in >>> imaps.vim defined only for latex files? >>> Are they useful for other file types? >> >> As far as I can tell, the mappings aren't defined in imaps.vim; the >> LaTeX mappings are defined in various files in the latex-suite. The >> imaps.vim file simply defines the functions used to create the >> mappings. >> >> So, the IMAP mappings defined for LaTeX files are already used only >> for LaTeX files. I doubt that the LaTeX mappings would be useful >> for any other file type, but the IMAP mapping mechanism would be >> useful for creating mappings tailored to other file types. >> >> Regards, >> Gary >> >> >> ------------------------------------------------------------------------------ >> Keep Your Developer Skills Current with LearnDevNow! >> 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-d2d >> _______________________________________________ >> Vim-latex-devel mailing list >> Vim...@li... >> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > 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-d2d > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel -- Ted Pavlic <te...@te...> |
From: Ted P. <te...@te...> - 2012-02-08 20:45:16
|
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: Ted P. <te...@te...> - 2012-02-08 20:41:05
|
David -- This is a known problem. It's more a Vim--LaTeX issue than a vim-latex issue. To start, see: http://phaseportrait.blogspot.com/2008/03/fixing-vim-latex-compiler-error.html Your sample (at least the first one) was fixed by wrapping pdflatex with vimlatex. It could also be fixed by one of the other workarounds mentioned at that link. Best -- Ted On 02/04/2012 02:48 AM, David Chamberlain wrote: > Hi all, > > I've noticed that when I use the graphicx or siunitx packages, the > goto-error functionality stops working. Specifically, when a > compilation error occurs, the cursor moves to the error message in the > compiler output window instead of jumping to the error in the main > window. Pressing enter over the error message does nothing either. The > current workaround is to set g:Tex_GotoError=0 in my tex.vim and > manually navigate to errors. A minimal example: > > \documentclass{article} > \usepackage{graphicx} > \begin{document} > \mistake > \end{document} > > If I comment out the graphicx package, everything works: the cursor > jumps to \mistake. > > This example produces more interesting results: > > \documentclass{article} > \usepackage{siunitx} > \mistake > \begin{document} > \end{document} > > In this case, the cursor does move to the correct line number in the > main window, but the file I was editing is no longer there! It is > replaced with the text of siunitx.sty. > > If you would like to try reproducing this, here are the details: > > Arch Linux x86_64 > TeX Live 2011.3-1.2 (compiling with pdflatex) > gvim 7.3.401-1 (tried it in vim too) > vim-latex-1.8.23-20120125.768-git8b62284 > > I would appreciate any suggestions about how to get this functionality back. > > Gratefully, > David C > > > ------------------------------------------------------------------------------ > 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: EEva <ee...@ma...> - 2012-02-08 18:09:19
|
Thank you Gerd, I wish to apologize. I've been using tex and latex for a couple of years now, and it's only since I decided to give a try to vim-latexsuite that this behaviour appeared. -- EEva On Wed, Feb 08, 2012 at 05:51:29PM +0000, vim...@li... wrote: > Send Vim-latex-devel mailing list submissions to > vim...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > or, via email, send a message with subject or body 'help' to > vim...@li... > > You can reach the person managing the list at > vim...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Vim-latex-devel digest..." > > > Today's Topics: > > 1. Re: Uses of the glossaries package (Ted Pavlic) > 2. [BUG?] Character problem (EEva) > 3. Re: [BUG?] Character problem (Gerd Wachsmuth) > 4. GotoError not working with graphicx or siunitx packages > (David Chamberlain) > 5. Is it possible to have the mappings in imaps.vim only for > latex filetypes? (jorge rodrigues) > 6. Re: Is it possible to have the mappings in imaps.vim only for > latex filetypes? (Gary Johnson) > 7. Re: Is it possible to have the mappings in imaps.vim only for > latex filetypes? (jorge rodrigues) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 27 Jan 2012 15:16:18 -0500 > From: Ted Pavlic <te...@te...> > Subject: Re: [Vim-latex-devel] Uses of the glossaries package > To: vim...@li... > Message-ID: <4F2...@te...> > Content-Type: text/plain; charset=ISO-8859-1 > > Pierre-Alain -- > > I haven't had a chance to look into this in detail, but I point you to > one example that I used a long time ago to get glossaries, acronyms, > terms, and other similar lists building automatically in Vim-LaTeX. > > At that time, I manually modified compiler.vim to overload makeindex > with support for other list types. You can find the source code for the > entire document here: > > http://www.tedpavlic.com/research_related/tpavlic_masters_thesis/ > > but the relevant modifications (which may not work in this version of > Vim-LaTeX, but they give you a hint how to make the modifications) are in: > > http://www.tedpavlic.com/research_related/tpavlic_masters_thesis/texrc > > and > > http://www.tedpavlic.com/research_related/tpavlic_masters_thesis/compiler.vim > > As you can see, the "MakeIndex" related code in compiler.vim was > duplicated for different other list types (Glo, Acr, and others). When > LaTeX found the appropriate files, it would make the other MakeIndex > calls (which were defined in texrc). > > It worked really well then. Maybe something similar to be added to the > official distribution. I didn't do it then because I didn't want to take > the time to document it. Now, I built a custom Makefile that takes care > of this stuff for me... so I've become disconnected with Vim-LaTeX's > automation... > > Best -- > Ted > > On 01/27/2012 02:06 AM, Pierre-Alain Bourdil wrote: > > Hi, > > > > latex-suite provides the packate acromake, but i did not find out how to produce the acronym list, as the glossaries package do. > > So i tried the latter. I defined glossary entry, as wall as a glossary with no problem, provided the multiple compilation enable for pdf output. But i can't use \newacronym and can't generate a acronym list at the end of the document, with \printacronym. I manually ran makeindex, after a \ll, but as i can't reference my acronym (using the generated \acro command), it's useless . > > > > Is there a way to do use the acronym functionnality of the glossaries package (http://en.wikibooks.org/wiki/LaTeX/Glossary) ? > > > > > > Greetings, > > > > > > btw vim latex-suite rocks. > > > > > > ++ > > > > > > > > > > ------------------------------------------------------------------------------ > > 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...> > > > > ------------------------------ > > Message: 2 > Date: Fri, 3 Feb 2012 13:46:22 +0100 > From: EEva <ee...@ma...> > Subject: [Vim-latex-devel] [BUG?] Character problem > To: vim...@li... > Message-ID: <20120203124622.GA18240@parallel> > Content-Type: text/plain; charset="iso-8859-1" > > Hi vim-latex list, > > I come to you since I encountered a strange behaviour from both vim and gvim > while using the vim-latexsuite extension. I just can't type '?' (in Insertion > mode that goes without saying). All other letters are fine, even ?, ?, etc. > > I'm using a french keyboard on a UTF8 system. Vim has apparently no problem > with this particular letter since writting it with any other extension works as > expected. > > Is there a binding on '?' I'm not aware of ? > > Attached to this email is my > $ vim --version > > Thanks for reading until here x) > -------------- next part -------------- > VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Jan 15 2012 06:07:20) > Rustines incluses : 1-401 > Compil? par ArchLinux > Grosse version avec interface graphique GTK2. > Fonctionnalit?s incluses (+) ou non (-) : > +arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent > +clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments > +conceal +cryptv +cscope +cursorbind +cursorshape +dialog_con_gui +diff > +digraphs +dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi > +file_in_path +find_in_path +float +folding -footer +fork() +gettext > -hangul_input +iconv +insert_expand +jumplist +keymap +langmap +libcall > +linebreak +lispindent +listcmds +localmap +lua +menu +mksession +modify_fname > +mouse +mouseshape +mouse_dec +mouse_gpm -mouse_jsbterm +mouse_netterm > -mouse_sysmouse +mouse_xterm +mouse_urxvt +multi_byte +multi_lang -mzscheme > +netbeans_intg +path_extra +perl +persistent_undo +postscript +printer -profile > +python -python3 +quickfix +reltime +rightleft +ruby +scrollbind +signs > +smartindent -sniff +startuptime +statusline -sun_workshop +syntax +tag_binary > +tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title > +toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo > +vreplace +wildignore +wildmenu +windows +writebackup +X11 -xfontset +xim > +xsmp_interact +xterm_clipboard -xterm_save > fichier vimrc syst?me : "/etc/vimrc" > fichier vimrc utilisateur : "$HOME/.vimrc" > fichier exrc utilisateur : "$HOME/.exrc" > fichier gvimrc syst?me : "/etc/gvimrc" > fichier gvimrc utilisateur : "$HOME/.gvimrc" > fichier menu syst?me : "$VIMRUNTIME/menu.vim" > $VIM par d?faut : "/usr/share/vim" > Compilation : gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 > ?dition de liens : gcc -L. -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -rdynamic -Wl,-export-dynamic -Wl,-E -Wl,-rpath,/usr/lib/perl5/core_perl/CORE -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -L/usr/local/lib -Wl,--as-needed -o vim -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lSM -lICE -lXt -lX11 -lXdmcp -lSM -lICE -lm -lncurses -lnsl -lacl -lattr -lgpm -ldl -L/usr/lib -llua -Wl,-E -Wl,-rpath,/usr/lib/perl5/core_perl/CORE -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -fstack-protector -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc -L/usr/lib/python2.7/config -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -lruby -lpthread -lrt -ldl -lcrypt -lm -L/usr/lib > > ------------------------------ > > Message: 3 > Date: Fri, 03 Feb 2012 14:58:35 +0100 > From: Gerd Wachsmuth <ger...@ma...> > Subject: Re: [Vim-latex-devel] [BUG?] Character problem > To: vim...@li... > Message-ID: <4F2...@ma...> > Content-Type: text/plain; charset=ISO-8859-1 > > Please read the FAQ: > > http://vim-latex.sourceforge.net/index.php?subject=faq&title=FAQ > > On 02/03/2012 01:46 PM, EEva wrote: > > Hi vim-latex list, > > > > I come to you since I encountered a strange behaviour from both vim and gvim > > while using the vim-latexsuite extension. I just can't type '?' (in Insertion > > mode that goes without saying). All other letters are fine, even ?, ?, etc. > > > > I'm using a french keyboard on a UTF8 system. Vim has apparently no problem > > with this particular letter since writting it with any other extension works as > > expected. > > > > Is there a binding on '?' I'm not aware of ? > > > > Attached to this email is my > > $ vim --version > > > > Thanks for reading until here x) > > > > > > > > ------------------------------------------------------------------------------ > > 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 > > > > > ------------------------------ > > Message: 4 > Date: Fri, 03 Feb 2012 23:48:39 -0800 > From: David Chamberlain <dc4...@gm...> > Subject: [Vim-latex-devel] GotoError not working with graphicx or > siunitx packages > To: vim...@li... > Message-ID: <4F2...@gm...> > Content-Type: text/plain; charset=UTF-8; format=flowed > > Hi all, > > I've noticed that when I use the graphicx or siunitx packages, the > goto-error functionality stops working. Specifically, when a > compilation error occurs, the cursor moves to the error message in the > compiler output window instead of jumping to the error in the main > window. Pressing enter over the error message does nothing either. The > current workaround is to set g:Tex_GotoError=0 in my tex.vim and > manually navigate to errors. A minimal example: > > \documentclass{article} > \usepackage{graphicx} > \begin{document} > \mistake > \end{document} > > If I comment out the graphicx package, everything works: the cursor > jumps to \mistake. > > This example produces more interesting results: > > \documentclass{article} > \usepackage{siunitx} > \mistake > \begin{document} > \end{document} > > In this case, the cursor does move to the correct line number in the > main window, but the file I was editing is no longer there! It is > replaced with the text of siunitx.sty. > > If you would like to try reproducing this, here are the details: > > Arch Linux x86_64 > TeX Live 2011.3-1.2 (compiling with pdflatex) > gvim 7.3.401-1 (tried it in vim too) > vim-latex-1.8.23-20120125.768-git8b62284 > > I would appreciate any suggestions about how to get this functionality back. > > Gratefully, > David C > > > > > ------------------------------ > > Message: 5 > Date: Tue, 7 Feb 2012 15:54:17 -0500 > From: jorge rodrigues <sk...@gm...> > Subject: [Vim-latex-devel] Is it possible to have the mappings in > imaps.vim only for latex filetypes? > To: vim...@li... > Message-ID: > <CALvSa=Q7q...@ma...> > Content-Type: text/plain; charset=ISO-8859-1 > > Would it be possible to have the mappings that are defined in > imaps.vim defined only for latex files? > Are they useful for other file types? > > thank you. > > > > ------------------------------ > > Message: 6 > Date: Tue, 7 Feb 2012 17:46:06 -0800 > From: Gary Johnson <gar...@sp...> > Subject: Re: [Vim-latex-devel] Is it possible to have the mappings in > imaps.vim only for latex filetypes? > To: vim...@li... > Message-ID: <20120208014606.GA12530@phoenix> > Content-Type: text/plain; charset=us-ascii > > On 2012-02-07, jorge rodrigues wrote: > > Would it be possible to have the mappings that are defined in > > imaps.vim defined only for latex files? > > Are they useful for other file types? > > As far as I can tell, the mappings aren't defined in imaps.vim; the > LaTeX mappings are defined in various files in the latex-suite. The > imaps.vim file simply defines the functions used to create the > mappings. > > So, the IMAP mappings defined for LaTeX files are already used only > for LaTeX files. I doubt that the LaTeX mappings would be useful > for any other file type, but the IMAP mapping mechanism would be > useful for creating mappings tailored to other file types. > > Regards, > Gary > > > > > ------------------------------ > > Message: 7 > Date: Wed, 8 Feb 2012 12:51:22 -0500 > From: jorge rodrigues <sk...@gm...> > Subject: Re: [Vim-latex-devel] Is it possible to have the mappings in > imaps.vim only for latex filetypes? > To: vim...@li... > Message-ID: > <CALvSa=RO7Jgij+SWCV6wS5LQbbvkQmi_bU2n7=wRn...@ma...> > Content-Type: text/plain; charset=ISO-8859-1 > > When I am in a c file I type > :verbose imap <c-j> > and get: > i <NL> <Plug>IMAP_JumpForward > Last set from ~/.vim/bundle/vlatex/plugin/imaps.vim > > I would like to use <c-j> with this mapping in latex files, but leave > it for other mappings with other file types. > I tried mapping it to something else in my vimrc but it still shows > the above mapping. > > Regards, > > Jorge > > On Tue, Feb 7, 2012 at 8:46 PM, Gary Johnson <gar...@sp...> wrote: > > On 2012-02-07, jorge rodrigues wrote: > >> Would it be possible to have the mappings that are defined in > >> imaps.vim defined only for latex files? > >> Are they useful for other file types? > > > > As far as I can tell, the mappings aren't defined in imaps.vim; the > > LaTeX mappings are defined in various files in the latex-suite. ?The > > imaps.vim file simply defines the functions used to create the > > mappings. > > > > So, the IMAP mappings defined for LaTeX files are already used only > > for LaTeX files. ?I doubt that the LaTeX mappings would be useful > > for any other file type, but the IMAP mapping mechanism would be > > useful for creating mappings tailored to other file types. > > > > Regards, > > Gary > > > > > > ------------------------------------------------------------------------------ > > Keep Your Developer Skills Current with LearnDevNow! > > 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-d2d > > _______________________________________________ > > Vim-latex-devel mailing list > > Vim...@li... > > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > > > ------------------------------ > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > 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-d2d > > ------------------------------ > > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > > End of Vim-latex-devel Digest, Vol 60, Issue 1 > ********************************************** |
From: jorge r. <sk...@gm...> - 2012-02-08 17:51:29
|
When I am in a c file I type :verbose imap <c-j> and get: i <NL> <Plug>IMAP_JumpForward Last set from ~/.vim/bundle/vlatex/plugin/imaps.vim I would like to use <c-j> with this mapping in latex files, but leave it for other mappings with other file types. I tried mapping it to something else in my vimrc but it still shows the above mapping. Regards, Jorge On Tue, Feb 7, 2012 at 8:46 PM, Gary Johnson <gar...@sp...> wrote: > On 2012-02-07, jorge rodrigues wrote: >> Would it be possible to have the mappings that are defined in >> imaps.vim defined only for latex files? >> Are they useful for other file types? > > As far as I can tell, the mappings aren't defined in imaps.vim; the > LaTeX mappings are defined in various files in the latex-suite. The > imaps.vim file simply defines the functions used to create the > mappings. > > So, the IMAP mappings defined for LaTeX files are already used only > for LaTeX files. I doubt that the LaTeX mappings would be useful > for any other file type, but the IMAP mapping mechanism would be > useful for creating mappings tailored to other file types. > > Regards, > Gary > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > 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-d2d > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel |
From: Gary J. <gar...@sp...> - 2012-02-08 01:59:48
|
On 2012-02-07, jorge rodrigues wrote: > Would it be possible to have the mappings that are defined in > imaps.vim defined only for latex files? > Are they useful for other file types? As far as I can tell, the mappings aren't defined in imaps.vim; the LaTeX mappings are defined in various files in the latex-suite. The imaps.vim file simply defines the functions used to create the mappings. So, the IMAP mappings defined for LaTeX files are already used only for LaTeX files. I doubt that the LaTeX mappings would be useful for any other file type, but the IMAP mapping mechanism would be useful for creating mappings tailored to other file types. Regards, Gary |
From: jorge r. <sk...@gm...> - 2012-02-07 20:54:26
|
Would it be possible to have the mappings that are defined in imaps.vim defined only for latex files? Are they useful for other file types? thank you. |
From: David C. <dc4...@gm...> - 2012-02-04 07:48:48
|
Hi all, I've noticed that when I use the graphicx or siunitx packages, the goto-error functionality stops working. Specifically, when a compilation error occurs, the cursor moves to the error message in the compiler output window instead of jumping to the error in the main window. Pressing enter over the error message does nothing either. The current workaround is to set g:Tex_GotoError=0 in my tex.vim and manually navigate to errors. A minimal example: \documentclass{article} \usepackage{graphicx} \begin{document} \mistake \end{document} If I comment out the graphicx package, everything works: the cursor jumps to \mistake. This example produces more interesting results: \documentclass{article} \usepackage{siunitx} \mistake \begin{document} \end{document} In this case, the cursor does move to the correct line number in the main window, but the file I was editing is no longer there! It is replaced with the text of siunitx.sty. If you would like to try reproducing this, here are the details: Arch Linux x86_64 TeX Live 2011.3-1.2 (compiling with pdflatex) gvim 7.3.401-1 (tried it in vim too) vim-latex-1.8.23-20120125.768-git8b62284 I would appreciate any suggestions about how to get this functionality back. Gratefully, David C |
From: Gerd W. <ger...@ma...> - 2012-02-03 13:58:51
|
Please read the FAQ: http://vim-latex.sourceforge.net/index.php?subject=faq&title=FAQ On 02/03/2012 01:46 PM, EEva wrote: > Hi vim-latex list, > > I come to you since I encountered a strange behaviour from both vim and gvim > while using the vim-latexsuite extension. I just can't type 'é' (in Insertion > mode that goes without saying). All other letters are fine, even â, è, etc. > > I'm using a french keyboard on a UTF8 system. Vim has apparently no problem > with this particular letter since writting it with any other extension works as > expected. > > Is there a binding on 'é' I'm not aware of ? > > Attached to this email is my > $ vim --version > > Thanks for reading until here x) > > > > ------------------------------------------------------------------------------ > 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: EEva <ee...@ma...> - 2012-02-03 13:03:39
|
Hi vim-latex list, I come to you since I encountered a strange behaviour from both vim and gvim while using the vim-latexsuite extension. I just can't type 'é' (in Insertion mode that goes without saying). All other letters are fine, even â, è, etc. I'm using a french keyboard on a UTF8 system. Vim has apparently no problem with this particular letter since writting it with any other extension works as expected. Is there a binding on 'é' I'm not aware of ? Attached to this email is my $ vim --version Thanks for reading until here x) |
From: Ted P. <te...@te...> - 2012-01-27 20:16:29
|
Pierre-Alain -- I haven't had a chance to look into this in detail, but I point you to one example that I used a long time ago to get glossaries, acronyms, terms, and other similar lists building automatically in Vim-LaTeX. At that time, I manually modified compiler.vim to overload makeindex with support for other list types. You can find the source code for the entire document here: http://www.tedpavlic.com/research_related/tpavlic_masters_thesis/ but the relevant modifications (which may not work in this version of Vim-LaTeX, but they give you a hint how to make the modifications) are in: http://www.tedpavlic.com/research_related/tpavlic_masters_thesis/texrc and http://www.tedpavlic.com/research_related/tpavlic_masters_thesis/compiler.vim As you can see, the "MakeIndex" related code in compiler.vim was duplicated for different other list types (Glo, Acr, and others). When LaTeX found the appropriate files, it would make the other MakeIndex calls (which were defined in texrc). It worked really well then. Maybe something similar to be added to the official distribution. I didn't do it then because I didn't want to take the time to document it. Now, I built a custom Makefile that takes care of this stuff for me... so I've become disconnected with Vim-LaTeX's automation... Best -- Ted On 01/27/2012 02:06 AM, Pierre-Alain Bourdil wrote: > Hi, > > latex-suite provides the packate acromake, but i did not find out how to produce the acronym list, as the glossaries package do. > So i tried the latter. I defined glossary entry, as wall as a glossary with no problem, provided the multiple compilation enable for pdf output. But i can't use \newacronym and can't generate a acronym list at the end of the document, with \printacronym. I manually ran makeindex, after a \ll, but as i can't reference my acronym (using the generated \acro command), it's useless . > > Is there a way to do use the acronym functionnality of the glossaries package (http://en.wikibooks.org/wiki/LaTeX/Glossary) ? > > > Greetings, > > > btw vim latex-suite rocks. > > > ++ > > > > > ------------------------------------------------------------------------------ > 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: Ted P. <te...@te...> - 2012-01-27 20:09:07
|
Peter -- > thanks for the changes and yes git-send-mail is better but I have't > set up the config for that. Will do next time. Great. The nice thing about having the git formatted patches is that someone can check them in directly so you get credit right in the changelog as the author of the commit. > I see that you changed all linux viewers to have the unique option. I > don't know if they have the option. I just know about okular. As you noted in a response, the unique option was already there for those viewers. > And yes, if I forward search in okular without the unique option, > every time it opens another instance, which is quite annoying. > I also use Skim on my Mac and it handles the instances by itself. Ah ha. That's very interesting. Okay then. Well, I've added --unique and noted you in the commit message. > You also changed the hardcoded dvi on xdvik, kdvi and xdvik. I don't > know if they can handle pdfs. Okular can, as I use it with pdfs. > I also see the unique option on kdvi. Why cant okular have it? I assumed that there was a reason why kdvi needed --unique. I wasn't sure if okular needed --unique for effective forward searching or if that was your personal preference. From your description above, I've added --unique. Regarding the extensions, it was mainly to have a consistent style in the section. After all, there is nothing that prevents that section from being executed when the target is PDF... ...on the other hand, if the target is PDF and you're using the DVI->PS->PDF build cycle (either via Vim-LaTeX build dependencies or via your own custom compile line), then you might still want to use kdvi even though you are building a PDF. Okay, you've convinced me. Reverting the s:targets on the dvi viewers. :) See recent pushes. Thanks -- Ted > Thanks, > Peter > > > On Fri, Jan 27, 2012 at 4:34 AM, Ted Pavlic <te...@te...> wrote: >> Peter -- >> >> Good work. A few comments though. Before that, have you used patchbomb? >> Sometimes it's nice to be able to scrutinize a patch within an e-mail >> (as opposed to an attached file). >> >>> I use pdf as output and latex-suite only supports dvi on linux. I >>> changed the hardcoded ".dvi" into ".s:target:". and it works now with >> >> That's a good point. Back in the old days, source specials were an >> exclusive DVI thing. That must be the reason for the hard-coded DVI. So >> that's a good fix. >> >>> pdf files. Also added --unique option. >> >> Some people might not like that. Why not just assume "--unique" will be >> part of the viewer? Or is forward searching with okular hobbled without >> unique instances? >> >> Best -- >> Ted >> >> -- >> Ted Pavlic <te...@te...> > > ------------------------------------------------------------------------------ > 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: Peter V. <mai...@pe...> - 2012-01-27 11:58:08
|
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 |
From: Peter V. <mai...@pe...> - 2012-01-27 10:58:44
|
On Fri, Jan 27, 2012 at 11:57 AM, Peter Vasil <mai...@pe...> wrote: > Hi Ted, > > thanks for the changes and yes git-send-mail is better but I have't > set up the config for that. Will do next time. > > I see that you changed all linux viewers to have the unique option. I > don't know if they have the option. I just know about okular. Forget this. This is not true. > > And yes, if I forward search in okular without the unique option, > every time it opens another instance, which is quite annoying. > I also use Skim on my Mac and it handles the instances by itself. > > You also changed the hardcoded dvi on xdvik, kdvi and xdvik. I don't > know if they can handle pdfs. Okular can, as I use it with pdfs. > I also see the unique option on kdvi. Why cant okular have it? > > Thanks, > Peter > > > On Fri, Jan 27, 2012 at 4:34 AM, Ted Pavlic <te...@te...> wrote: >> Peter -- >> >> Good work. A few comments though. Before that, have you used patchbomb? >> Sometimes it's nice to be able to scrutinize a patch within an e-mail >> (as opposed to an attached file). >> >>> I use pdf as output and latex-suite only supports dvi on linux. I >>> changed the hardcoded ".dvi" into ".s:target:". and it works now with >> >> That's a good point. Back in the old days, source specials were an >> exclusive DVI thing. That must be the reason for the hard-coded DVI. So >> that's a good fix. >> >>> pdf files. Also added --unique option. >> >> Some people might not like that. Why not just assume "--unique" will be >> part of the viewer? Or is forward searching with okular hobbled without >> unique instances? >> >> Best -- >> Ted >> >> -- >> Ted Pavlic <te...@te...> |
From: Peter V. <mai...@pe...> - 2012-01-27 10:57:40
|
Hi Ted, thanks for the changes and yes git-send-mail is better but I have't set up the config for that. Will do next time. I see that you changed all linux viewers to have the unique option. I don't know if they have the option. I just know about okular. And yes, if I forward search in okular without the unique option, every time it opens another instance, which is quite annoying. I also use Skim on my Mac and it handles the instances by itself. You also changed the hardcoded dvi on xdvik, kdvi and xdvik. I don't know if they can handle pdfs. Okular can, as I use it with pdfs. I also see the unique option on kdvi. Why cant okular have it? Thanks, Peter On Fri, Jan 27, 2012 at 4:34 AM, Ted Pavlic <te...@te...> wrote: > Peter -- > > Good work. A few comments though. Before that, have you used patchbomb? > Sometimes it's nice to be able to scrutinize a patch within an e-mail > (as opposed to an attached file). > >> I use pdf as output and latex-suite only supports dvi on linux. I >> changed the hardcoded ".dvi" into ".s:target:". and it works now with > > That's a good point. Back in the old days, source specials were an > exclusive DVI thing. That must be the reason for the hard-coded DVI. So > that's a good fix. > >> pdf files. Also added --unique option. > > Some people might not like that. Why not just assume "--unique" will be > part of the viewer? Or is forward searching with okular hobbled without > unique instances? > > Best -- > Ted > > -- > Ted Pavlic <te...@te...> |
From: Pierre-Alain B. <pab...@la...> - 2012-01-27 07:06:48
|
Hi, latex-suite provides the packate acromake, but i did not find out how to produce the acronym list, as the glossaries package do. So i tried the latter. I defined glossary entry, as wall as a glossary with no problem, provided the multiple compilation enable for pdf output. But i can't use \newacronym and can't generate a acronym list at the end of the document, with \printacronym. I manually ran makeindex, after a \ll, but as i can't reference my acronym (using the generated \acro command), it's useless . Is there a way to do use the acronym functionnality of the glossaries package (http://en.wikibooks.org/wiki/LaTeX/Glossary) ? Greetings, btw vim latex-suite rocks. ++ |
From: Ted P. <te...@te...> - 2012-01-27 03:40:44
|
> Good work. A few comments though. Before that, have you used patchbomb? Sorry -- forgot which project this was. "git send-email" is what I meant, of course... :) --Ted -- Ted Pavlic <te...@te...> |
From: Ted P. <te...@te...> - 2012-01-27 03:34:29
|
Peter -- Good work. A few comments though. Before that, have you used patchbomb? Sometimes it's nice to be able to scrutinize a patch within an e-mail (as opposed to an attached file). > I use pdf as output and latex-suite only supports dvi on linux. I > changed the hardcoded ".dvi" into ".s:target:". and it works now with That's a good point. Back in the old days, source specials were an exclusive DVI thing. That must be the reason for the hard-coded DVI. So that's a good fix. > pdf files. Also added --unique option. Some people might not like that. Why not just assume "--unique" will be part of the viewer? Or is forward searching with okular hobbled without unique instances? Best -- Ted -- Ted Pavlic <te...@te...> |
From: Peter V. <mai...@pe...> - 2012-01-27 02:35:06
|
Hi, I use pdf as output and latex-suite only supports dvi on linux. I changed the hardcoded ".dvi" into ".s:target:". and it works now with pdf files. Also added --unique option. What do you think? I attached the patch. Peter |
From: Ted P. <te...@te...> - 2012-01-26 18:18:52
|
Peter -- Thanks for pointing that out. It should be fixed now in the latest revision just pushed. Please verify. Best -- Ted On 01/26/2012 06:11 AM, Peter Vasil wrote: > Hi list, > > I updated vim-latex to the lates revision > 8b62284128414dc141f633d70e5972b8028ccaef, but it breaks forward search > with Skim. With one commit before > 36d275da3266c1b0cdc8f525f4d977d0154241f1 forward search works. > > Thanks, > Peter > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > 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-d2d > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel -- Ted Pavlic <te...@te...> |
From: Peter V. <mai...@pe...> - 2012-01-26 11:27:15
|
Hi list, I updated vim-latex to the lates revision 8b62284128414dc141f633d70e5972b8028ccaef, but it breaks forward search with Skim. With one commit before 36d275da3266c1b0cdc8f525f4d977d0154241f1 forward search works. Thanks, Peter |
From: Bodo G. <ma...@bo...> - 2012-01-19 09:10:20
|
Hi, you could also insert a literal line-break (code 13) in vim by typing "Ctrl+V, Enter". this willl show as ^M: call IMAP('SSE', "\\begin{section}{<++>}^M<++>^M\\end{section}^M",'tex') and I think I had to use those double-quotes too, for it to work. best regards, Bodo Am Thu, 19 Jan 2012 09:09:39 +0100 schrieb Gerd Wachsmuth <ger...@ma...>: | Try | | call IMAP('DEF', | '\begin{definition}\<CR><++>\<CR>\end{definition}<++>', 'tex') | | Regards | Gerd | | On 01/18/2012 07:58 PM, abstractd wrote: | > How do I change the following | > call IMAP('DEF', '\begin{definition}<++>\end{definition}<++>', | > 'tex') (in my tex.vim) such that it adds an empty line between | > begin and end. That is, I want the result to be: | > \begin{definition} | > <++> | > \end{definition}<++> | > | > I've tried a bunch of different things but I don't get it to work. | > | > | > | > | > ------------------------------------------------------------------------------ | > Keep Your Developer Skills Current with LearnDevNow! | > 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-d2d | > | > | > | > _______________________________________________ | > Vim-latex-devel mailing list | > Vim...@li... | > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel | | | ------------------------------------------------------------------------------ | Keep Your Developer Skills Current with LearnDevNow! | 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-d2d | _______________________________________________ | Vim-latex-devel mailing list | Vim...@li... | https://lists.sourceforge.net/lists/listinfo/vim-latex-devel | |