Incomplete \iffalse ?
Hi, today with vers. 2011.05.14 I got an unexpected error: "! Incomplete \iffalse; all text was ignored after line 9." The code was like this: \starttext \midaligned{\framedtext[frame=on]{Test}} \stoptext What's wrong with this? Steffen
On Wed, Jun 1, 2011 at 9:47 AM, Steffen Wolfrum
Hi,
today with vers. 2011.05.14 I got an unexpected error: "! Incomplete \iffalse; all text was ignored after line 9."
The code was like this:
\starttext
\midaligned{\framedtext[frame=on]{Test}}
\stoptext
What's wrong with this?
I suspect something with vmode vs hmode, because this works ok \starttext \midaligned{\framed[frame=on]{Test}} \stoptext -- luigi
On 1-6-2011 9:47, Steffen Wolfrum wrote:
Hi,
today with vers. 2011.05.14 I got an unexpected error: "! Incomplete \iffalse; all text was ignored after line 9."
The code was like this:
\starttext
\midaligned{\framedtext[frame=on]{Test}}
\stoptext
What's wrong with this?
\def\dodoframedtext[#1]% beware! {...\\framedtextparameter... the \\ should be \ ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Wed, Jun 1, 2011 at 10:02 AM, Hans Hagen
On 1-6-2011 9:47, Steffen Wolfrum wrote:
Hi,
today with vers. 2011.05.14 I got an unexpected error: "! Incomplete \iffalse; all text was ignored after line 9."
The code was like this:
\starttext
\midaligned{\framedtext[frame=on]{Test}}
\stoptext
What's wrong with this?
\def\dodoframedtext[#1]% beware! {...\\framedtextparameter...
the \\ should be \
wrong suspect, then. -- luigi
On 1-6-2011 10:06, luigi scarso wrote:
On Wed, Jun 1, 2011 at 10:02 AM, Hans Hagen
wrote: On 1-6-2011 9:47, Steffen Wolfrum wrote:
Hi,
today with vers. 2011.05.14 I got an unexpected error: "! Incomplete \iffalse; all text was ignored after line 9."
The code was like this:
\starttext
\midaligned{\framedtext[frame=on]{Test}}
\stoptext
What's wrong with this?
\def\dodoframedtext[#1]% beware! {...\\framedtextparameter...
the \\ should be \
wrong suspect, then.
not entirely .. \\ has some \if's and one then never know where one ends up when it gets passed as parameter to something normally h/v problems are signalled by tex getting confused about a missing } ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
luigi scarso
-
Steffen Wolfrum