vim-latex-devel Mailing List for Vim-Latex (Page 62)
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: Robert B. <rb...@ne...> - 2006-11-15 16:09:51
|
I have been having a bizarre problem while editing LaTeX files: the cursor does not move after entering a '.' or a ','. This is with Vim 7.0.122 teTeX 3.0-23 latexSuite20060325 on Debian/testing and the 2.6.17 Linux kernel. I fixed it by commenting some lines in the main.vim file as indicated in this diff: 73c73 < " call IMAP (g:Tex_Leader.'.', '\cdot', "tex") --- > call IMAP (g:Tex_Leader.'.', '\cdot', "tex") 84c84 < " call IMAP (g:Tex_Leader.',', '\nonumber', "tex") --- > call IMAP (g:Tex_Leader.',', '\nonumber', "tex") 153c153 < " call s:ProtectLetters(32, 127) --- > call s:ProtectLetters(32, 127) 857,861c857,861 < "augroup LatexSuite < " au LatexSuite User LatexSuiteFileType < " \ call Tex_Debug('main.vim: Catching LatexSuiteFileType event', 'main') | < " \ call <SID>SetTeXOptions() < "augroup END --- > augroup LatexSuite > au LatexSuite User LatexSuiteFileType > \ call Tex_Debug('main.vim: Catching LatexSuiteFileType event', 'main') | > \ call <SID>SetTeXOptions() > augroup END I haven't noticed anyone else with this problem so I suspect that it is a result of peculiarity with my machine. Is there a better fix? ---- Robert Burrows, PhD New England Biometrics rb...@ne... |
From: coupled c. <cou...@gm...> - 2006-10-26 18:59:19
|
Hi Guido, My problem was that I had a tex.vim file, which was loading WinManager everytime I opened a tex file. What I did , was just removing that command from the vim.tex file. I am not a Vim expert, but I guess to remove a plugin, you just remove it from $Vimhome/Vimfiles/ftplugin. Hope this helps. Cheers, Hooman On 10/23/06, Guido Milanese <gui...@un...> wrote: > On Saturday 21 October 2006 08:23, coupled cores wrote: > > Dear All, > > > > After days of having lots of problems with command completion in > > directories which their folders have spaces in their names, I > > discovered that the cause of the problem is the WinManager module. I > > can't figure out whether bufexplorer causes it, or the WinManager, but > > when I removed WinManger, > > very interesting, thank you for sharing this with us. Can you kindly telle me > how to remove the WinManager module? > > Thanks again! > g > > -- > Guido Milanese > Vocal Ensemble Ars Antiqua, Genova (Genoa), Italy > http://www.arsantiqua.org > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > |
From: Guido M. <gui...@un...> - 2006-10-23 22:23:08
|
On Saturday 21 October 2006 08:23, coupled cores wrote: > Dear All, > > After days of having lots of problems with command completion in > directories which their folders have spaces in their names, I > discovered that the cause of the problem is the WinManager module. I > can't figure out whether bufexplorer causes it, or the WinManager, but > when I removed WinManger, very interesting, thank you for sharing this with us. Can you kindly telle me how to remove the WinManager module? Thanks again! g -- Guido Milanese Vocal Ensemble Ars Antiqua, Genova (Genoa), Italy http://www.arsantiqua.org |
From: coupled c. <cou...@gm...> - 2006-10-21 06:24:26
|
Dear All, After days of having lots of problems with command completion in directories which their folders have spaces in their names, I discovered that the cause of the problem is the WinManager module. I can't figure out whether bufexplorer causes it, or the WinManager, but when I removed WinManger, magically all the problems are solved and I can do F9 in any directory on any tex file. Just wanted to let everybody know. Cheers, Hooman |
From: coupled c. <cou...@gm...> - 2006-10-19 03:28:06
|
Hi, When I compile a file using \ll, for each run of latex a command window pops up and then closes. Is there a way to run latex silently and suppress those command windows from poppin up? Regards, Hooman |
From: coupled c. <cou...@gm...> - 2006-10-17 22:12:22
|
Regarding the second scenario that I sent in my previous email, I found what was causing it. It was basically the fact that the file simplication.tex wasn't in that directory. Now, I am sure that what causes the problem is the spaces in the directory names. I had this problem once before, but I thought that after I installed python the problem was resolved. Apparently lack of python wasn't the problem. Now, I have all those but still F9 can't generate the outline when the file resides in a directory which has spaces in its name. Any ideas that can solve this?? Could it be because of grep? I have this line in my _vimrc file (according to installation guide) set grepprg=grep\ -nH\ $* I appreciate any help or comment in this regard. Best, Hooman |
From: coupled c. <cou...@gm...> - 2006-10-16 16:31:59
|
Hello, I know that the F9 issue has been discussed couple of times in the list, but unfortunately nobody has given a decisive reply to resolve the problem. I had to re-format my computer and I lost all my settings. Now, I have installed gVim, Vim-LaTeX, python 2.5 and grep 2.51a on my Win XP machine. I can run both grep and python from command prompt and grep supports -H switch. When I try to insert a \ref using F9 there are two different scenarios: 1. The tex file is multi-file project in a folder that has spaces in its name: In this case pressing F9 gives me the following results in the ___OUTLINE___ window: Traceback (most recent call last): File "E:\Vim\vimfiles\ftplugin\latex-suite\outline.py", line 183, in <module> print main(sys.argv[1], prefix) File "E:\Vim\vimfiles\ftplugin\latex-suite\outline.py", line 170, in main contents = getFileContents(root, ext) File "E:\Vim\vimfiles\ftplugin\latex-suite\outline.py", line 23, in getFileContents contents = '\n'.join(open(fname).read().splitlines()) IOError: [Errno 2] No such file or directory: 'Documents' 2. When I have run the same multi-file project from a location which doesn't have any spaces in its name, I still get an error message and the __OUTLINE__ can't be generated. The messages are: Traceback (most recent call last): File "E:\Vim\vimfiles\ftplugin\latex-suite\outline.py", line 183, in <module> print main(sys.argv[1], prefix) File "E:\Vim\vimfiles\ftplugin\latex-suite\outline.py", line 170, in main contents = getFileContents(root, ext) File "E:\Vim\vimfiles\ftplugin\latex-suite\outline.py", line 27, in getFileContents contents = re.sub(pat, lambda input: getFileContents(input, ext), contents) File "E:\Python25\lib\re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "E:\Vim\vimfiles\ftplugin\latex-suite\outline.py", line 27, in <lambda> contents = re.sub(pat, lambda input: getFileContents(input, ext), contents) File "E:\Vim\vimfiles\ftplugin\latex-suite\outline.py", line 23, in getFileContents contents = '\n'.join(open(fname).read().splitlines()) IOError: [Errno 2] No such file or directory: 'appendices/simplification/simplification.tex' It seems that the error is caused by the outline.py script. I don't know any python, so I can't understand what that script has inside. Python experts and developers, please help. I use \ref and \cite very often in my documents and this F9 is really useful. Best Regards, Hooman |
From: <jor...@ya...> - 2006-09-29 20:50:56
|
Hi, This is not a serious issue, but given the frequency with which it occurs (after every \ll), it is at least annoying. It might be a problem not related to vim-latex itself, as I think this didn't happen on vim 6.4 (Now I run vim 7.0.91 on Gentoo/Linux). The problem is that after every compile cycle, some of the bibtex messages remain in the lower area of the screen (remember vim runs on an xterm window). I have then to hit CTRL-L to clear and redraw the screen. The problem seems to be tied up to bibtex, as I can't reproduce it after removing the lines \bibliographystyle{...} and \bibligraphy{..} from the tex file Anybody knows how can I fix this? I tried using the default vimrc and I still get the same behaviour. Another annoying thing is that if I use the \lv commands to open xdvi, I also get garbage on the xterm screen (I think, but I'm not sure, that they come from stderr as they always relate to some warning or error message). The workaround I found for this is to launch xdvi not from within vim, but as a standalone application and leave it open all the time. Thanks for any help, suggestions (please don't tell me to switch to gvim), or directions to investigate... jorges ______________________________________________ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com |
From: Michal K. <mic...@mo...> - 2006-09-27 04:09:12
|
Hello! Recently i tried to use latex-suite as an LaTeX editor. It work quite ok, but have at last few problems: * on list there was mentioned problem with <F5> shortcut, after using it i also get strange results like this (for eqnarray and other default): \begin{eqnarray*} " \end{eqnarray*}<++> or (for ie. tabular): <+position+>]{<+format+>} `` \end{tabular}<++>begin{tabular}[X On other hand three letter sequences work as they should... * mentioned problem about \usepackage completion: <++>]{amsmath}``usepackage[X * i have problems with View command, but only if file is called from Thunar file manager, it uses gvim.desktop file to open file. There "gvim -f" command is used and somehow this combination prevents View from working. If i use gvim file_path from command line this feature works ok. On other hand there is one additional functionality that i miss from latex-suite. Automatic completion of environment, after manually inserting \begin{something} it would be very nice to get automatically \end{something}. If this is already present i would be extremely grateful for hints about it. -- Michal Kurgan |
From: Sebastian M. <seb...@un...> - 2006-09-26 09:31:02
|
Hi all im texing a lot with diagrams made in xy-pic. a typical diagram looks like this: \xymatrix{ X \ar@{.>}[r]^{\gamma} \ar[d]_{Ff(v)} & A \ar[d]^v \\ Y \ar@{.>}[r]^{\kappa} & B } Thus in \xymatrix{} i type math formulas, but i dont have "$" anywhere. Now, all the "_", "^" and "\ar@" are not highlighted correctly. How can i repair the syntax highlighting? thanks in advance, Sebastian. |
From: Yuan Qi <gma...@sp...> - 2006-09-25 15:31:16
|
Vim's help file states that vim takes over keyboard mapping from the OS in order to increase the number of possible mappings. In particular, the alt key mappings are mentioned. Does this apply for OS X? Is there an option similar to "winaltkey" for OS X? |
From: Yuan Qi <gma...@sp...> - 2006-09-25 14:54:39
|
I added this to ~/.vimrc and both problems are gone: let g:Tex_ViewRuleComplete_pdf = 'open $*.pdf' The problem seems to lie in the compiler.vim file. In particular, the following lines: if strlen(s:viewer) let s:viewer = '-a '.s:viewer endif let execString = 'open '.s:viewer.' $*.'.s:target Should be changed to: let execString = 'open $*.'.s:target |
From: Yuan Qi <gma...@sp...> - 2006-09-21 23:29:37
|
Specifically, under Mac OS X 10.4.7 Under OS X, alt/option key is used to enter diacritics. While there is an option under Terminal.app to use option as meta key, this is not available under CarbonVim. |
From: Yuan Qi <gma...@sp...> - 2006-09-21 23:16:33
|
Christian Ebert <blacktrash <at> gmx.net> writes: > > * Yuan Qi on Wednesday, September 20, 2006 at 23:15:48 +0000: > >> Turns out this is a bug in latex-suite specific to the Mac. I fixed this > >> (hopefully) in SVN, but I cannot be sure since I do not have access to > >> a Mac. In the meanwhile, a simple way to get around this is to put > >> something like: > >> > >> let Tex_ViewRule_pdf = '/path/to/acrobat/reader $*.pdf' > >> > >> in your ~/vimfiles/ftplugin/tex.vim or .vimrc (I do not know how these > >> files are named, but you hopefully get the idea). > >> > >> BTW, even with this warning, viewing should still have worked. > > > > I have a related problem with the View function on OS X 10.4.7 > > > > With the default value of Tex_ViewRule_format (empty string), > > \lv won't work at all! Changing it to 'open' doesn't help either. > > I have to change the string to 'open -a Preview' or "open $.pdf" > ^^^^^^^^^^ > I think this should be 'open $*.pdf' or 'open $1.pdf'. I meant 'open $*.pdf'. However, this option stopped working after I did rebuilt the LaunchServices database (I am guessing this is what cause it to stop working): /System/Library/Frameworks/ApplicationServices.framework/\ Frameworks/LaunchServices.framework/Support/lsregister \ -kill -r -domain local -domain system -domain user > > > to make it work. > > > > Even then, \lv will only work every other time (that is I have to > > type \lv twice to get it to work). This bug is always present regardless of what I tried. > > I can't reproduce this on MacOS 10.3.9. Just 'open' works, even > though I use the little "launch" utility that you might get via > fink most of the time. There are large differences between Tiger and Panther when it comes to LaunchServices. > > Perhaps it helps if you do "Finder->File->Show Info" on a .pdf, > and then specify Preview under "Open with" and "Use this > application to open all documents like this" explicitly? I tried changing 'Open with' to some other application and then back, but that doesn't work. > > c |
From: Christian E. <bla...@gm...> - 2006-09-21 06:55:00
|
Hi, This small patch fixes a typo and an 8bit char in a comment in texrc: #v+ --- ftplugin/latex-suite/texrc.orig 2006-09-21 08:49:10.000000000 +0200 +++ ftplugin/latex-suite/texrc 2006-09-21 08:49:38.000000000 +0200 @@ -195,7 +195,7 @@ " " this is the list of patterns which will be ignored from the compiler output. " This is a handy way of specifying which warnings/errors to ignore. This is a -" list of patterns seperated by '¡' +" list of patterns separated by '\n' TexLet g:Tex_IgnoredWarnings = \'Underfull'."\n". \'Overfull'."\n". #v- c -- _B A U S T E L L E N_ lesen! --->> <http://www.blacktrash.org/baustellen.html> |
From: Christian E. <bla...@gm...> - 2006-09-21 06:48:29
|
* Yuan Qi on Wednesday, September 20, 2006 at 23:15:48 +0000: >> Turns out this is a bug in latex-suite specific to the Mac. I fixed this >> (hopefully) in SVN, but I cannot be sure since I do not have access to >> a Mac. In the meanwhile, a simple way to get around this is to put >> something like: >> >> let Tex_ViewRule_pdf = '/path/to/acrobat/reader $*.pdf' >> >> in your ~/vimfiles/ftplugin/tex.vim or .vimrc (I do not know how these >> files are named, but you hopefully get the idea). >> >> BTW, even with this warning, viewing should still have worked. > > I have a related problem with the View function on OS X 10.4.7 > > With the default value of Tex_ViewRule_format (empty string), > \lv won't work at all! Changing it to 'open' doesn't help either. > I have to change the string to 'open -a Preview' or "open $.pdf" ^^^^^^^^^^ I think this should be 'open $*.pdf' or 'open $1.pdf'. > to make it work. > > Even then, \lv will only work every other time (that is I have to > type \lv twice to get it to work). I can't reproduce this on MacOS 10.3.9. Just 'open' works, even though I use the little "launch" utility that you might get via fink most of the time. Perhaps it helps if you do "Finder->File->Show Info" on a .pdf, and then specify Preview under "Open with" and "Use this application to open all documents like this" explicitly? c -- _B A U S T E L L E N_ lesen! --->> <http://www.blacktrash.org/baustellen.html> |
From: Yuan Qi <gma...@sp...> - 2006-09-20 23:30:09
|
> Turns out this is a bug in latex-suite specific to the Mac. I fixed this > (hopefully) in SVN, but I cannot be sure since I do not have access to > a Mac. In the meanwhile, a simple way to get around this is to put > something like: > > let Tex_ViewRule_pdf = '/path/to/acrobat/reader $*.pdf' > > in your ~/vimfiles/ftplugin/tex.vim or .vimrc (I do not know how these > files are named, but you hopefully get the idea). > > BTW, even with this warning, viewing should still have worked. I have a related problem with the View function on OS X 10.4.7 With the default value of Tex_ViewRule_format (empty string), \lv won't work at all! Changing it to 'open' doesn't help either. I have to change the string to 'open -a Preview' or "open $.pdf" to make it work. Even then, \lv will only work every other time (that is I have to type \lv twice to get it to work). |
From: Christian E. <bla...@gm...> - 2006-09-17 06:43:38
|
Hi Mark, * Mark Gesing on Saturday, September 16, 2006 at 22:22:21 -0400: > I'm trying to use the alt commands (for example ALT+I to insert a new > item into an enumerate or itemize). However, instead of getting a > new /item it inserts é. <http://vim-latex.sourceforge.net/index.php?subject=faq&title=FAQ#faq-e-acute> > How can I fix my alt-key bindings so that they > work properly? <http://vim-latex.sourceforge.net/index.php?subject=faq&title=FAQ#faq-euro-symbols> HTH c -- _B A U S T E L L E N_ lesen! --->> <http://www.blacktrash.org/baustellen.html> |
From: Mark G. <mag...@gm...> - 2006-09-17 02:25:41
|
Hi, I'm trying to use the alt commands (for example ALT+I to insert a new item into an enumerate or itemize). However, instead of getting a new /item it inserts é. How can I fix my alt-key bindings so that they work properly? I don't need the accented characters, so if the solution blows their bindings away that's fine with me. I am running gentoo linux, and I am using the "us" keyboard layout. Thank you very much, Mark. |
From: Yigal W. <yig...@gm...> - 2006-09-16 22:41:22
|
I played with this some more - it took me a month to play with it rather than typing :w, :v :($numberofwords)e - and realized that the automated pasting of a reference occurs - at this point - if there are no spaces in the label i.e. the automatic completion of the reference to fig: structure vs. tree is: \ref{fig:} However the automatic reference to fig:structure-vs-tree is: \ref{fig: structure-vs-tree} so not worrying about python for now I can perl, sed or awk my thesis documents into automatic reference completions. Still some help on full usability would be nice eventually. On Sat, 2006-09-16 at 15:04 -0700, Yigal Weinstein wrote: > In Debian without a patch from the package maintainer, Franz Pletz > <fp...@fr...> , (attached is the patch) no outline is > generated when attempting to obtain a reference through \ref{<F9>} but > only python errors (as has been discussed on this board). With the > patch, however, an outline is available but it lacks the feature that > if a return is made on the ">" the name is inserted into the > references instead only the type is. > > For example, assume I wanted a certain reference "fig: structure vs. > tree" so \ref{<F9>}: > > fig: structure vs. tree > > Pressing return on the ">" one gets \ref{fig:} and not the desired > \ref{fig: structure vs. tree}? > > I believe the answer is an error in $VIM/addons/ftplugin/outline.py, > unfortunately I don't speak python. > > Please help me get this functionality. I realize that as I am dealing > with a patched outline I may be on my own but perhaps you can give me > suggestions. |
From: Yigal W. <yig...@gm...> - 2006-09-16 22:03:06
|
In Debian without a patch from the package maintainer, Franz Pletz <fp...@fr...> , (attached is the patch) no outline is generated when attempting to obtain a reference through \ref{<F9>} but only python errors (as has been discussed on this board). With the patch, however, an outline is available but it lacks the feature that if a return is made on the ">" the name is inserted into the references instead only the type is. For example, assume I wanted a certain reference "fig: structure vs. tree" so \ref{<F9>}: > fig: structure vs. tree Pressing return on the ">" one gets \ref{fig:} and not the desired \ref{fig: structure vs. tree}? I believe the answer is an error in $VIM/addons/ftplugin/outline.py, unfortunately I don't speak python. Please help me get this functionality. I realize that as I am dealing with a patched outline I may be on my own but perhaps you can give me suggestions. |
From: Thomas I. <tho...@or...> - 2006-09-14 10:52:54
|
There was an earlier post on this with the subject "Adobe Acrobat 7.0 (Full version) with Vim-LaTeX" and I would have replied to that, but unfortunately I am new to the mailing list and I can't work out how to reply to older posts. Anyway the problem is indeed that: ":!start AcroRd32" causes an error, but ":! start AcroRd32" works fine. To work around this problem I changed line 290 of "$VIM/vimfiles/ftplugin/latex-suite/compiler.vim" from: "exec 'silent! !'.execString", to: "exec 'silent! ! '.execString" This solves the problem, however I realise this may cause other problems and should be done properly, but for my purposes it's ok as I only ever create and view pdfs. Tom |
From: Tang H. T. M. <mh...@cs...> - 2006-09-12 18:06:38
|
Hello List, One of the most useful features of auctex + reftex in Emacs is that of automatic insertion of labels for equations, figures, theorems, ... . For example, if I use the macro to insert an equation in Emacs, the macro will automatically insert a label with an appropriate label number, such as \label{eqn:14}. I think this is extremely useful for equations, since a lot of paper has a lot of equations, and managing the creation of labels by hand is quite tedious. Is there a way to get this feature with LatexSuite ? Thanks in advance. Minh |
From: Bill W. <bil...@ya...> - 2006-09-11 18:08:52
|
Hello, I fixed the problem! I did not have Python installed. I installed Python24 and voila, no more problems... --Bill --------------------------------- Sneak preview the all-new Yahoo.com. It's not radically different. Just radically better. |
From: Bill W. <bil...@ya...> - 2006-09-08 14:05:10
|
Hello! I upgraded to Vim 7 over the summer. This is the first time I am using bibtex in Vim 7. I followed the instructions posted on vim-latex-devel for identifying the problem. It seems that there are errors in the compilation In the debug output I have this: Tex_CompileMultipleTimes: errors = [ 1: (paper.aux)] and later... Tex_RunLaTeX: errlist = [ 1: (paper.aux) 2: ] How do I find out what that error is, or why it's happening? Thanks! --Bill --------------------------------- Get your email and more, right on the new Yahoo.com |