ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Simpleslides question
       [not found]   ` <6faad9f00906240357l6a63d3d8seb20a551a20e8f0f@mail.gmail.com>
@ 2009-06-24 11:25     ` Vyatcheslav Yatskovsky
  2009-06-24 11:30       ` Simpleslides question 2 Vyatcheslav Yatskovsky
                         ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-06-24 11:25 UTC (permalink / raw)
  To: ntg-context

Hello,

Can I arrange *multiple* images per a page in specified positions (x,y) 
using simpleslides module?

Vyatcheslav


___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Simpleslides question 2
  2009-06-24 11:25     ` Simpleslides question Vyatcheslav Yatskovsky
@ 2009-06-24 11:30       ` Vyatcheslav Yatskovsky
  2009-06-24 11:58         ` Thomas A. Schmitz
  2009-06-24 11:31       ` Vyatcheslav Yatskovsky
                         ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-06-24 11:30 UTC (permalink / raw)
  To: ntg-context

And another question: how can setup a background *image* for all slides?

Vyatcheslav

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Simpleslides question 2
  2009-06-24 11:25     ` Simpleslides question Vyatcheslav Yatskovsky
  2009-06-24 11:30       ` Simpleslides question 2 Vyatcheslav Yatskovsky
@ 2009-06-24 11:31       ` Vyatcheslav Yatskovsky
  2009-06-24 11:51       ` Simpleslides question Thomas A. Schmitz
  2009-06-24 13:44       ` Aditya Mahajan
  3 siblings, 0 replies; 6+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-06-24 11:31 UTC (permalink / raw)
  To: ntg-context

And another question: how can setup a background *image* for all slides?

Vyatcheslav

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Simpleslides question
  2009-06-24 11:25     ` Simpleslides question Vyatcheslav Yatskovsky
  2009-06-24 11:30       ` Simpleslides question 2 Vyatcheslav Yatskovsky
  2009-06-24 11:31       ` Vyatcheslav Yatskovsky
@ 2009-06-24 11:51       ` Thomas A. Schmitz
  2009-06-24 13:44       ` Aditya Mahajan
  3 siblings, 0 replies; 6+ messages in thread
From: Thomas A. Schmitz @ 2009-06-24 11:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Jun 24, 2009, at 1:25 PM, Vyatcheslav Yatskovsky wrote:

> Hello,
>
> Can I arrange *multiple* images per a page in specified positions  
> (x,y) using simpleslides module?
>
> Vyatcheslav
>
Hi,

no, there is not yet code for this. I usually do it "by hand," but if  
this is something you need/use often, it would be relatively easy to  
provide a macro for it.

Rhomas
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Simpleslides question 2
  2009-06-24 11:30       ` Simpleslides question 2 Vyatcheslav Yatskovsky
@ 2009-06-24 11:58         ` Thomas A. Schmitz
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas A. Schmitz @ 2009-06-24 11:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Jun 24, 2009, at 1:30 PM, Vyatcheslav Yatskovsky wrote:

> And another question: how can setup a background *image* for all  
> slides?
>
> Vyatcheslav
>

The cleanest way would be to write your own "submodule." It's easy;  
maybe just use one of the existing simpleslides-s-XXX.tex files and  
modify it; replace the lines

\defineoverlay
   [simpleslides:background:horizontal]
   [\useMPgraphic{simpleslides:MP:horizontal}]

with

\defineoverlay
   [simpleslides:background:horizontal]
   [{\externalfigure[<your_figure>][width=...]}]

Last semester, for the presentations in my class, I had defined a  
macro that would randomly pick one out of 25 pictures for every slide.  
I can send you the code if you want.

Thomas
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Simpleslides question
  2009-06-24 11:25     ` Simpleslides question Vyatcheslav Yatskovsky
                         ` (2 preceding siblings ...)
  2009-06-24 11:51       ` Simpleslides question Thomas A. Schmitz
@ 2009-06-24 13:44       ` Aditya Mahajan
  3 siblings, 0 replies; 6+ messages in thread
From: Aditya Mahajan @ 2009-06-24 13:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, 24 Jun 2009, Vyatcheslav Yatskovsky wrote:

> Hello,
>
> Can I arrange *multiple* images per a page in specified positions (x,y) using 
> simpleslides module?

Can you elaborate? Do you want the same images to appear in all slides in 
the background (like a corporate design), or do you want to include 
multiple images on a single page, say two images side by side?

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2009-06-24 13:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <6faad9f00906240350g34a133a9ha9ffc33d5711fb25@mail.gmail.com>
     [not found] ` <4A420597.4020905@gmail.com>
     [not found]   ` <6faad9f00906240357l6a63d3d8seb20a551a20e8f0f@mail.gmail.com>
2009-06-24 11:25     ` Simpleslides question Vyatcheslav Yatskovsky
2009-06-24 11:30       ` Simpleslides question 2 Vyatcheslav Yatskovsky
2009-06-24 11:58         ` Thomas A. Schmitz
2009-06-24 11:31       ` Vyatcheslav Yatskovsky
2009-06-24 11:51       ` Simpleslides question Thomas A. Schmitz
2009-06-24 13:44       ` Aditya Mahajan

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