1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
<html>
<head>
<title>auctex.vim : vim online</title>
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff">
<h1>auctex.vim : macros for latex</h1>
<table cellspacing="0" cellpadding="0" border="0">
<tr><td><img src="images/spacer.gif" width="1" height="10" alt=""></td></tr>
<tr><td class="prompt">created by</td></tr>
<tr><td>Carl Mueller</td></tr>
<tr><td><img src="images/spacer.gif" width="1" height="10" alt=""></td></tr>
<tr><td class="prompt">script type</td></tr>
<tr><td>ftplugin</td></tr>
<tr><td><img src="images/spacer.gif" width="1" height="10" alt=""></td></tr>
<tr><td class="prompt">description</td></tr>
<tr><td>This is a large collection of Latex macros, with inspiration
<br>from the emacs package "auctex", among other places. Briefly,
<br>
<br>In normal mode, F1 - F4 insert latex templates, unless they are
<br>already there in the file. You have to provide these templates
<br>yourself.
<br>
<br>In insert mode, F1 - F5 enter environments such as \begin{..} \end{..}.
<br>
<br>C-F1 - C-F5 alter existing environments.
<br>
<br>(), $$, [], \[\], {}, \{\}, && are inserted in matching pairs.
<br>
<br>Many Latex commands are bound to the ` key. (This comes from auctex).
<br>For instance, \alpha is bound to `a, and \infty is bound to `8.
<br>\frac{}{} is bound to `/ .
<br>
<br>Menu items allow you to change or delete matching pairs of brackets,
<br>as well as insert \left..\right automatically.
<br>
<br>You can run Latex, start a viewer, and go to the position of the
<br>latest Latex error.
<br>
<br>The Alt key, followed by other keys, is used for inserting
<br>\mathbf, \textbf, \sqrt, and so on.
<br>
<br>Some macros are polymorphic. For instance, when preceded by bracket,
<br>Alt-l will insert \left..\right around the brackets. Otherwise it
<br>will insert \label{} and position the cursor in between the {}.
<br>Likewise, Alt-c will produce \cite{} when preceded by a blank or at
<br>the beginning of the line; but, for example, b followed by Alt-c
<br>will produce \mathbf{B}.
<br>
<br>There are "smart quotes". That is, typing " will produce a `` if there is
<br>a space before the ", and will produce '' otherwise.
<br>
<br>You can embrace the visual region with () by typing `(. This works
<br>for other kinds of parentheses, too, as well as $$ and &&.
<br>
<br>Long lines are automatically split up to keep $..$ (math expressions)
<br>on the same line.
<br>
<br>There are several abbreviations, such as \b for \bigskip.
<br></td></tr>
</table>
<table cellspacing="0" cellpadding="4" border="0" width="100%">
<tr><td colspan="6"><img src="images/spacer.gif" height="10" width="1" alt=""></td></tr>
<tr>
<td valign="top" class="tableheader">package</td>
<td valign="top" class="tableheader">script version</td>
<td valign="top" class="tableheader">date</td>
<td valign="top" class="tableheader">vim version</td>
<td valign="top" class="tableheader">user</td>
<td valign="top" class="tableheader">release notes</td>
</tr>
<tr>
<td class="rowodd" valign="top" nowrap><a href="download.php?src_id=416">auctex.vim</a></td>
<td class="rowodd" valign="top" nowrap><b>1.01</b></td>
<td class="rowodd" valign="top" nowrap><i>09-Dec-2001</i></td>
<td class="rowodd" valign="top" nowrap>6.0</td>
<td class="rowodd" valign="top"><i><a href="/account/profile.php?user_id=325">Carl Mueller</a></i></td>
<td class="rowodd" valign="top" width="2000">Corrected a bug in the bracket macros.</td>
</tr>
<tr>
<td class="roweven" valign="top" nowrap><a href="download.php?src_id=395">auctex.vim</a></td>
<td class="roweven" valign="top" nowrap><b>1.0</b></td>
<td class="roweven" valign="top" nowrap><i>03-Dec-2001</i></td>
<td class="roweven" valign="top" nowrap>6.0</td>
<td class="roweven" valign="top"><i><a href="/account/profile.php?user_id=325">Carl Mueller</a></i></td>
<td class="roweven" valign="top" width="2000">Initial upload</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
|