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? Thanks
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
Thanks Wolfgang.
It was indeed a file problem. I opened and resaved the same files in Sublime text in place of Texshop
and ran context from the terminal. Everything's just fine know. So I guess Texshop added some extra invisible
character that made chapter start on a new page.
Le 19 mars 2014 à 12:48, Wolfgang Schuster
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 ___________________________________________________________________________________ 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 ___________________________________________________________________________________
participants (2)
-
Philippe Figon
-
Wolfgang Schuster