ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* tekst before \starttext?
@ 2013-04-16 17:56 Meer, H. van der
  2013-04-16 18:03 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Meer, H. van der @ 2013-04-16 17:56 UTC (permalink / raw)
  To: NTG ConTeXt


[-- Attachment #1.1: Type: text/plain, Size: 606 bytes --]

I thought that typesetting should start after \startext and that anything before it should be ignored.
That is indeed the case with the following input:

ABC
\starttext
CONTENT
\stoptext

But add a \setupbodyfont and suddenly the ABC appears:

\setupbodyfont[lmodern]
ABC
\starttext
CONTENT
\stoptext

Is this correct behaviour?
It is a nuisance because this phenomenon causes a spurious blank page appears in my book.
It might be a recently introduced because I did not experience this in the past.

ConTeXt  ver: 2013.04.16 12:08 MKIV beta  fmt: 2013.4.16

Hans van der Meer




[-- Attachment #1.2: Type: text/html, Size: 1406 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

* Re: tekst before \starttext?
  2013-04-16 17:56 tekst before \starttext? Meer, H. van der
@ 2013-04-16 18:03 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2013-04-16 18:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 16.04.2013 um 19:56 schrieb "Meer, H. van der" <H.vanderMeer@uva.nl>:

> I thought that typesetting should start after \startext and that anything before it should be ignored.
> That is indeed the case with the following input:
> 
> ABC
> \starttext
> CONTENT
> \stoptext
> 
> But add a \setupbodyfont and suddenly the ABC appears:
> 
> \setupbodyfont[lmodern]
> ABC
> \starttext
> CONTENT
> \stoptext
> 
> Is this correct behaviour? 
> It is a nuisance because this phenomenon causes a spurious blank page appears in my book.
> It might be a recently introduced because I did not experience this in the past.

There appears nothing in the first case because context delays font loading until \starttext
but when you add \setupbodyfont a font is loaded and text is no visible.

When you something in your document before \starttext which creates a blank page
something is wrong with a macro and you put something there which shouldn’t be there.

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

end of thread, other threads:[~2013-04-16 18:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-16 17:56 tekst before \starttext? Meer, H. van der
2013-04-16 18:03 ` 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).