Technology
 

Using folders with latex

From Vim Tips Wiki

(Redirected from VimTip323)

This tip is deprecated for the following reasons:

tex.vim now includes syntax folding definitions. See ':help tex-folding'.

Tip 323 Previous Next created September 6, 2002 · complexity basic · author Raoul Jean Pierre Bonnal · version 5.7


set foldmarker=\\begin,\\end
set foldmethod=marker

This is useful with a big latex document.

[edit] Comments