ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Blank at beginning of page
@ 2010-01-18 12:40 Philipp Gesang
  2010-01-19 11:01 ` Boštjan Vesnicer
  2010-01-19 11:41 ` Wolfgang Schuster
  0 siblings, 2 replies; 3+ messages in thread
From: Philipp Gesang @ 2010-01-18 12:40 UTC (permalink / raw)
  To: ntg-context

Hi,


being new to ConTeXt I'd have loads of questions but I'd like to start
with what puzzles me most: any \blank[] command that happens to be at
the beginning of a page seems to be ignored.  For instance in a document
as follows

\showframe
\starttext
\blank[5*big]
Some text.
\stoptext

the string "Some text." will be placed on the very top of the text
field, regardless of what \blank[]s precede it.  I read a good deal of
the documentation but couldn't make out the cause nor a workaround.
Right now I even consider to put headings inside a float or something
like that in order to make their [before=\blank[someblank]] option
effective.

Thanks in advance for any advice


Philipp
___________________________________________________________________________________
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] 3+ messages in thread

* Re: Blank at beginning of page
  2010-01-18 12:40 Blank at beginning of page Philipp Gesang
@ 2010-01-19 11:01 ` Boštjan Vesnicer
  2010-01-19 11:41 ` Wolfgang Schuster
  1 sibling, 0 replies; 3+ messages in thread
From: Boštjan Vesnicer @ 2010-01-19 11:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 18.1.2010 13:40, Philipp Gesang wrote:
> \showframe
> \starttext
> \blank[5*big]
> Some text.
> \stoptext
>    

\dontleavehmode
\blank[5*big]

See http://wiki.contextgarden.net/A_Very_Simple_Cover_Page for explanation.

Bostjan


___________________________________________________________________________________
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] 3+ messages in thread

* Re: Blank at beginning of page
  2010-01-18 12:40 Blank at beginning of page Philipp Gesang
  2010-01-19 11:01 ` Boštjan Vesnicer
@ 2010-01-19 11:41 ` Wolfgang Schuster
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2010-01-19 11:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 18.01.10 13:40, schrieb Philipp Gesang:
> Hi,
>
> being new to ConTeXt I'd have loads of questions but I'd like to start
> with what puzzles me most: any \blank[] command that happens to be at
> the beginning of a page seems to be ignored.  For instance in a document
> as follows
>
> \showframe
> \starttext
> \blank[5*big]
> Some text.
> \stoptext
>
> the string "Some text." will be placed on the very top of the text
> field, regardless of what \blank[]s precede it.  I read a good deal of
> the documentation but couldn't make out the cause nor a workaround.
\blank[force,5*big]
> Right now I even consider to put headings inside a float or something
> like that in order to make their [before=\blank[someblank]] option
> effective.
You need braces around the \blank command or you will get a error message.

[before={\blank[force,5*big]}]

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] 3+ messages in thread

end of thread, other threads:[~2010-01-19 11:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-18 12:40 Blank at beginning of page Philipp Gesang
2010-01-19 11:01 ` Boštjan Vesnicer
2010-01-19 11:41 ` Wolfgang Schuster

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