|
From: Alan E. <ez...@us...> - 2006-06-11 06:25:59
|
Update of /cvsroot/jedit/plugins/LaTeXTools/config In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv21221/config Modified Files: default.nav Log Message: Fix for bug 1488309. Index: default.nav =================================================================== RCS file: /cvsroot/jedit/plugins/LaTeXTools/config/default.nav,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- default.nav 3 Mar 2004 16:06:07 -0000 1.1 +++ default.nav 11 Jun 2006 06:25:55 -0000 1.2 @@ -1,10 +1,9 @@ @All1 -1:\\chapter\{(.+?)\}: :0: :1 -8:\\((input)|(include))\{(.+?)\}:$1\u003A $4:0: :7 1:(\\bibliography\{(.+?)\})|(\\begin\{thebibliography\}):Biblio\u003A $2:0: :1 -2:\\section\{(.+?)\}: :0: :1 -3:\\subsection\{(.+?)\}: :0: :1 -4:\\subsubsection\{(.+?)\}: :0: :1 +1:\\chapter(\[(.+?)\])?\{(.+?)\}: $2 $3 :0: :1 +2:\\section(\[(.+?)\])?\{(.+?)\}: $2 $3 :0: :1 +3:\\subsection(\[(.+?)\])?\{(.+?)\}: $2 $3 :0: :1 +4:\\subsubsection(\[(.+?)\])?\{(.+?)\}: $2 $3 :0: :1 5:\\paragraph\{(.+?)\}: :0: :1 6:\\begin\{theorem\}(\[.+?\])?:Thm\u003A $1:2: :3 6:\\begin\{lemma\}(\[.+?\])?:Lem\u003A $1:2: :3 @@ -22,12 +21,13 @@ 6:\\begin\{itemize\}:Item\u003A:2:\\end\{itemize\}:5 6:\\begin\{enumerate\}:Enum\u003A:2:\\end\{enumerate\}:5 6:\\begin\{verbatim\}:Verb\u003A:2:\\end\{verbatim\}:6 +8:\\((input)|(include))\{(.+?)\}:$1\u003A $4:0: :7 @Sections2 -1:\\chapter\{(.+?)\}: :0: :1 -2:\\section\{(.+?)\}: :0: :1 -3:\\subsection\{(.+?)\}: :0: :1 -4:\\subsubsection\{(.+?)\}: :0: :1 +1:\\chapter(\[(.+?)\])?\{(.+?)\}: $2 $3 :0: :1 +2:\\section(\[(.+?)\])?\{(.+?)\}: $2 $3 :0: :1 +3:\\subsection(\[(.+?)\])?\{(.+?)\}: $2 $3 :0: :1 +4:\\subsubsection(\[(.+?)\])?\{(.+?)\}: $2 $3 :0: :1 5:\\paragraph\{(.+?)\}: :0: :1 @Theorems3 |