From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/81818 Path: news.gmane.org!not-for-mail From: "Meer, H. van der" Newsgroups: gmane.comp.tex.context Subject: tekst before \starttext? Date: Tue, 16 Apr 2013 17:56:53 +0000 Message-ID: <778AA424-06C5-4F29-B091-66F40A7C5CA1@uva.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1416827075==" X-Trace: ger.gmane.org 1366135019 11257 80.91.229.3 (16 Apr 2013 17:56:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Apr 2013 17:56:59 +0000 (UTC) To: NTG ConTeXt Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 16 19:57:03 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1USA7r-0004uo-DH for gctc-ntg-context-518@m.gmane.org; Tue, 16 Apr 2013 19:57:03 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C894D101F9; Tue, 16 Apr 2013 19:57:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9FCxIW5M1zCs; Tue, 16 Apr 2013 19:57:01 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id D84A1101EE; Tue, 16 Apr 2013 19:57:00 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E1100101EE for ; Tue, 16 Apr 2013 19:56:59 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Vl1maSwyCnfB for ; Tue, 16 Apr 2013 19:56:55 +0200 (CEST) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by balder.ntg.nl (Postfix) with ESMTP id 40153101E3 for ; Tue, 16 Apr 2013 19:56:55 +0200 (CEST) Original-Received: from HUB01.uva.nl (hub01.uva.nl [146.50.108.230]) by filter4-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r3GHusHe023154 for ; Tue, 16 Apr 2013 19:56:54 +0200 Original-Received: from MBX02.uva.nl ([169.254.2.121]) by HUB01.uva.nl ([2002:9232:6737::9232:6737]) with mapi id 14.02.0342.003; Tue, 16 Apr 2013 19:56:54 +0200 Thread-Topic: tekst before \starttext? Thread-Index: AQHOOsvHYhZX17pikkOUD2ai85DVBw== Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [82.95.102.36] X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=146.50.108.230; country=NL; region=07; city=Amsterdam; latitude=52.3500; longitude=4.9167; http://maps.google.com/maps?q=52.3500,4.9167&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0VJoFUSiR - 143594ae4263 - 20130416 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:81818 Archived-At: --===============1416827075== Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_778AA42406C54F29B09166F40A7C5CA1uvanl_" --_000_778AA42406C54F29B09166F40A7C5CA1uvanl_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I thought that typesetting should start after \startext and that anything b= efore 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 appea= rs 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 --_000_778AA42406C54F29B09166F40A7C5CA1uvanl_ Content-Type: text/html; charset="us-ascii" Content-ID: <7EFA673FB595E54EA29EDF334B17A77B@uva.nl> Content-Transfer-Encoding: quoted-printable I thought that typesetting should start after \startext and that anything b= efore it should be ignored.
That is indeed the case with the following input:

ABC
\starttext
CONTEN= T
\stoptext

But add a \setupbodyfont and suddenly the ABC appears:

\setupbodyfont[lmodern]
ABC
\starttext
CONTEN= T
\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&= nbsp; ver: 2013.04.16 12:08 MKIV beta  fmt: 2013.4.16

Hans van der Meer



--_000_778AA42406C54F29B09166F40A7C5CA1uvanl_-- --===============1416827075== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============1416827075==--