ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \blank
@ 2009-09-20 11:03 Wolfgang Schuster
  2009-09-20 16:47 ` \blank Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2009-09-20 11:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

the following examples did not give the expected results in mkiv.

1. Whitespace at the top of the page is ignored

\starttext
\blank[force,3cm]
text
\stoptext

2. Unbreakable whitespace is not possible.

\doifmode{mkii}{\defineblankmethod[nobreak]{\penalty10000}}
\starttext
\dontleavehmode\vskip.95\textheight
\doifmode{mkii}{text\endgraf\blank[nobreak,line]text}
\doifmode{mkiv}{text\endgraf\blank[samepage,line]text}
\stoptext

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: \blank
  2009-09-20 11:03 \blank Wolfgang Schuster
@ 2009-09-20 16:47 ` Hans Hagen
  2009-09-20 18:51   ` \blank Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2009-09-20 16:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Schuster wrote:
> Hi,
> 
> the following examples did not give the expected results in mkiv.
> 
> 1. Whitespace at the top of the page is ignored
> 
> \starttext
> \blank[force,3cm]
> text
> \stoptext
> 
> 2. Unbreakable whitespace is not possible.
> 
> \doifmode{mkii}{\defineblankmethod[nobreak]{\penalty10000}}
> \starttext
> \dontleavehmode\vskip.95\textheight
> \doifmode{mkii}{text\endgraf\blank[nobreak,line]text}
> \doifmode{mkiv}{text\endgraf\blank[samepage,line]text}
> \stoptext

i'll make a beta for you (at the usual spot); beware; som eexperimental 
grid snapping so don't enable that

i will redo the vspacing once we have a few more things in place in luatex

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: \blank
  2009-09-20 16:47 ` \blank Hans Hagen
@ 2009-09-20 18:51   ` Wolfgang Schuster
  2009-09-20 21:43     ` \blank Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2009-09-20 18:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 20.09.2009 um 18:47 schrieb Hans Hagen:

>> the following examples did not give the expected results in mkiv.
>> 1. Whitespace at the top of the page is ignored
>> \starttext
>> \blank[force,3cm]
>> text
>> \stoptext
>> 2. Unbreakable whitespace is not possible.
>> \doifmode{mkii}{\defineblankmethod[nobreak]{\penalty10000}}
>> \starttext
>> \dontleavehmode\vskip.95\textheight
>> \doifmode{mkii}{text\endgraf\blank[nobreak,line]text}
>> \doifmode{mkiv}{text\endgraf\blank[samepage,line]text}
>> \stoptext
>
> i'll make a beta for you (at the usual spot); beware; som  
> eexperimental grid snapping so don't enable that

the second example works now but the first is still wrong

i saw also you dropped the \nowhitespace command, can you bring it  
back or
what is the recommended way to replace it, e.g. in a case like this  
where \engraf
is hidden in internal macros it was perfect to suppress the whitespace

\setupwhitespace[line]
\starttext
line 1\endgraf\nowhitespace % no distance between the lines
line 2\endgraf              % normal distance between the lines
line 3
\stoptext

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: \blank
  2009-09-20 18:51   ` \blank Wolfgang Schuster
@ 2009-09-20 21:43     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2009-09-20 21:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Schuster wrote:
> 
> Am 20.09.2009 um 18:47 schrieb Hans Hagen:
> 
>>> the following examples did not give the expected results in mkiv.
>>> 1. Whitespace at the top of the page is ignored
>>> \starttext
>>> \blank[force,3cm]
>>> text
>>> \stoptext
>>> 2. Unbreakable whitespace is not possible.
>>> \doifmode{mkii}{\defineblankmethod[nobreak]{\penalty10000}}
>>> \starttext
>>> \dontleavehmode\vskip.95\textheight
>>> \doifmode{mkii}{text\endgraf\blank[nobreak,line]text}
>>> \doifmode{mkiv}{text\endgraf\blank[samepage,line]text}
>>> \stoptext
>>
>> i'll make a beta for you (at the usual spot); beware; som 
>> eexperimental grid snapping so don't enable that
> 
> the second example works now but the first is still wrong
> 
> i saw also you dropped the \nowhitespace command, can you bring it back or
> what is the recommended way to replace it, e.g. in a case like this 
> where \engraf
> is hidden in internal macros it was perfect to suppress the whitespace
> 
> \setupwhitespace[line]
> \starttext
> line 1\endgraf\nowhitespace % no distance between the lines
> line 2\endgraf              % normal distance between the lines
> line 3
> \stoptext

i'll make you a new beta tomorrow morning

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2009-09-20 21:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-20 11:03 \blank Wolfgang Schuster
2009-09-20 16:47 ` \blank Hans Hagen
2009-09-20 18:51   ` \blank Wolfgang Schuster
2009-09-20 21:43     ` \blank 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).