ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Blank page
@ 2014-03-18 22:39 Philippe Figon
  2014-03-19 11:48 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Figon @ 2014-03-18 22:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
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 page
  2014-03-18 22:39 Blank page Philippe Figon
@ 2014-03-19 11:48 ` Wolfgang Schuster
  2014-03-19 13:53   ` Philippe Figon
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2014-03-19 11:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 18.03.2014 um 23:39 schrieb Philippe Figon <philippe.figon@gmail.com>:

> 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Blank page
  2014-03-19 11:48 ` Wolfgang Schuster
@ 2014-03-19 13:53   ` Philippe Figon
  0 siblings, 0 replies; 3+ messages in thread
From: Philippe Figon @ 2014-03-19 13:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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 <schuster.wolfgang@gmail.com> a écrit :

> 
> Am 18.03.2014 um 23:39 schrieb Philippe Figon <philippe.figon@gmail.com>:
> 
>> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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:[~2014-03-19 13:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-18 22:39 Blank page Philippe Figon
2014-03-19 11:48 ` Wolfgang Schuster
2014-03-19 13:53   ` Philippe Figon

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