Re: [Vim-latex-devel] Delete Menus when done with editing tex file
Brought to you by:
srinathava,
tmaas
From: <mi...@wp...> - 2003-09-22 09:25:26
|
On 21 Sep 2003 at 15:24, Aditya Mahajan wrote: > >> There is something that I find a little irritating with the latex-suite > >> package. The menus are excellent but they occupy a lot of space on the > >> gui. So whenever I am finished with the editing of the latex file, I do > >> not want the menu anymore. There are other menus that I want to use, but > >> there is no way in which the latex-suite menus can be turned off when I > >> do not need them. Other problem with menus: they are really heavy. One idea: extract from current math menus those elements which are in basic latex (without ams packages). Load it by default. Add to this option "Load advanced math elements". If chosen unload current menu and load full math menus. Of course here should be: "Unload advanced math". Because math is responsible for ca. 60% of all menus it should reduce overall number of menus about 30%. This is similar trick to this with syntax menus in "core Vim". Srinath what do you think about that? I came across that some time ago but this is really boring to make :) Other solution is to get rid of "exe" statements with menus but with it we lost possibility of moving menus. m. |