Re: [NTG-context] handouts blank

2011-05-10 Thread Otared Kavian
On 9 mai 2011, at 22:31, Aditya Mahajan wrote:

 […]
 
 Was already present at
 
 http://wiki.contextgarden.net/Presentations#Post_Processing_Presentation
 
 I think that the new page can be deleted. Do you agree?
 
 Aditya

Dear Aditya,

I am sorry for having overlooked that page: indeed the page 
http://wiki.contextgarden.net/handout
is just a repetition of 
http://wiki.contextgarden.net/Presentations#Post_Processing_Presentation
and as such can be deleted, as you suggest. However, I couldn't find a way to 
delete the page about « handout ». Also, when searching the word « handout » on 
the wiki, I didn't find anythind and that's why I added the page about it.

Best regards: OK
___
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
___


Re: [NTG-context] handouts blank

2011-05-09 Thread Aditya Mahajan

On Mon, 2 May 2011, Otared Kavian wrote:


Hi Adam,

I tested your code both with mkii and mkiv, and everything seems to work 
correctly, both with frame= on or off.
As a matter of fact, I learned from the piece of your code

\setuppapersize
[A4][A4] % or [A4,landscape][A4,landscape]

\setuplayout
[header=0pt,footer=1cm,backspace=1cm,topspace=1cm,width=middle,height=middle]

\setupfootertexts
[presentation---\currentdate\space---\space\pagenumber]

\starttext
\combinepages[slides][nx=2,ny=3,frame=on]
% or
%  \combinepages[slides.pdf][nx=2,ny=3,frame=on]
\stoptext

that independently of the SimpleSlides module one can combine any PDF file in a 
handout… Thanks very much!
I added on the wiki a page for this:
http://wiki.contextgarden.net/handout


Was already present at

http://wiki.contextgarden.net/Presentations#Post_Processing_Presentation

I think that the new page can be deleted. Do you agree?

Aditya___
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
___

Re: [NTG-context] handouts blank

2011-05-02 Thread Otared Kavian
Hi Adam,

I tested your code both with mkii and mkiv, and everything seems to work 
correctly, both with frame= on or off.
As a matter of fact, I learned from the piece of your code

\setuppapersize
 [A4][A4] % or [A4,landscape][A4,landscape]

\setuplayout
 [header=0pt,footer=1cm,backspace=1cm,topspace=1cm,width=middle,height=middle]

\setupfootertexts
 [presentation---\currentdate\space---\space\pagenumber]

\starttext
 \combinepages[slides][nx=2,ny=3,frame=on]
% or
%  \combinepages[slides.pdf][nx=2,ny=3,frame=on]
\stoptext

that independently of the SimpleSlides module one can combine any PDF file in a 
handout… Thanks very much! 
I added on the wiki a page for this:
http://wiki.contextgarden.net/handout

Best regards: OK

On 1 mai 2011, at 22:45, Reviczky, Adam wrote:

 I'm trying to make some (mkiv) handouts from my simpleslides presentation.
 Unfortunately the resulting pdf is blank for the slides, no frames either. 
 Can someone give me an example that works?
 
 So I just ran tested it with mkii, and there it works.
 Is there any mkiv way for doing a handout?
 
 Adam
 ___
 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
 ___

%%
Otared Kavian
Département de Mathématiques
Université de Versailles Saint-Quentin
Bâtiment Fermat
45 avenue des Etats Unis
78035 Versailles cedex

Téléphone: +33 1 39 25 46 42
Secrétariat: +33 1 39 25 46 44 
Secrétariat: +33 1 39 25 46 46

e-mail: otared.kav...@math.uvsq.fr




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

Re: [NTG-context] handouts blank

2011-05-02 Thread Reviczky, Adam
 I tested your code both with mkii and mkiv, and everything seems to work 
 correctly, both with frame= on or off.

What version of context/luatex do you use?
I suspect its a problem in luatex, but I have to experiment with it more.

I'm using context beta 2011.04.24 with luatex svn rev 4232, but I'm updating to 
the latest to test it again.

Adam
___
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
___


Re: [NTG-context] handouts blank

2011-05-02 Thread Otared Kavian
Hi Adam,

Sorry for not having indicated the versions…
Here they are:
mkiv: ConTeXt  ver: 2011.04.30 17:02 MKIV, LuaTeX version: This is LuaTeX, 
Version beta-0.66.0-2011041318 (rev 4144)

mkii: ConTeXt  ver: 2011.04.30 17:02 MKII

All this on Mac OS X 10.6.7, using the Minimals.

Best regards: OK

On 2 mai 2011, at 17:19, Reviczky, Adam wrote:

 I tested your code both with mkii and mkiv, and everything seems to work 
 correctly, both with frame= on or off.
 
 What version of context/luatex do you use?
 I suspect its a problem in luatex, but I have to experiment with it more.
 
 I'm using context beta 2011.04.24 with luatex svn rev 4232, but I'm updating 
 to the latest to test it again.
 
 Adam
 ___
 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
 ___

%%
Otared Kavian
Département de Mathématiques
Université de Versailles Saint-Quentin
Bâtiment Fermat
45 avenue des Etats Unis
78035 Versailles cedex

Téléphone: +33 1 39 25 46 42
Secrétariat: +33 1 39 25 46 44 
Secrétariat: +33 1 39 25 46 46

e-mail: otared.kav...@math.uvsq.fr




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


Re: [NTG-context] handouts blank

2011-05-02 Thread Reviczky, Adam
Upgrading to the latest context beta (2011.05.01) solved the problem.

Adam
___
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
___


Re: [NTG-context] handouts blank

2011-05-02 Thread Otared Kavian

On 2 mai 2011, at 19:44, Reviczky, Adam wrote:

 Upgrading to the latest context beta (2011.05.01) solved the problem.
 
 Adam

Nice to know this!

Best regards: OK
___
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
___


Re: [NTG-context] handouts blank

2011-05-01 Thread Reviczky, Adam
 I'm trying to make some (mkiv) handouts from my simpleslides presentation.
 Unfortunately the resulting pdf is blank for the slides, no frames either. 
 Can someone give me an example that works?

So I just ran tested it with mkii, and there it works.
Is there any mkiv way for doing a handout?

Adam
___
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
___