[Vim-latex-cvs] vimfiles/doc latex-suite.txt,1.9,1.10
Brought to you by:
srinathava,
tmaas
|
From: <sri...@us...> - 2002-12-22 03:01:40
|
Update of /cvsroot/vim-latex/vimfiles/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv16004/doc
Modified Files:
latex-suite.txt
Log Message:
This is a merge from the b-newimaps branch. The branch was started when a
need to robustify imaps.vim was felt. Before, it had a big dependence on
"funky" characters. Since imaps.vim affected a lot of files, this commit
has a lot of modified files.
Briefly, it changes the <<, >> and the <a-umlaut> characters throughout
latex-suite to 'unfunky' characters.
<< --- <+
>> --- +>
<a-umlaut> --- <++>
The syntax of IMAP and IMAP_PutTextWithMovement was also changed to accept
2 new optional arguments which specify the placeholder characters in the
a:rhs. This allows scriptwriters to generate long term maps which will not
depend on the internals of imaps.vim
The b-newimaps tip at the time of this merge has been tagged as
b-newimaps-merge-sa-1
Index: latex-suite.txt
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** latex-suite.txt 7 Dec 2002 11:06:53 -0000 1.9
--- latex-suite.txt 22 Dec 2002 03:00:35 -0000 1.10
***************
*** 1,5 ****
*latex-suite* Tools for an enhanced LaTeX environment in Vim
For Vim version 6.0 and above.
! Last Change: Sat Dec 07 03:00 AM 2002 PST
By Srinath Avadhanula <sr...@fa...>,
--- 1,5 ----
*latex-suite* Tools for an enhanced LaTeX environment in Vim
For Vim version 6.0 and above.
! Last Change: Sat Dec 14 02:00 AM 2002 PST
By Srinath Avadhanula <sr...@fa...>,
***************
*** 165,177 ****
\begin{figure}[h]
! \centerline{\psfig{figure=«eps file»}}
! \caption{«caption text»}
! \label{fig:«label»}
! \end{figure}«»
<
! The text «eps file» will be selected and she will be left in |select-mode| so
that she can continue typing straight away. After having typed in the file
name, she can press Control-J (while still in insert-mode). This will take her
! directly to the next "place-holder". i.e, the «caption text» will be visually
selected with vim in select mode again for typing in the caption. This saves
on a lot of key presses.
--- 165,177 ----
\begin{figure}[h]
! \centerline{\psfig{figure=<+eps file+>}}
! \caption{<+caption text+>}
! \label{fig:<+label+>}
! \end{figure}<++>
<
! The text <+eps file+> will be selected and she will be left in |select-mode| so
that she can continue typing straight away. After having typed in the file
name, she can press Control-J (while still in insert-mode). This will take her
! directly to the next "place-holder". i.e, the <+caption text+> will be visually
selected with vim in select mode again for typing in the caption. This saves
on a lot of key presses.
***************
*** 190,195 ****
These mappings insert LaTeX "environments" such as >
\begin{center}
! «»
! \end{center}«»
with the cursor left at the first |placeholder|. There are various ways of
inserting environments into the source file. If the environment is a standard
--- 190,195 ----
These mappings insert LaTeX "environments" such as >
\begin{center}
! <++>
! \end{center}<++>
with the cursor left at the first |placeholder|. There are various ways of
inserting environments into the source file. If the environment is a standard
***************
*** 258,262 ****
These mappings insert font descriptions such as: >
! \textsf{«»}«»
again with the cursor at the first place-holder.
--- 258,262 ----
These mappings insert font descriptions such as: >
! \textsf{<++>}<++>
again with the cursor at the first place-holder.
***************
*** 298,302 ****
Example:
SSE in insert mode inserts >
! \section{«»}«»
< If you select a word or line and press `se, then you get >
\section{section name}
--- 298,302 ----
Example:
SSE in insert mode inserts >
! \section{<++>}<++>
< If you select a word or line and press `se, then you get >
\section{section name}
***************
*** 314,323 ****
Examples: >
! `^ expands to \hat{«»}«»
! `_ expands to \bar{«»}«»
`6 expands to \partial
`8 expands to \infty
! `/ expands to \frac{«»}{«»}«»
! `% expands to \frac{«»}{«»}«»
`@ expands to \circ
`0 expands to ^\circ
--- 314,323 ----
Examples: >
! `^ expands to \hat{<++>}<++>
! `_ expands to \bar{<++>}<++>
`6 expands to \partial
`8 expands to \infty
! `/ expands to \frac{<++>}{<++>}<++>
! `% expands to \frac{<++>}{<++>}<++>
`@ expands to \circ
`0 expands to ^\circ
***************
*** 334,343 ****
`> expands to \ge
`, expands to \nonumber
! `~ expands to \tilde{«»}«»
! `; expands to \dot{«»}«»
! `: expands to \ddot{«»}«»
! `2 expands to \sqrt{«»}«»
`| expands to \Big|
! `I expands to \int_{«»}^{«»}«»"
<
(again, notice the convenient place-holders)
--- 334,343 ----
`> expands to \ge
`, expands to \nonumber
! `~ expands to \tilde{<++>}<++>
! `; expands to \dot{<++>}<++>
! `: expands to \ddot{<++>}<++>
! `2 expands to \sqrt{<++>}<++>
`| expands to \Big|
! `I expands to \int_{<++>}^{<++>}<++>"
<
(again, notice the convenient place-holders)
***************
*** 759,763 ****
Tex-Packages.Supported.SIunits
option. This will insert a line of form: >
! \usepackage[«»]«»{SIunits}«»
at the beginning of the file (with the cursor placed at the first
|placeholder|. You will also notice that the packages menu now contains a
--- 759,763 ----
Tex-Packages.Supported.SIunits
option. This will insert a line of form: >
! \usepackage[<++>]<++>{SIunits}<++>
at the beginning of the file (with the cursor placed at the first
|placeholder|. You will also notice that the packages menu now contains a
***************
*** 789,793 ****
If options are detected, then the inserted line is of the
form:
! \usepackage[«»]{package_name}
A |latex-package-dictionary| might also be created.
--- 789,793 ----
If options are detected, then the inserted line is of the
form:
! \usepackage[<++>]{package_name}
A |latex-package-dictionary| might also be created.
|