[Vim-latex-devel] shortcuts for templates and macros
Brought to you by:
srinathava,
tmaas
From: Fabian B. <f.b...@gm...> - 2004-12-02 19:46:25
|
Hi, I am looking for a way to use some shortcuts like 'TRP' (Template Report) for the existing templates. Probably, it should be something with the IMAP-function like mentioned in chapter 3.12 of the reference, but I do not know how!? In addition to that question, I would like to make some macro which creates a table/tabular environment with columns and rows depend on the shortcut; e.g. 'ET34' gives a table/tabular environment with 3 rows and 4 columns: \begin{table}[<++>] \begin{tabular}{<++>} \hline <++>&<++>&<++>&<++> \\ <++>&<++>&<++>&<++> \\ <++>&<++>&<++>&<++> \\ \hline \end{tabular} \centering Now my question, how can I use IMAP for this table/tabular environment? By the way, is there anywhere some kind of wiki or small database for existing macros and templates? Best Greetings! Fabian |