vim-latex-devel Mailing List for Vim-Latex (Page 44)
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: A. T. <ato...@gm...> - 2009-06-24 15:17:31
|
Hello, I found what was wrong. The first problem was my idiocy; I had opened a file with no errors, made an error, then tried to compile without saving, since I'm used to a LaTeX editing environment that automatically saves before compiling. Sorry. The second issue is I believe a bug and I found the problem. In "compiler.vim" on line 289 the execution command is being given with an "&" at the end so that it opens in the background. For evince (and other viewers I tried) on Ubuntu 8.10, this will result in nothing getting opened. Removing the ampersand makes everything work alright. Any idea why this is? A. Torgovitsky wrote: > Hi, I have two problems I hope you could help me with. > > 1. When I compile using \ll I can verify that compiling worked (or > didn't, if I had errors in the .tex file), but instead of getting the > error window in gvim I just get a quick flash of some text. > > 2. I can't get viewing to work. I have set in my ~/.vim/tex.vim file: > let g:Tex_ViewRule_ps='evince' > let g:Tex_ViewRule_pdf='evince' > let g:Tex_ViewRule_dvi='evince' > > When I try to view using \lv, I see ":call Tex_ViewLaTeX()" in the > command window, but nothing happens. If I issue ":call > Tex_ViewLaTeX()" myself still nothing happens. However, I can do > ":!evince <path to my file>" and get evince to successfully open up. > > Any ideas? Thanks! > |
From: A. T. <ato...@gm...> - 2009-06-21 00:59:35
|
Hi, I have two problems I hope you could help me with. 1. When I compile using \ll I can verify that compiling worked (or didn't, if I had errors in the .tex file), but instead of getting the error window in gvim I just get a quick flash of some text. 2. I can't get viewing to work. I have set in my ~/.vim/tex.vim file: let g:Tex_ViewRule_ps='evince' let g:Tex_ViewRule_pdf='evince' let g:Tex_ViewRule_dvi='evince' When I try to view using \lv, I see ":call Tex_ViewLaTeX()" in the command window, but nothing happens. If I issue ":call Tex_ViewLaTeX()" myself still nothing happens. However, I can do ":!evince <path to my file>" and get evince to successfully open up. Any ideas? Thanks! |
From: Dmitriy U. <dus...@gm...> - 2009-06-20 11:11:50
|
Problem was due to langmap settings in my vimrc. After commenting them out problem looks fixed. 2009/3/31 Dmitriy Ushakov <dus...@gm...> > Hello, > > I've a problem with russian input with utf8. I got some weirdness > "<8b>g²" instead of chars. In english all input works just fine. > Without vim-latex this problem doesn't reproduced. This problem looks > similar to: http://marc.info/?l=vim&m=114307450126576&w=2 and > > http://www.mail-archive.com/vim...@li.../msg00460.html > But I can't find any answers there. Can anybody help with this, cos > this looks like any cyrillic input is unavailable now :( Thanks. > > -- > With best regards, > Ushakov Dmitriy > |
From: Hugo G. <hug...@ma...> - 2009-06-11 09:07:16
|
Following suggestions in "latex-suite.txt" I set up a directory tree to split my project in several input'ed files. However the "\ref" completion does not work anymore in any of my files. When I enter "\ref{" then <F9> in any file a new window does appear but along with an error message that vanishes after 1 sec leaving me with a blank window. I tried to trace back the source of the error and I think it might be related to the "\input" statements in my "main.tex". In fact when I comment them out no error message appears, but of course only labels in my "main.tex" are proposed ignoring all files lower in my directory structure. Any ideas?! HG |
From: Francisco J. Beron-V. <fb...@rs...> - 2009-06-10 16:37:01
|
Hi all, I recently posted a message regarding <F9> completion which a I couldn't get to work because <F9> is reserved for "expose" in Mac OS X Leopard. The simple solution to this was to remap <F9> -> <Command-F9> in Preferences -> Keyboard & Mouse -> Keyboard Shortcuts. However, despite I now see my complete bibliography list after \cite{<F9>, I get the following error message when attempting to select a reference when pressing <Enter> on it: Error detected while processing function Tex_CompleteCiteEntry..Tex_CompleteWord: line 1: line 4: line 7: E21: Cannot make changes, 'modifiable' is off Any clue? I'm almost there to get <F9> to work... Thank you in advance. Francisco |
From: Till M. <ope...@ti...> - 2009-06-02 21:33:44
|
On Tue June 2 2009, Gary Johnson wrote: > Svn is not installed on the Windows computers on which I use the > vim-latex suite, so I attempted to get the latest versions on /trunk > by downloading the tarball using the "Download GNU tarball" link on > this page: > > http://vim-latex.svn.sourceforge.net/viewvc/vim-latex/trunk/vimfiles/ > > I discovered several places in various plugin files where other > files were sourced without properly accounting for spaces in path > names. I fixed each of these by adding calls to fnameescape(). > Patches are attached. Thank you for your patches. They have been applied in changeset 1051. Be aware that there may be other places that currently break in case there are spaces in vim-latex. After I noticed this I also started to prepare a patch to use fnameescape everywhere in vim-latex, but the patch is not yet ready. If possible, I would prefer to get unified diffs as a patch and with the full path to the files that are patched. That makes it a little easier to apply them. Regards Till |
From: Gary J. <gar...@sp...> - 2009-06-02 07:25:24
|
Svn is not installed on the Windows computers on which I use the vim-latex suite, so I attempted to get the latest versions on /trunk by downloading the tarball using the "Download GNU tarball" link on this page: http://vim-latex.svn.sourceforge.net/viewvc/vim-latex/trunk/vimfiles/ I discovered several places in various plugin files where other files were sourced without properly accounting for spaces in path names. I fixed each of these by adding calls to fnameescape(). Patches are attached. Regards, Gary |
From: Francisco J. Beron-V. <fb...@rs...> - 2009-06-01 17:11:32
|
Hi! I wondered if someone knows how to get F9 working in completion on Mac OS X Leopard. I have tried by remapping F9 -> F8 (which is unasigned in my keyboard) and got <F8> on the screen upon pressing F8 after \ref{sec:. I learned others got similar behavior and attributed the problem to the keyboard itself (not the OS). Any news on this? Thank you for your help. Francisco |
From: Ted P. <te...@te...> - 2009-05-20 14:11:24
|
> 1. After compiling my main.tex in dvi format using \ll I can not > visualize the corresponding dvi file using the \lv command. There is > a ":call Tex_View Latex()" message that appears in the command-line > window but nothing happen. I did not change any default settings and > I am using svn version 1050 of latex-suite. Note that this problem > only occurs in gvim. The \lv command works great in plain vim. What operating system? That's key. You may need to put a setsid in front of your g:Tex_ViewRule_dvi command. I bet your viewer is getting killed immediately after executing. > 2. Following suggestions in latex-suite.txt I set up a directory tree > to split my project in several input'ed files. In my > main.tex.latexmain file I wrote: let g:Tex_BIBINPUTS = '~/thesis' > since my main.tex and bibli.bib files are located there and I want > the \cite completion command (F9) to work when I am editing, say, > something in a subdirectory of 'thesis'. For example, this works fine > if I start editing a file likewise "vim intro/intro.tex" but will not > work if I am already in 'intro' and do "vim intro.tex". How can I fix > that? I wouldn't hold my breath for this feature. LaTeX itself must be used with caution when you are editing files in subdirectories (in particular, \input and \include may not work how you expect when they're used in a file within a subdirectory). The BIBINPUTS and TEXINPUTS variables are meant to be used in cases where you are including from sources outside of the current project (e.g., in some central custom place where you store a master bibliography database or some custom packages you use everywhere). They're not meant to point toward an individual project's files. THAT BEING SAID, what happens when you issue an \ll in that subdirectory? Does it build on the main file (which is down a directory) or does it build on the file you're editing? That is, does it appear like LaTeX's build process can find the "latexmain" file even though the other processes cannot? If the build process can find it, then it's reasonable to believe that the other processes can be easily patched to behave as expected. --Ted -- Ted Pavlic <te...@te...> Please visit my 2009 d'Feet ALS walk page: http://web.alsa.org/goto/tedp My family appreciates your support in the fight to defeat ALS. |
From: Hugo G. <hug...@ma...> - 2009-05-20 12:55:38
|
Hello, 1. After compiling my main.tex in dvi format using \ll I can not visualize the corresponding dvi file using the \lv command. There is a ":call Tex_View Latex()" message that appears in the command-line window but nothing happen. I did not change any default settings and I am using svn version 1050 of latex-suite. Note that this problem only occurs in gvim. The \lv command works great in plain vim. 2. Following suggestions in latex-suite.txt I set up a directory tree to split my project in several input'ed files. In my main.tex.latexmain file I wrote: let g:Tex_BIBINPUTS = '~/thesis' since my main.tex and bibli.bib files are located there and I want the \cite completion command (F9) to work when I am editing, say, something in a subdirectory of 'thesis'. For example, this works fine if I start editing a file likewise "vim intro/intro.tex" but will not work if I am already in 'intro' and do "vim intro.tex". How can I fix that? Many thanks for help, HG |
From: Alexander V. K. <ale...@ya...> - 2009-05-20 03:59:57
|
Hello, I'm using internal vim's keymap (set keymap=russian-jcukewin in .vimrc) for Cyrillic input. In input mode if I change into Russian layout, where the . (dot) key should input lowercase ю instead of dot, vim takes no care of it, and inserts . (dot). This only happens, if vim-latexsuite is enable. Is there a way to fix this behavior? I'm using vim 7.2 under Debian and latex-suite 20060325. Alexander |
From: Adriaan S. <ad...@ho...> - 2009-05-19 14:21:48
|
Thanks alot for the clear explanation. Because I'm still into learning VIM, I don't think I will be able to contribute anything soon. Maybe in the future... cheerz _________________________________________________________________ Op MSN Video vind je de leukste filmpjes! http://video.msn.com/video.aspx?mkt=nl-nl |
From: Ted P. <te...@te...> - 2009-05-19 14:15:00
|
> When people notice a bug to fix or a feature to add, they post [PATCH]es > to the list, and those patches get merged into the SVN repo by one of > the Vim-LaTeX admins (usually Till Maas). In case I wasn't 100% clear, the SVN repo is not just a collection of patches. It is a full and evolving repo of Vim-LaTeX. If you're comfortable with it, you can use SVN to pull down your Vim-LaTeX if you're uncomfortable with using the old 2006 release. --Ted -- Ted Pavlic <te...@te...> Please visit my 2009 d'Feet ALS walk page: http://web.alsa.org/goto/tedp My family appreciates your support in the fight to defeat ALS. |
From: Ted P. <te...@te...> - 2009-05-19 14:13:04
|
Vim-LaTeX is still under slow but active development primarily from contributed patches. When people notice a bug to fix or a feature to add, they post [PATCH]es to the list, and those patches get merged into the SVN repo by one of the Vim-LaTeX admins (usually Till Maas). So the SVN repo has the latest batch of changes on top of all of the releases, but it isn't necessarily well tested. If you have a contribute you'd like to make, post it to the list. --Ted On 5/19/09 9:32 AM, Adriaan S. wrote: > > Okey, thanks alot. > And what about the subversions on scourceforge (the last one was 2 weeks > ago)? > Are they patches or something? > > > > Date: Tue, 19 May 2009 08:12:50 -0400 > > From: te...@te... > > To: vim...@li... > > Subject: Re: [Vim-latex-devel] general question > > > > I don't know if anyone plans to make a new release anytime soon, but the > > 2006 version should be sufficient for most users. Not too much has > > changed with respect to aspects of LaTeX that Vim-LaTeX helps you with. > > That is, Vim-LaTeX isn't really tied to a particular set of package > > versions. > > > > --Ted > > > > On 5/19/09 5:22 AM, Adriaan S. wrote: > > > Hello, I'm a little bit confused. I saw that there are some recent > > > subversions of vimlatex on scourceforge. But the last vim latex release > > > according to the website was in 2006. Is this project still active? And > > > are you planning an up to date major release in the near future? I hope > > > so because I'm a latex user that wants to learn VIM (for using latex) > > > and I want to know if there is some good VIM support for the latest > > > Latex versions. greetings > > > > ------------------------------------------------------------------------ > > > Sla nu al je foto's online op met Windows Live Photos > > > > <http://www.microsoft.com/netherlands/windowslive/Views/productDetail.aspx?product=Photos> > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > ------------------------------------------------------------------------------ > > > Crystal Reports - New Free Runtime and 30 Day Trial > > > Check out the new simplified licensing option that enables > > > unlimited royalty-free distribution of the report engine > > > for externally facing server and web deployment. > > > http://p.sf.net/sfu/businessobjects > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > Vim-latex-devel mailing list > > > Vim...@li... > > > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > > > -- > > Ted Pavlic <te...@te...> > > > > Please visit my ALS association page: > > http://web.alsa.org/goto/tedpavlic > > My family appreciates your support in the fight to defeat ALS. > > > > > ------------------------------------------------------------------------------ > > Crystal Reports - New Free Runtime and 30 Day Trial > > Check out the new simplified licensing option that enables > > unlimited royalty-free distribution of the report engine > > for externally facing server and web deployment. > > http://p.sf.net/sfu/businessobjects > > _______________________________________________ > > Vim-latex-devel mailing list > > Vim...@li... > > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > ------------------------------------------------------------------------ > Haal meer uit je Hotmail met Internet Explorer 8. Download nu > <http://www.microsoft.nl/ie8> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > > > ------------------------------------------------------------------------ > > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel -- Ted Pavlic <te...@te...> Please visit my 2009 d'Feet ALS walk page: http://web.alsa.org/goto/tedp My family appreciates your support in the fight to defeat ALS. |
From: Adriaan S. <ad...@ho...> - 2009-05-19 14:01:10
|
Okey, thanks alot. And what about the subversions on scourceforge (the last one was 2 weeks ago)?Are they patches or something? > Date: Tue, 19 May 2009 08:12:50 -0400 > From: te...@te... > To: vim...@li... > Subject: Re: [Vim-latex-devel] general question > > I don't know if anyone plans to make a new release anytime soon, but the > 2006 version should be sufficient for most users. Not too much has > changed with respect to aspects of LaTeX that Vim-LaTeX helps you with. > That is, Vim-LaTeX isn't really tied to a particular set of package > versions. > > --Ted > > On 5/19/09 5:22 AM, Adriaan S. wrote: > > Hello, I'm a little bit confused. I saw that there are some recent > > subversions of vimlatex on scourceforge. But the last vim latex release > > according to the website was in 2006. Is this project still active? And > > are you planning an up to date major release in the near future? I hope > > so because I'm a latex user that wants to learn VIM (for using latex) > > and I want to know if there is some good VIM support for the latest > > Latex versions. greetings > > ------------------------------------------------------------------------ > > Sla nu al je foto's online op met Windows Live Photos > > <http://www.microsoft.com/netherlands/windowslive/Views/productDetail.aspx?product=Photos> > > > > > > ------------------------------------------------------------------------ > > > > ------------------------------------------------------------------------------ > > Crystal Reports - New Free Runtime and 30 Day Trial > > Check out the new simplified licensing option that enables > > unlimited royalty-free distribution of the report engine > > for externally facing server and web deployment. > > http://p.sf.net/sfu/businessobjects > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Vim-latex-devel mailing list > > Vim...@li... > > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > -- > Ted Pavlic <te...@te...> > > Please visit my ALS association page: > http://web.alsa.org/goto/tedpavlic > My family appreciates your support in the fight to defeat ALS. > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel _________________________________________________________________ Op MSN Video vind je de leukste filmpjes! http://video.msn.com/video.aspx?mkt=nl-nl |
From: Ted P. <te...@te...> - 2009-05-19 12:41:26
|
I don't know if anyone plans to make a new release anytime soon, but the 2006 version should be sufficient for most users. Not too much has changed with respect to aspects of LaTeX that Vim-LaTeX helps you with. That is, Vim-LaTeX isn't really tied to a particular set of package versions. --Ted On 5/19/09 5:22 AM, Adriaan S. wrote: > Hello, I'm a little bit confused. I saw that there are some recent > subversions of vimlatex on scourceforge. But the last vim latex release > according to the website was in 2006. Is this project still active? And > are you planning an up to date major release in the near future? I hope > so because I'm a latex user that wants to learn VIM (for using latex) > and I want to know if there is some good VIM support for the latest > Latex versions. greetings > ------------------------------------------------------------------------ > Sla nu al je foto's online op met Windows Live Photos > <http://www.microsoft.com/netherlands/windowslive/Views/productDetail.aspx?product=Photos> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > > > ------------------------------------------------------------------------ > > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel -- Ted Pavlic <te...@te...> Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. |
From: Adriaan S. <ad...@ho...> - 2009-05-19 09:22:48
|
Hello, I'm a little bit confused. I saw that there are some recent subversions of vimlatex on scourceforge. But the last vim latex release according to the website was in 2006. Is this project still active? And are you planning an up to date major release in the near future? I hope so because I'm a latex user that wants to learn VIM (for using latex) and I want to know if there is some good VIM support for the latest Latex versions. greetings _________________________________________________________________ MSN.nl: voor entertainment, nieuws en de laatste roddels http://nl.msn.com/ |
From: Mr.SpOOn <mr....@gm...> - 2009-05-04 15:47:29
|
Hi, I'm pretty new to vim-latex. I need to show some code in my document and in the past I remember I used the lstlisting environment. For example: \begin{lstlisting} idngram2lm −idngram corpus.idngram −vocab corpus.vocab −arpa corpus.arpa −context corpus.ccs −n 4 \end{lstlisting} I'm using these packages: \documentclass[a4paper,10pt,italian]{book} \usepackage[italian]{babel} \usepackage[utf8]{inputenc} \usepackage{textcomp} \usepackage{url,amsfonts} \usepackage{listings} \usepackage{xcolor} \lstset{ backgroundcolor=\color{lightgray}, postbreak=\space, breakindent=5pt, breaklines } \lstset{extendedchars=false} And when I try to compile I get errors like this: |248 error| Package inputenc Error: Unicode char \u8:− not set up for use with LaTeX. l.248 idngram2lm −idngram corpus.idngram − vocab corpus.vocab −arpa cor... What's going on? |
From: Ted P. <te...@te...> - 2009-05-04 12:43:42
|
> I've been using vim-latex for awhile now for normal latex files. I was > wondering if it was possible to use vim-latex with noweb/cweb files. How > would I get vim to start latexsuite when filetype is set to 'noweb' in > addition to 'tex'? One possibly solution: *) Look in your ~/.vim/ftplugin directory (or the corresponding directory wherever vim-latex is stored) *) Symlink tex_latexSuite.vim to cweb_latexSuite.vim That should make latexSuite load for filetype "cweb." --Ted -- Ted Pavlic <te...@te...> Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. |
From: Todd H. <hay...@ma...> - 2009-05-04 10:40:34
|
Hi, I've been using vim-latex for awhile now for normal latex files. I was wondering if it was possible to use vim-latex with noweb/cweb files. How would I get vim to start latexsuite when filetype is set to 'noweb' in addition to 'tex'? Todd |
From: Ted P. <te...@te...> - 2009-05-03 14:39:39
|
I believe this problem has just been fixed on the MacVim mailing list. The patch was posted by Maximilian Nickel (max...@gm...). I've attached it to this message. Apply it with patch -p0 < macvim-latex.diff in your ~/.vim directory (or the equivalent directory that contains your Vim-LaTeX distro). --Ted On 11/9/07 5:07 PM, John Shafer wrote: > Vim-latex users, > > When using gvim in Mac OS X, no subitems appear in the templates or > macros menus. This is moderately annoying, although by no means a > showstopper. I was wondering if anyone had any idea of why this might > be? In addition, when using vim-latex on Linux, the key mappings for > commands are visible in the menus. Again, this doesn't seem to be the > case in Mac OS X. Thanks for any information. Googling this issue > hasn't led to any interesting solutions. > > I'm using Mac OS X (10.5) and the most recent vim-latex suite. > -- Ted Pavlic <te...@te...> Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. |
From: Ted P. <te...@te...> - 2009-04-30 19:02:10
|
> Sure, but I was thinking about a more system-wide solution that could > directly be integrated into the LaTeXsuite (and subsequent distro > packages). Is there any reason which would prevent the possibility of > such an addition? Something like this could certainly be added. Strangely, LaTeX-suite doesn't implement it's own macros with something like the example I gave. So someone needs to go in an hack all of the AMS-style environments (gather, gathered, align, aligned, multline, flalign, alignat, etc. (and all the starred forms)) and check it into the SVN. If you'd like to make the change, do so and post your patch on the list. One of the administrators will apply it to the SVN version. --Ted -- Ted Pavlic <te...@te...> Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. |
From: Ted P. <te...@te...> - 2009-04-30 12:09:22
|
You could always try something similar in your own .vimrc... For example, on one line: au VimEnter * call IMAP('EAL', "\\begin{align}\<cr><++>\<cr>\\end{align}\<cr>\<cr><++>", 'tex') [ note: while we're deprecating things, you should probably be using mathtools instead of old-and-busted amsmath. :) ] --Ted On 4/30/09 4:46 AM, Olivier Mehani wrote: > Hello, > > It would be great if abbreviation and completion support was added for > well known constructs from the amsmath package like 'align' (EAL?)*, > 'split'* (EST?), gather (EGA?) or cases (ECA?). > > Maybe this can be done only when the amsmath package is included? This > would however cause small issues when working in \include'd files. > > Hope to see this feature soon (: > > * '==' should then be replaced by '&=' instead of '&=&' as is the case > for 'eqnarray's > ** for split environments, an additional '& \quad' or '\quad' could be > inserted when Tab is pressed > > PS: the form at > http://vim-latex.sourceforge.net/index.php?subject=contact&title=Contact > doesn't seem to work: I properly entered my email address and the > message, but it wouldn't let me send an email. > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Register Now& Save for Velocity, the Web Performance& Operations > Conference from O'Reilly Media. Velocity features a full day of > expert-led, hands-on workshops and two days of sessions from industry > leaders in dedicated Performance& Operations tracks. Use code vel09scf > and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf > > > ------------------------------------------------------------------------ > > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel -- Ted Pavlic <te...@te...> Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. |
From: Olivier M. <sht...@ss...> - 2009-04-30 08:54:33
|
Hello, It would be great if abbreviation and completion support was added for well known constructs from the amsmath package like 'align' (EAL?)*, 'split'* (EST?), gather (EGA?) or cases (ECA?). Maybe this can be done only when the amsmath package is included? This would however cause small issues when working in \include'd files. Hope to see this feature soon (: * '==' should then be replaced by '&=' instead of '&=&' as is the case for 'eqnarray's ** for split environments, an additional '& \quad' or '\quad' could be inserted when Tab is pressed PS: the form at http://vim-latex.sourceforge.net/index.php?subject=contact&title=Contact doesn't seem to work: I properly entered my email address and the message, but it wouldn't let me send an email. -- Olivier Mehani <sh...@ss...> PGP fingerprint: 3720 A1F7 1367 9FA3 C654 6DFB 6845 4071 E346 2FD1 |
From: Till M. <ope...@ti...> - 2009-04-29 14:07:29
|
On Mi April 29 2009, Matías Graña wrote: > yet another patch, working over Thomas' one. The previous patch > identified lines with \bibitem[...]{...} for completion, but the > completion worked oddly. This one works fine, at least in the cases I > tested it with. Thanks, the patch has been applied in changeset 1050. > Also: I missed the completion for cites for quite a long time, until > Thomas suggested to set the variable g:Tex_UseCiteCompletionVer2. > Thanks! Besides this, as he says, it is not a good thing having to set > this variable. Is it part of an unfinished work? I don't know. Please open a ticket in the SF.net issue tracker, then eventually I will look at this. Regards, Till |