ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* setupfootnotes failing
@ 2011-09-21 14:10 Hans van der Meer
  2011-09-22  5:48 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Hans van der Meer @ 2011-09-21 14:10 UTC (permalink / raw)
  To: NTG ConTeXt

The following did work:
  \setupfootnotes[way=bychapter,rule=off,split=verystrict]

Now I get an error:
<to be read again> 
                   n
<argument> n
            ormal
\addaskedblankskip ...nce \blankskip #1\dimexpr #2
                                                  \relax 
l.8 }
     
\dovspacingyes ...#1\else \currentvspacing \fi ")}
                                                  \fi 
<to be read again> 
                   \placenoterule 
...
l.78 ...s[way=bychapter,rule=off,split=verystrict]

What did I miss?

Hans van der Meer

___________________________________________________________________________________
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: setupfootnotes failing
  2011-09-21 14:10 setupfootnotes failing Hans van der Meer
@ 2011-09-22  5:48 ` Wolfgang Schuster
  2011-09-22  6:13   ` Meer, H. van der
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2011-09-22  5:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 21.09.2011 um 16:10 schrieb Hans van der Meer:

> The following did work:
>  \setupfootnotes[way=bychapter,rule=off,split=verystrict]
> 
> Now I get an error:
> <to be read again> 
>                   n
> <argument> n
>            ormal
> \addaskedblankskip ...nce \blankskip #1\dimexpr #2
>                                                  \relax 
> l.8 }
> 
> \dovspacingyes ...#1\else \currentvspacing \fi ")}
>                                                  \fi 
> <to be read again> 
>                   \placenoterule 
> ...
> l.78 ...s[way=bychapter,rule=off,split=verystrict]
> 
> What did I miss?

A example!

Wolfgang
___________________________________________________________________________________
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: setupfootnotes failing
  2011-09-22  5:48 ` Wolfgang Schuster
@ 2011-09-22  6:13   ` Meer, H. van der
  2011-09-22 17:39     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Meer, H. van der @ 2011-09-22  6:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Here is your minimal example. 

\starttext
\setupblank[line] 
\setupfootnotes[way=bychapter,rule=off,split=verystrict]
Hello\crlf
\stoptext

The error is triggered by \setupblank[normal].

The manual lists as possibilities: normal, standard, line dimension big medium small fixed flexible.
Of these [blank] and [normal] trigger the error, the others not.

However, without the following \setupfootnotes there is no error from \setupblank[normal].

Hans van der Meer


On 22 sep. 2011, at 07:48, Wolfgang Schuster wrote:

> 
> Am 21.09.2011 um 16:10 schrieb Hans van der Meer:
> 
>> The following did work:
>> \setupfootnotes[way=bychapter,rule=off,split=verystrict]
>> 
>> Now I get an error:
>> <to be read again> 
>>                  n
>> <argument> n
>>           ormal
>> \addaskedblankskip ...nce \blankskip #1\dimexpr #2
>>                                                 \relax 
>> l.8 }
>> 
>> \dovspacingyes ...#1\else \currentvspacing \fi ")}
>>                                                 \fi 
>> <to be read again> 
>>                  \placenoterule 
>> ...
>> l.78 ...s[way=bychapter,rule=off,split=verystrict]
>> 
>> What did I miss?
> 
> A example!
> 
> Wolfgang

___________________________________________________________________________________
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: setupfootnotes failing
  2011-09-22  6:13   ` Meer, H. van der
@ 2011-09-22 17:39     ` Wolfgang Schuster
  2011-09-22 19:25       ` Meer, H. van der
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2011-09-22 17:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 22.09.2011 um 08:13 schrieb Meer, H. van der:

> Here is your minimal example. 
> 
> \starttext
> \setupblank[line] 
> \setupfootnotes[way=bychapter,rule=off,split=verystrict]
> Hello\crlf
> \stoptext
> 
> The error is triggered by \setupblank[normal].
> 
> The manual lists as possibilities: normal, standard, line dimension big medium small fixed flexible.
> Of these [blank] and [normal] trigger the error, the others not.
> 
> However, without the following \setupfootnotes there is no error from \setupblank[normal].

“normal” isn’t a valid parameter for \blank in MkIV, for a complete list
of valid argument look here: https://bitbucket.org/wolfs/commands/downloads

Wolfgang
___________________________________________________________________________________
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: setupfootnotes failing
  2011-09-22 17:39     ` Wolfgang Schuster
@ 2011-09-22 19:25       ` Meer, H. van der
  0 siblings, 0 replies; 5+ messages in thread
From: Meer, H. van der @ 2011-09-22 19:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks for the reply. I was relying on my printed out ConTeXt-manual. Of course that on dates back from 2001, but I do not know of a newer one. Your commands-download now sits on my desktop for easy reference!

Hans van der Meer

On 22 sep. 2011, at 19:39, Wolfgang Schuster wrote:

> 
> Am 22.09.2011 um 08:13 schrieb Meer, H. van der:
> 
>> Here is your minimal example. 
>> 
>> \starttext
>> \setupblank[line] 
>> \setupfootnotes[way=bychapter,rule=off,split=verystrict]
>> Hello\crlf
>> \stoptext
>> 
>> The error is triggered by \setupblank[normal].
>> 
>> The manual lists as possibilities: normal, standard, line dimension big medium small fixed flexible.
>> Of these [blank] and [normal] trigger the error, the others not.
>> 
>> However, without the following \setupfootnotes there is no error from \setupblank[normal].
> 
> “normal” isn’t a valid parameter for \blank in MkIV, for a complete list
> of valid argument look here: https://bitbucket.org/wolfs/commands/downloads
> 
> Wolfgang
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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-09-22 19:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-21 14:10 setupfootnotes failing Hans van der Meer
2011-09-22  5:48 ` Wolfgang Schuster
2011-09-22  6:13   ` Meer, H. van der
2011-09-22 17:39     ` Wolfgang Schuster
2011-09-22 19:25       ` Meer, H. van der

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).