[Vim-latex-cvs] vimfiles/doc newlatex-suite.txt,NONE,1.1
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-01-11 08:42:30
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1:/tmp/cvs-serv23876 Added Files: newlatex-suite.txt Log Message: - New file: newlatex-suite.txt This is a temporary file for reworking the documentation. I noticed that the original documentation read too much like a story... In particular, the table of contents was too wordy and the user didn't get a nice overview at a glance. This is an attempt to rework mainly the TOC and maybe some of the sections too... In particular: - add sections for how to customize. A section containing all the available options. - a section containing all available <Plug>'d maps and again how to override the default maps. - add documentation for bibtex.vim, which provides nice support for editing .bbl files. (Alan G Isaac promised some docs for this long ago, but hasn't yet given any). Once we get this file incorporated into the main latex-suite.txt, I will push this into the attic. I could have started a new branch for this, but it felt like too much work... --- NEW FILE: newlatex-suite.txt --- Inserting text |ls-environments|---------- : environments (``\begin{center} \end{center}'', etc) |ls-fonts|----------------- : fonts (\emph{}) |ls-sections|-------------- : \section, \subsection etc. |ls-greek|----------------- : greek letters |ls-math|------------------ : mathematical symbols |ls-brackets|-------------- : \left \right etc. |ls-smartkeys|------------- : '...' becomes '\dots' etc. |ls-templates| ------------ : starting a latex file |ls-custommacros| --------- : inserting macros from files |ls-bibtex|---------------- : inserting bibtex entry templates Compiling |ls-compiling|------------- : compiling via latex-suite |ls-compiler-main|------- : compiling from an \input'ed files. |ls-compiler-custom|----- : customizing the compiler. |ls-compiler-target|----- : specifying a default compiler format. |ls-compiler-rules|------ : specifying ``rules'' for compiling various formats |ls-compiler-trouble|---- : trouble shooting compilation problems Viewing |ls-viewing|--------------- : viewing output files via latex-suite |ls-viewer-rules|-------- : specifying ``rules'' for viewing various formats |ls-forward-search|------ : forward searching |ls-inverse-search|------ : inverse searching Folding |ls-folding|--------------- : folding via latex-suite Packages |ls-packages|-------------- : latex package support in latex-suite |ls-package-writing|----- : writing package support for latex-suite Utilities |ls-dictionary|------------ : dictionary of latex commands. Customizing Latex-suite |ls-options|--------------- : latex-suite options |ls-mappings|-------------- : latex-suite mappings vim:ft=help:et:ts=2:sw=2:sts=2 |