brobeson / Tools

Scripts written to aid software development.
2 stars 1 forks source link

LaTeX folding does not find sections #3

Closed brobeson closed 9 years ago

brobeson commented 9 years ago

The follosing code will not fold up properly:

\subsection*{some section} %{{{
% the subsection's content

It uses a subsequent \begin{} or produces "No LaTeX command found". It should fold up to

subsection*{some section}