Re: [Vim-latex-devel] update: rough draft, tutorial
Brought to you by:
srinathava,
tmaas
From: Animesh N N. <an...@gm...> - 2003-05-28 18:05:39
|
Hi Miko, On Wednesday 28 May 2003 16:40, Mikolaj Machowski wrote: > I am sending tutorial with small corrections. Just look /^>>> > > To priv but your new versions should still go to the list. sure, no probs... ------- vls.txt -------- ... +---plugin | imaps.vim | SyntaxFolds.vim | libList.vim >>> | explorer.vim >>> | ... ------- vls.txt -------- Ahh... i understand this better now, thanks... included into VLS.tex ------- vls.txt -------- ... Coding our first LaTeX source file with the help of LaTeX Suite: >>> Before editing it is worth to read and adjust settings in texrc file. Copy it to ftplugin/tex directory - in this way your settings won't be overwritten during upgrade of LaTeX-Suite. Settings in texrc are well commented. We will not discuss them here (tutorial assumes you are using default values). >>> Now that ... ------- vls.txt -------- ok, slightly reworded and included into VLS.tex ------- vls.txt -------- 3) TeX-Elements: Things like paper dimensions, font sizes and types, counters to keep a count of the figures and tables that you use. Counters to keep a tag of the page numbers, etc. are available here. >>> Also bibliographical items like \ref, \cite, \footnote >>> ------- vls.txt -------- ditto ------- vls.txt -------- <<possible bug here>> >>> I am using version from CVS and everything is OK... >>> ... ... Hit ENTER or type command to continue >>> ..without these lines >>> ------- vls.txt -------- unfortunately i do get those lines :( -and i have the std downloaded version from VLS site. if i'm not asking for too much, could you send me the latest from the CVS plz ? -i'm not comfortable with CVS and use the std download from the VLS site. ------- vls.txt -------- This is my \emph{<++>} >>> It works for me. After typing '}' I see \emph{|}<++> (| is cursor position). After typing what I need press <C-J> and cursor _j_umps to placeholder position. >>> ------- vls.txt -------- ok, corrected the text to use <C-J> ------- vls.txt -------- \ll >>> Note: \ here is value of mapleader (:help mapleader). You could change it somewhere else. >>> ------- vls.txt -------- ok, added. ------- vls.txt -------- Now, your first exercise is complete. >>> handwork >>> Congratulations. ------- vls.txt -------- Errr... awfully sorry mikko, but i don't understand what you're attempting to convey here... could you explain plz. ? ------- vls.txt -------- just appeared on your screen like this; >>> If your list of items will be long, going to nested menus can be boring. You can tear-off menu, choosing first item in menu (... line). If you don't see it there try :set guioptions+=t. >>> ------- vls.txt -------- Hmmm.... neat trick, i must try this out and include this.... (made a note of this for testing+inclusion) ------- vls.txt -------- Diacritics speed up typing European languages. >>> This is disabled by default in texrc >>> ------- vls.txt -------- already included when you first pointed out this fact. thanks miko for those inputs, plz keep them coming, it really helps improve the quality of the tutorial. warm regards animesh -- : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : Directories-Only ls [#2] LOST #449 The following alias will list just the directories and files are excluded. It will list a directory as a directory even if the directory is a symbolic link. alias dir='ls -Lla|grep ^d' ####[http://www.ugu.com/]##################################### : |