Search found 1 match

by xzhang
Tue Sep 20, 2011 8:32 am
Forum: WinEdt
Topic: WinEdt+SumatraPDF inverse search fails in \ifthenelse
Replies: 0
Views: 2695

WinEdt+SumatraPDF inverse search fails in \ifthenelse

I am using WinEdt 5.5 and SumatraPDF. The inverse search fails in the following block:

\usepackage{ifthen}
\newboolean{aaa}
\setboolean{aaa}{true}

...

\ifthenelse {\boolean{aaa}}
{line 1
line 2
...
}

The inverse search will only move to the end of the \ifthenelse block, not the lines in the ...