[Vim-latex-cvs] vimfiles/doc latex-suite.txt,1.9,1.9.2.1
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2002-12-14 10:59:52
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1:/tmp/cvs-serv21869/doc Modified Files: Tag: b-newimaps latex-suite.txt Log Message: Changed ä to <++> changed « to <+ changed » to +> No other change. I will not be posting the actual diff of this commit to the group. Just the log. Check the web cvs if you want the diff. Index: latex-suite.txt =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -C2 -d -r1.9 -r1.9.2.1 *** latex-suite.txt 7 Dec 2002 11:06:53 -0000 1.9 --- latex-suite.txt 14 Dec 2002 10:59:17 -0000 1.9.2.1 *************** *** 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. |