ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Incomplete \iffalse ?
@ 2011-06-01  7:47 Steffen Wolfrum
  2011-06-01  7:54 ` luigi scarso
  2011-06-01  8:02 ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Steffen Wolfrum @ 2011-06-01  7:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Incomplete \iffalse ?
  2011-06-01  7:47 Incomplete \iffalse ? Steffen Wolfrum
@ 2011-06-01  7:54 ` luigi scarso
  2011-06-01  8:02 ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: luigi scarso @ 2011-06-01  7:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Jun 1, 2011 at 9:47 AM, Steffen Wolfrum <context@st.estfiles.de> 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?

I suspect something with vmode vs hmode, because this works ok
\starttext

\midaligned{\framed[frame=on]{Test}}

\stoptext



-- 
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Incomplete \iffalse ?
  2011-06-01  7:47 Incomplete \iffalse ? Steffen Wolfrum
  2011-06-01  7:54 ` luigi scarso
@ 2011-06-01  8:02 ` Hans Hagen
  2011-06-01  8:06   ` luigi scarso
  1 sibling, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2011-06-01  8:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Steffen Wolfrum

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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Incomplete \iffalse ?
  2011-06-01  8:02 ` Hans Hagen
@ 2011-06-01  8:06   ` luigi scarso
  2011-06-01  8:11     ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: luigi scarso @ 2011-06-01  8:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Jun 1, 2011 at 10:02 AM, Hans Hagen <pragma@wxs.nl> 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.
-- 
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Incomplete \iffalse ?
  2011-06-01  8:06   ` luigi scarso
@ 2011-06-01  8:11     ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2011-06-01  8:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 1-6-2011 10:06, luigi scarso wrote:
> On Wed, Jun 1, 2011 at 10:02 AM, Hans Hagen<pragma@wxs.nl>  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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-06-01  8:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-01  7:47 Incomplete \iffalse ? Steffen Wolfrum
2011-06-01  7:54 ` luigi scarso
2011-06-01  8:02 ` Hans Hagen
2011-06-01  8:06   ` luigi scarso
2011-06-01  8:11     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).