Carlos | 6 Feb 2011 17:44
Picon

PDForPS equivalent?

I am trying to migrate from Prosper to Powerdot. However, I can't seem to find a way to do what \PDForPS did under Prosper.

I use slides for teaching, and some slides have many overlays including nccurves which appear only in one overlay each (pointing arrows and the like). If I use mode=print, all those curves show up and clutter the slide, which is then unreadable. With Prosper, I just used \PDForPS{here with nccurves}{here without} to produce nice slides with curves but a printable version with only one page per slide, without the curves. How can I do this with PowerDot? For example, is there a command specifying content which will be completely ignored in print mode?

Carlos

Carsten Vogel | 6 Feb 2011 18:20
Picon

Re: PDForPS equivalent?

Am 06.02.2011 17:44, schrieb Carlos:
> I am trying to migrate from Prosper to Powerdot. However, I can't seem
> to find a way to do what \PDForPS did under Prosper.

Why not print simply that mode=presentation? usually thats not wanted in 
order to keep the pagenumber low.

I use mode/handout. Since you can control this behaviour you could 
define an own option to use.

e.g. I use a "Layout/draft" option to control the visual appearance of 
guides and rulers in order to create balances slides. Those lines are 
orange and show up the basic grid and references to the frameing elements.

in my .sty it looks like:
\newboolean{Layout}
\setboolean{Layout}{false} %Zuweisung
\DeclareOption{draft}{%
	\setboolean{Layout}{true}
	\typeout{(II) powerdot-WGM: 'draft'-option received, showing layout 
details in warning-color.}
}
\ProcessOptions\relax

and further more (the drawing of the lines) basically using \ifthenelse

\ifthenelse{\boolean{Layout}}{%
\psline[style=Layout,linewidth=.5mm](\TextX,\TextY)(\TextX,\TextYUnten)
% ...
\psline[style=Layout](0,\TitelY)(\slidewidth,\TitelY)
}
{}%ifthenelse:layout

this should work as a switch in .tex, too. So select the printable part 
of the graphics.

Carlos | 6 Feb 2011 19:07
Picon

Re: PDForPS equivalent?

Nice solution! I got your drift, added an "extras" boolean set to true in my .sty and a noextras option which sets it to false; then defined an \SlideorHandout{}{} newcommand and can simply import my old prosper slides. It works. Herzlichen Dank ;-)

On Sun, Feb 6, 2011 at 6:20 PM, Carsten Vogel <lego <at> wh10.tu-dresden.de> wrote:
Am 06.02.2011 17:44, schrieb Carlos:

I am trying to migrate from Prosper to Powerdot. However, I can't seem
to find a way to do what \PDForPS did under Prosper.

Why not print simply that mode=presentation? usually thats not wanted in order to keep the pagenumber low.


I use mode/handout. Since you can control this behaviour you could define an own option to use.

e.g. I use a "Layout/draft" option to control the visual appearance of guides and rulers in order to create balances slides. Those lines are orange and show up the basic grid and references to the frameing elements.

in my .sty it looks like:
\newboolean{Layout}
\setboolean{Layout}{false} %Zuweisung
\DeclareOption{draft}{%
       \setboolean{Layout}{true}
       \typeout{(II) powerdot-WGM: 'draft'-option received, showing layout details in warning-color.}
}
\ProcessOptions\relax

and further more (the drawing of the lines) basically using \ifthenelse


\ifthenelse{\boolean{Layout}}{%
\psline[style=Layout,linewidth=.5mm](\TextX,\TextY)(\TextX,\TextYUnten)
% ...
\psline[style=Layout](0,\TitelY)(\slidewidth,\TitelY)
}
{}%ifthenelse:layout

this should work as a switch in .tex, too. So select the printable part of the graphics.




Luis Sequeira | 7 Feb 2011 11:41
Picon

Re: PDForPS equivalent?


On Feb 6, 2011, at 4:44 PM, Carlos wrote:

> I am trying to migrate from Prosper to Powerdot. However, I can't seem to find a way to do what \PDForPS did
under Prosper.
> 
> I use slides for teaching, and some slides have many overlays including nccurves which appear only in one
overlay each (pointing arrows and the like). If I use mode=print, all those curves show up and clutter the
slide, which is then unreadable. With Prosper, I just used \PDForPS{here with nccurves}{here without}
to produce nice slides with curves but a printable version with only one page per slide, without the
curves. How can I do this with PowerDot? For example, is there a command specifying content which will be
completely ignored in print mode?
> 
> Carlos
> 

With powerdot I see very little reason to use mode=print, since mode=handout is much more useful.

Anyway, the answer to your question is quite simple: powerdot has the command \pdifsetup precisely for
that. 

So you can do, for example 

     \pdifsetup{present}{with}{without}

Luis Sequeira

Kulkarni Shantanu | 23 Feb 2011 00:52

powerdot style gallery

Hi,
I didn't find a style gallery for powerdot, so I created one. This was
done with a quick perl script and some vi power. I will improve the page
when I get some time. Meanwhile, please check,

http://www.shantanukulkarni.org/powerdot/pdgallery.html

Style gallery is a one stop showcase of all the styles and palettes
available in powerdot. This makes it easy to choose required style and
palette.

Comments welcome.

Thanks,
Shantanu
--

-- 

Shinichi Sakata | 23 Feb 2011 17:49
X-Face
Picon

Re: powerdot style gallery

Thanks, Shantanu! The gallery is very useful.

  Shinichi

From: Kulkarni Shantanu <ml <at> lists.shantanukulkarni.org>
Subject: [powerdot] powerdot style gallery
Date: Wed, 23 Feb 2011 05:22:50 +0530

> Hi,
> I didn't find a style gallery for powerdot, so I created one. This was
> done with a quick perl script and some vi power. I will improve the page
> when I get some time. Meanwhile, please check,
> 
> http://www.shantanukulkarni.org/powerdot/pdgallery.html
> 
> Style gallery is a one stop showcase of all the styles and palettes
> available in powerdot. This makes it easy to choose required style and
> palette.
> 
> Comments welcome.
> 
> Thanks,
> Shantanu
> -- 
> 
> 

Sven Garbade | 23 Feb 2011 18:16

Re: powerdot style gallery

Very nice, thanks. Maybe it's helpful when you add a link to your tex-template.

Regards, Sven

2011/2/23 Shinichi Sakata <shinichi.sakata <at> gmail.com>:
> Thanks, Shantanu! The gallery is very useful.
>
>  Shinichi
>
> From: Kulkarni Shantanu <ml <at> lists.shantanukulkarni.org>
> Subject: [powerdot] powerdot style gallery
> Date: Wed, 23 Feb 2011 05:22:50 +0530
>
>> Hi,
>> I didn't find a style gallery for powerdot, so I created one. This was
>> done with a quick perl script and some vi power. I will improve the page
>> when I get some time. Meanwhile, please check,
>>
>> http://www.shantanukulkarni.org/powerdot/pdgallery.html
>>
>> Style gallery is a one stop showcase of all the styles and palettes
>> available in powerdot. This makes it easy to choose required style and
>> palette.
>>
>> Comments welcome.
>>
>> Thanks,
>> Shantanu
>> --
>>
>>
>
>


Gmane