Using folders with latex Edit History Talk0 1,599pages on this wiki Revision as of 04:03, November 28, 2011 by Wuzzeb (Talk | contribs) (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff) This page is a candidate for deletion. If you disagree with its deletion, please explain why at the talk, or improve the page and remove the {{delete}} tag. Remember to check what links here and the the page history before deleting. The latest version of Vim includes syntax folding. Even if you don't use it, there are other tips on foldmarkers. Don't need a tip specific to LaTeX. Tip 323 Printable Monobook Previous Next created 2002 · complexity basic · author Raoul Jean Pierre Bonnal · version 6.0 set foldmarker=\\begin,\\end set foldmethod=marker This is useful with a big latex document. CommentsEdit Read more When editing LaTeX files from Vim, you want to be able to compile latex, retrieve a list of... Compiling LaTeX from Vim Here is a map allowing you to press "\'" in insert mode. It saves the current tex file, then... Replace the file name extension This is a small mapping that can be used for jumping sections in a latex file. map ]s... Section jump in Latex Categories: Candidates for deletion VimTip LaTeX