vim-latex-devel Mailing List for Vim-Latex (Page 75)
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: Till M. <vim...@so...> - 2004-11-19 21:18:13
|
Hiyas, is there a way to customzie the environment mappings, for example the way "EEN" is substituted? I tried let g:Tex_Env_enumerate = "\\begin{enumerate}[<++>]\<CR>\\item <++>\<CR>\\end{enumerate}" but this works only for the <F5> method. Any help is appreciated, Greetings, Till |
From: Aditya M. <adi...@al...> - 2004-11-19 03:31:16
|
<--- On Nov 18, Kamaraju Kusumanchi wrote ---> > Saber wrote: > >> Hello , >> >> In a latex document , while in insert mode , if i type : DIAMETER , I have >> the following output : >> >> >> >> >> >> AM\begin{table} >> >> 503 \centering >> >> 504 \begin{tabular}{R} >> >> 505 >_______<++> >> >> 506 \end{tabular} >> >> 507 \caption{<+Caption text+>} >> >> 508 \label{tab:<+label+>} >> >> 509 \end{table}<++> >> >> >> >> I use Latex-suite , and I thought that there is some mapping for a macro >> that I dont knwo about ... >> >> >> > ETE - creates the above table environment. > > You are entering ETE after M in DIAMETER. > If you want to avoid that you can enter ETE as ET ^V E the spaces are just for ease of reading. ^V is CTRL+V Aditya |
From: Kamaraju K. <kk...@co...> - 2004-11-18 16:40:46
|
Saber wrote: >Hello , > >In a latex document , while in insert mode , if i type : DIAMETER , I have the >following output : > > > > > >AM\begin{table} > > 503 \centering > > 504 >\begin{tabular}{R} > > 505 >_______<++> > > 506 \end{tabular} > > 507 >\caption{<+Caption text+>} > > 508 \label{tab:<+label+>} > > 509 >\end{table}<++> > > > >I use Latex-suite , and I thought that there is some mapping for a >macro that I dont knwo about ... > > > > ETE - creates the above table environment. You are entering ETE after M in DIAMETER. |
From: Saber <vim...@so...> - 2004-11-18 08:39:01
|
Hello , In a latex document , while in insert mode , if i type : DIAMETER , I have the following output : AM\begin{table} 503 \centering 504 \begin{tabular}{R} 505 >_______<++> 506 \end{tabular} 507 \caption{<+Caption text+>} 508 \label{tab:<+label+>} 509 \end{table}<++> I use Latex-suite , and I thought that there is some mapping for a macro that I dont knwo about ... Any Ideas ? |
From: Jaonary <vim...@so...> - 2004-11-09 09:12:30
|
Hi all, I have a little problem to get the right config of vim-latex. When I edit a .tex file vith vim, I can't no longer get the character 'é'. It's send my cursor back. I noticed that when I am in an itemize environemy the ke '2/é' is mapped to '\item'. I also have the same kind of trouble with '^'. Any Ideas ? Best regards, Jaonary |
From: Luc H. <her...@fr...> - 2004-11-05 07:44:33
|
Hello, * On Sun, Oct 31, 2004 at 09:15:15AM -0800, Tahiry RAZAFINDRALAMBO <vim-l= ate...@so...valid> wrote: > When editing a .tex file, after installing, vim-latex. Pressing "=E9" > doesn't print anything.=20 This is documented in the FAQ.=20 --=20 Luc Hermitte http://hermitte.free.fr/vim/ |
From: Tahiry R. <vim...@so...> - 2004-10-31 17:15:20
|
When editing a .tex file, after installing, vim-latex. Pressing "é" doesn't print anything. I have a french keyboard, pc105. I'm using linux debian, with kernel 2.6.8-8. I'm using vim-latexsuite version 0.20040805 and tetex-base version 2.0.2c-1 All other keys work well. Tahiry. |
From: Aditya M. <adi...@al...> - 2004-10-30 20:52:41
|
<--- On Oct 30, Till Maas wrote ---> > > I would like to change the compile command to a "save and compile" > command, is this possible? I do not find anything in the > documentation that explains how this would be done. There seems only > the possibility of changing the command that's passed to the shell. Put this in your ftplugin/tex.vim " Compile should also save nmap <buffer> <leader>ll :update<cr><Plug>Tex_Compile HTH, Aditya -- Aditya Mahajan, EECS Systems, University of Michigan http://www.eecs.umich.edu/~adityam || Ph: 7342624008 |
From: Till M. <vim...@so...> - 2004-10-30 16:39:43
|
Hi, I would like to change the compile command to a "save and compile" command, is this possible? I do not find anything in the documentation that explains how this would be done. There seems only the possibility of changing the command that's passed to the shell. Thank you for your help, Till |
From: Kamaraju K. <kk...@co...> - 2004-10-29 00:34:41
|
Using debian sid, vim 6.3.25, vim-latex shipped with debian sid, xdvi 22.40v In xdvi window if I do ctrl-left click, then another gvim session is opened. But if the file is already opened in another gvim window, then latex-suite is not bringing it up. Instead it is opening the file in another new window and then it detects the swap file and gives the usual swap file menu... Any ideas on instructing xdvi to use corresponding existing session if the file is already opened? I tried sourcing the /usr/share/vim/addons/plugin/remoteOpen.vim in my .vimrc which gives Error detected while processing /usr/share/vim/addons/plugin/remoteOpen.vim: line 33: E174: Command already exists: add ! to replace it My .Xdefaults is XDvi.editor: gvim --remote +%l %f any ideas? thanks in advance raju |
From: Arnoldo Q. <vim...@so...> - 2004-10-22 15:15:23
|
I'm very happy for to work VimLaTeX. |
From: Mark J. <vim...@so...> - 2004-10-21 22:48:02
|
Hello all, Im a newbie to the Mac world (via linux) and I am setting up tex suite on two OS X cpus. The first install went perfect, i followed the same directions on the second and ran into this error: No View rule defined for target pdf Please specify a rule in $VIMRUNTIME/fplugin/tex/texrc : help Tex_ViewRule_format Now, 1. I didnt run into this problem the first time. 2. I dont have any files in the tex directory on either box. Any help would be greatly appreciated, MJ |
From: Gert V. d. E. <vim...@so...> - 2004-10-20 07:50:39
|
Hi, I've added these lines in my $VIMFILES/tex/texrc file: let g:Tex_MultipleCompileFormats = 'dvi' let g:Tex_DefaultTargetFormat = 'ps' let g:Tex_FormatDependency_ps = 'dvi,ps' However, when doing \ll I only see LaTeX called and not dvips afterwards. When I do \lv ghostview is called, but on an old version of the .ps file. I run a standard SuSE Linux 8.2 box, latest vim-6.3.30. What am I doing wrong? Thanks for a wonderful and time-saving script! |
From: Aditya M. <adi...@al...> - 2004-10-19 01:27:45
|
Hi, Sometime back there was a request by Peter Gasparovic to have TVO like outline folding in latex-suite. I have deleted that message from my inbox and the list archives are only read-only. Therefore I am starting a new thread. Quoting from that mail >I want to ask developers - could it be possible to add functionality > of TheVimOutliner plugin to latex-suite? > (http://www.vim.org/scripts/script.php?script_id=517) > - it works (and looks) like outliner in MS Word. I mean the way it > shows outline of section structure. Unfortunately TVO is based > on <TAB> indenting and is unable to understand latex-structured files. > > For an explanation, > --------------------------------------- > "TVO like" folding would work this way: > > section > --------text in section > --subsection > --------text in subsection > ----subsubsection > --------text in subsubsection > > > I found that gvim is principally capable of this (skip fold levels), > but I am not able to adapt folding.vim in latex-suite. > One method to do this is to use manual folding and %>>> to end the section fold. Suppose you have something like \section{Section 1} blah blah blah . . %>>> NOTICE THE MANUAL FOLD MARKER \subsection{subsection} blah blah blah . . then it will be folded like +--\section{Section 1}------------------ %>>> NOTICE THE MANUAL FOLD MARKER +--\subsection{Subsection 2} Not entirely what you wanted, the fold marker is visible, the folding depth for subsections is not there and you have to do it manually. But may be acceptable for most situations. HTH, Aditya |
From: Jan H. <vim...@so...> - 2004-10-18 17:25:32
|
Hi all, if you use latex filenames starting with number (e.g. 1-chapter.tex) so the forward search does not work (with xdvi). The fix is easy - just add the space between linenumber and filename, when calling xdvi in file ftplugin/latex-suite/compiler.vim the line 336&342 sould be changed from ....line('.').Tex_GetMainFileName( to ....line('.').'\ '.Tex_GetMainFileName( Jan PS It took me a while to find that the bug is not in xdvi nor srcltx.sty! |
From: Evgeny P. <ev...@no...> - 2004-10-17 06:58:14
|
Hello. I have installed latex-suite and after I open tex file I can't input any cyrillic symbol instead of it I get corresponding latin symbol. But if Caps Lock is pressed cyrillic symbols are inputed in upper case. If latex-suite isn't installed cyrillic symbols are also inputed. My system: SuSE Linux Pro 9.0, KDE 3.3.0, Xorg 6.8.1,(g)vim 6.3. latex-suite 1.5 and 20040805 have been tested. My gvimrc is put to attachment. Thanks in Advance! -- Best regards Evgeny mailto:ev...@no... |
From: Luc H. <her...@fr...> - 2004-10-15 17:13:18
|
* On Thu, Oct 14, 2004 at 07:33:04PM -0700, Srinath Avadhanula <sr...@fa...> wrote: > A few problems I forsee with a plugin which needs to install the help > files automatically: > > 1. What about distributions of latex-suite which are installed by an > administrator and the user does not have write permissions into the > directory where the tags file needs to be generated. For example, the > debian distro has a way of generating the tags file automatically > without any further help from the user. We can still use execute vim to generate the tags. If latex-suite is installed by an administrator, generating the tags is his job too. It is still possible to provide a simple post-install script. Regarding more manual ditributions, it is still possible to use tools like AAP or use a vim-script to run once. -- Luc Hermitte http://hermitte.free.fr/vim/ |
From: Srinath A. <sr...@fa...> - 2004-10-15 02:24:51
|
On Tue, 12 Oct 2004, Luc Hermitte wrote: > * On Mon, Oct 11, 2004 at 09:18:51AM +0500, Aditya Mahajan <adi...@al...> wrote: > > A suggestion to vim-latex team. There are some vim plugins that > > 'install' the help file the first time they are executed. Is it > > possible to have the same mechanism with latexsuite. > > Note: the "installation" procedure does not need to be as complex as the > one of several other (ft)plugins -- BTW, some use a non portable way to > create directories... > > As vim-latex uses many different files. Just a plugin that checks the > timestamps and runs :helptags would be enough. No need to extract the > help from a vim-script. > A few problems I forsee with a plugin which needs to install the help files automatically: 1. What about distributions of latex-suite which are installed by an administrator and the user does not have write permissions into the directory where the tags file needs to be generated. For example, the debian distro has a way of generating the tags file automatically without any further help from the user. 2. How to ensure that the function doesn't run everytime. It would be annoying for a function to have to run every time gvim starts up although the tags file has already been generated. This has a potential workaround: Place the function in a file which removes itself after the first time it runs. This is already done in ~/vimfiles/ftplugin/tex/brackets.vim. The first problem is a bit more "interesting" though. I guess something which checks for write-permissions could be implemented. Also, I don't forsee doing this myself in the next few weeks at least. If someone else has a suggestion/patch, please step forward. -- Srinath NOTE: If you are not subscribed to vim-latex-devel, then further replies to the list will be silently ignored. Please subscribe if you wish to continue the thread, or use From: vim...@so...valid Reply-To: yo...@em...dress, vim...@li... in the header. |
From: Luc H. <her...@fr...> - 2004-10-11 22:35:04
|
* On Mon, Oct 11, 2004 at 09:18:51AM +0500, Aditya Mahajan <adi...@al...> wrote: > A suggestion to vim-latex team. There are some vim plugins that > 'install' the help file the first time they are executed. Is it > possible to have the same mechanism with latexsuite. Note: the "installation" procedure does not need to be as complex as the one of several other (ft)plugins -- BTW, some use a non portable way to create directories... As vim-latex uses many different files. Just a plugin that checks the timestamps and runs :helptags would be enough. No need to extract the help from a vim-script. -- Luc Hermitte http://hermitte.free.fr/vim/ |
From: Aditya M. <adi...@al...> - 2004-10-11 14:20:21
|
<<< On Oct 11, Berta Milan wrote >>> > I got a new version of latex-suite: > latexSuite20040805.tar.gz But I cannot get a help for LaTeX > Suite with ':help latex-suite'. And also no tags are > generated, so if I open a doc/latex-suite.txt I cannot go > through tags: |sthsth|. The tags for the help files are not generated. Try :helptags C:\Vim\vimfiles\doc (on windows) or :helptags ~/.vim/doc (on unix) A suggestion to vim-latex team. There are some vim plugins that 'install' the help file the first time they are executed. Is it possible to have the same mechanism with latexsuite. Aditya |
From: Berta M. <ber...@ar...> - 2004-10-11 09:19:01
|
I got a new version of latex-suite: latexSuite20040805.tar.gz But I cannot get a help for LaTeX Suite with ':help latex-suite'. And also no tags are generated, so if I open a doc/latex-suite.txt I cannot go through tags: |sthsth|. Then I try again the 'latexSuite-1.5.tar.gz' and it works me. Can somebody helps me to get a help for latex-suite? Thank you, Milan Berta |
From: Ryan K. <vim...@so...> - 2004-10-08 19:11:27
|
Just an FYI that might save someone else some pain: I had quite a bit of trouble getting the \ref{ completion to work on my computer (I am running Windos XP). I downloaded several grep programs from the internet. None of them required (or would allow) the -H option, but all seemed to output the filename when searching. I thought this would be sufficent and messed around with it for a while. It also turns out that I had cygwin installed, but there were other directories in my PATH variable that had grep programs that didn't work. It seems like the grep that comes with cygwin is the only windows port that accepts the -H option and outputs in the required form (i.e. with the filename on every line). I think it would be good to clarify the requirements for grep with vim-latex, i.e. that the filename must be on every line of the grep output (or whatever the specific format is that vim is looking for). |
From: windhair <vim...@so...> - 2004-10-08 07:20:38
|
Hi, I do not really means uninstall this powerful tools for vim. The problem is after I install vim-latex, when I want to edit other file format rather than tex, all the default setting has been changed, tabs, line break, so soon on. So I want to change back to the original setting. How? But I'd like to use latex setting when I edit tex file. Thanks |
From: Peter G. <pgp...@or...> - 2004-10-03 19:18:58
|
I want to ask developers - could it be possible to add functionality of TheVimOutliner plugin to latex-suite? (http://www.vim.org/scripts/script.php?script_id=517) - it works (and looks) like outliner in MS Word. I mean the way it shows outline of section structure. Unfortunately TVO is based on <TAB> indenting and is unable to understand latex-structured files. For an explanation, ---------------------------------------- current folding in latex-suite works this way: section --text in section --subsection ----text in subsection ------subsubsection --------text in subsubsection --------------------------------------- "TVO like" folding would work this way: section --------text in section --subsection --------text in subsection ----subsubsection --------text in subsubsection I found that gvim is principally capable of this (skip fold levels), but I am not able to adapt folding.vim in latex-suite. -- ------------------------------------------------------------- Peter Gasparovic http://buteo.szm.sk |
From: Peter G. <pgp...@or...> - 2004-10-03 18:36:12
|
I use latexSuite20040805 (Win32, gvim 6.3, exub. ctags 5.5.4) and recently had a problem with zero output in taglist window. I think, there is too much "\" in pattern regexp's in file: vimfiles/ftplugin/latex-suite/main.vim (beginning on line 833). I also suggest useful tex regexp's of Ajit J. Thakkar found in his version of ctags (http://www.unb.ca/fredericton/science/chem/ajit/f90.vim). So this work for me: if exists("g:Tex_TaglistSupport") && g:Tex_TaglistSupport == 1 if !exists("g:tlist_tex_settings") let g:tlist_tex_settings = 'tex;l:label;r:ref;b:bibitem;c:command;e:environment' endif if exists("Tlist_Ctags_Cmd") let s:tex_ctags = Tlist_Ctags_Cmd else let s:tex_ctags = 'ctags' " Configurable in texrc? endif if exists("g:Tex_InternalTagsDefinitions") && g:Tex_InternalTagsDefinitions == 1 let Tlist_Ctags_Cmd = s:tex_ctags ." --langdef=tex --langmap=tex:.tex.ltx.latex" \.' --regex-tex="/\\begin{abstract}/Abstract/s,abstract/"' \.' --regex-tex="/\\part[ \t]*\*?\{[ \t]*([^}]*)\}/\1/s,part/"' \.' --regex-tex="/\\chapter[ \t]*\*?\{[ \t]*([^}]*)\}/\1/s,chapter/"' \.' --regex-tex="/\\section[ \t]*\*?\{[ \t]*([^}]*)\}/\1/s,section/"' \.' --regex-tex="/\\subsection[ \t]*\*?\{[ \t]*([^}]*)\}/+ \1/s,subsection/"' \.' --regex-tex="/\\subsubsection[ \t]*\*?\{[ \t]*([^}]*)\}/+ \1/s,subsubsection/"' \.' --regex-tex="/\\paragraph[ \t]*\*?\{[ \t]*([^}]*)\}/+ \1/s,paragraph/"' \.' --regex-tex="/\\subparagraph[ \t]*\*?\{[ \t]*([^}]*)\}/+ \1/s,subparagraph/"' \.' --regex-tex="/\\begin{thebibliography}/BIBLIOGRAPHY/s,thebibliography/"' \.' --regex-tex="/\\tableofcontents/TABLE OF CONTENTS/s,tableofcontents/"' \.' --regex-tex="/\\frontmatter/FRONTMATTER/s,frontmatter/"' \.' --regex-tex="/\\mainmatter/MAINMATTER/s,mainmatter/"' \.' --regex-tex="/\\backmatter/BACKMATTER/s,backmatter/"' \.' --regex-tex="/\\appendix/APPENDIX/s,appendix/"' \.' --regex-tex="/\\label[ \t]*\*?\{[ \t]*([^}]*)\}/\1/l,label/"' \.' --regex-tex="/\\ref[ \t]*\*?\{[ \t]*([^}]*)\}/\1/r,ref/"' \.' --regex-tex="/\\(provide|new|renew)command\{\\[ \t]*([^} \t]+)[ \t]*\}/\2/c,command/"' \.' --regex-tex="/\\(newtheorem|(re)?newenvironment)\{[ \t]*([^} \t]+)[ \t]*\}/\3/e,environment/"' \.' --regex-tex="/\\bibitem\{[ \t]*([^} \t]+)[ \t]*\}/\1/b,bibitem/"' endif endif -- ------------------------------------------------------------- Peter Gasparovic http://buteo.szm.sk |