Am 18.03.2014 um 23:39 schrieb Philippe Figon
Hello to you all,
Forgive me if this is a newbie question, but I can't understand why when I try to compile this :
-------------------------------------- \environment simple-env \starttext \chapter{}
This is an example
\stoptext ----------------------------------------
with simple-env file containing only
----------------------------------------------------------------- \startenvironment simple-env \setuppagenumbering[alternative=doublesided] \setuphead [chapter] [page=right] \stopenvironment -----------------------------------------------------------------
The text only appears on page 3 and I can't never make start on page 1.
But if I try this :
---------------------------------------------------------------- \setuppagenumbering[alternative=doublesided] \setuphead [chapter] [page=right]
\starttext \chapter{}
This is an example
\stoptext
------------------------------
It starts on page 1 as wanted.
Is there something with the environment inclusion?
I can’t reproduce you problem. To say what’s wrong you have to provide more information. 1. Which version do you use? ConTeXt ver: 2014.03.16 19:58 MKIV beta fmt: 2014.3.19 int: english/english 2. Send us the test files (make a zip out of them) from your system because sometimes invisible characters are the cause for such problems. Wolfgang