Revision: 1034
http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1034&view=rev
Author: tmaas
Date: 2008-05-31 09:02:34 -0700 (Sat, 31 May 2008)
Log Message:
-----------
- Recreated quickstart guide from XMl
Modified Paths:
--------------
trunk/vimfiles/doc/latex-suite-quickstart.txt
Modified: trunk/vimfiles/doc/latex-suite-quickstart.txt
===================================================================
--- trunk/vimfiles/doc/latex-suite-quickstart.txt 2008-05-31 12:17:56 UTC (rev 1033)
+++ trunk/vimfiles/doc/latex-suite-quickstart.txt 2008-05-31 16:02:34 UTC (rev 1034)
@@ -109,7 +109,7 @@
preamble, type the single word amsmath and then press <F5> in normal mode. The
line will change to >
\usepackage[]{amsmath}<++>
-with the cursor positioned conviniently between the []'s. For now, do not worry
+with the cursor positioned conveniently between the []'s. For now, do not worry
about the trailing <++> at the end of this line. Assume we want to provide the
sumlimits options to amsmath. You can either type in this option manually, or
choose from a menu of package options which Latex-Suite automatically creates
@@ -120,7 +120,7 @@
with the cursor before ]. Press <C-j> in insert mode. You will see the cursor
-jump to the end of the package line and the trailing <++> will dissapear. What
+jump to the end of the package line and the trailing <++> will disappear. What
just happened?! You had your first taste of _Placeholders_. Read more about them
(later) here |lq_u_3|. In short, pressing <C-j> in insert mode takes you to the
next <++> in the text.
@@ -246,7 +246,7 @@
16 true:
17 +-- 4 lines: eqnarray (eqn:simple) : \label{eqn:simple}---------------------
21 This is my contribution to mathematics.
- 22 This is a reference to (\ref{}<++>)<++>
+ 22 This is a reference to (\ref{}<++>)<++>
23 \end{document}
~
~
@@ -284,7 +284,7 @@
This is a reference to (\ref{eqn:euler})
<and the bottom windows close automatically.
-The <F9> key also works for inserting \cite commands to reference bibliographich
+The <F9> key also works for inserting \cite commands to reference bibliographic
entries, inserting file names for the \inputgraphics command and just plain
searching for words. Click here |lq_u_5| for more information.
@@ -384,7 +384,7 @@
Most DVI viewers also support inverse searching, whereby you can make the DVI
viewer ask vim to display the tex source corresponding to the DVI file being
-shown. This is extremeley helpful while proofreading large documents.
+shown. This is extremely helpful while proofreading large documents.
Simply double-click anywhere in the viewer window. If the viewer supports it,
then it will attempt to open an editor window at the location corresponding to
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|