{powerdot} is a LaTeX class for making presentations.

learn more… | top users | synonyms

5
votes
1answer
268 views

What Beamer theme is used in Boyd's Convex Optimization slides?

I really like the theme that is used here: http://www.stanford.edu/~boyd/cvxbook/bv_cvxslides.pdf Can someone identify the name of the theme?
3
votes
0answers
142 views

powerdot/pstricks for local typesetting mode in Texpad iOS?

I use powerdot to typeset my presentations. Has anybody got experience with running powerdot/PStricks on the local (Ker)TeX environment coming with Texpad (local typesetting mode)? Is this possible, ...
2
votes
2answers
388 views

Clock with powerdot and beamer

I would like to use powerdot to compose a document. I want to have a clock in the pdf file, but it does not show. If I am using Beamer, then how can I have a clock as in powerdot? Please help me. ...
1
vote
1answer
104 views

controlling the figure in the top left corner with powerdot

I'm trying to change the width and the height of the figure appearing in the top left corner of a powerdot presentation with the default style. This is not achieved with the logocmd and logopos ...
2
votes
2answers
128 views

vertical spacing for itemize environment with powerdot

I'm trying to increase the vertical spacing in an itemize environment with the powerdot class. According to the powerdot documentation this is achieved by changing some parameters values in the ...
5
votes
1answer
71 views

verbatim environment does not work with powerdot

I'm trying to include a verbatim environment in a powerdot slide as follows, but that does not work: \documentclass{powerdot} \begin{document} \begin{slide}{title of the slide} \begin{itemize} ...
0
votes
0answers
119 views

Alter transition effect in powerdot presentations for only some slides [closed]

Is it possible to change the transition effect for only a few slides instead of all of them using the powerdot class in LaTeX. I want to set trans=Dissolve for 3 slides only (out of say 20) in my ...
2
votes
0answers
247 views

Include an image in title page using powerdot

I want to include an image at the center of the title page of my powerdot presentation. Incidentally, I want the same image to appear as a logo on all the other slides (positioned bottom centre), ...
1
vote
0answers
98 views

How can I do a pseudocode in a powerdot presentation? [closed]

I'm trying to write a pseudocode in a powerdot presentation. I used the commands \usepackage{algorithm} and \usepackage{algorithmic}, but they didn't work. Which package or what can I do to write a ...
0
votes
2answers
182 views

Why powerdot on Mac (MacTeX 2011) is giving me a shrunk dvi output?

I'm trying to use the powerdot class that comes with TeX Live 2011 on Mac OS X Lion (MacTex). I'm using the sample file from docs, powerdot-example.tex. On the command line, I use latex ...
5
votes
1answer
1k views

Replacing movie15 with media9 in powerdot presentations

Last year, I could make movie15 work in my powerdot presentations, through the dvi2ps ps2pdf route. I re-visited recently and could not get the movies (*.wma) to appear anymore. I spent the better ...
2
votes
1answer
248 views

Vertically centering text in powerdot, taking baseline into account

I have a powerdot style that includes the following slide definition: \pddefinetemplate[slide]{blackslide}{ titlepos={.05\slidewidth,.93\slideheight}, titlewidth=.9\slidewidth, ...
4
votes
1answer
527 views

Citing the initials of one author and the full names of other authors

In some academic circles, such as theoretical physics, during a presentation it is customary for the talking author to cite himself using only his initials, while leaving the remaining author names ...
0
votes
0answers
440 views

Powerdot \pause only works in Itemize or Enumerate, not Standard [closed]

With powerdot 1.4h, pdfTeX Version 3.1415926-1.40.10 (TeX Live 2009/Debian), Ubuntu 11.04 with powerdot.cls updated from CTAN, setting mode=present in document class options, how can \pause be used in ...
47
votes
9answers
3k views

Advantage of LaTeX presentations?

I've read that LaTeX can be used also for presentation, and that there are tools to make PDF presentations. But I'm wondering: since LaTeX is a typographic language made to separate content from ...
5
votes
1answer
405 views

Powerdot cannot be compiled under xelatex; how to solve it?

I use Tex Live 2011 and test a simple example: \documentclass{powerdot} \begin{document} \begin{slide}{a slide} Contents of the slide. \end{slide} \section{first section} \begin{slide}{another slide} ...
2
votes
2answers
830 views

Powerdot oddities

I have a couple of questions, When I run powerdot, my pdf file contains an extra page before title page with the word preamble of bottom left, how can I get rid of it? In addition to the style files ...
23
votes
4answers
5k views

Which package to use for presentations ? Beamer, Prosper, or Other

I have to prepare my slides in latex. A quick search came up with different packages. Before start preparing, I need your experiences. I do not want to regret after learning one as I did, learning vim ...
5
votes
1answer
745 views

Use of pdflatex with powerdot

I know that a document with pstricks code can be compiled with pdflatex -shell-escape using auto-pst-pdf so that one may enjoy the power of pstricks while using microtype at the same time. Can a ...
4
votes
2answers
319 views

Powerdot shrink text in figure caption

I am using the powerdot class to make my first presentation in LaTeX (LyX). I have a figure whose caption contains a lot of text. Currently the text rolls off the slide. I can manually change the font ...