[pstricks] pstricks and beamer
Herbert Voss
LaTeX at zedat.fu-berlin.de
Mon May 8 14:34:41 CEST 2006
Alex Dickson wrote:
> I'm writing a presentation using the Beamer package (and processing via
> pdfLaTeX), but would like to include some graphics using pstricks.
>
> Normally when one uses pstricks one has to process the doc through
> LaTeX, then dvi2ps then ps2pdf. However, when I do this with my beamer
> presentation the pdf is portrait and the slide ends up as a very small
> rectangle in the bottom left corner of the page. Also, the logo which
> you can include in the beamer presentation (with the
> \logo{\pgfuseimage{university-logo}} command) no longer displays.
is it a pdf image?
However, I cannot reproduce.
\listfiles
\documentclass[dvips]{beamer}
\usepackage[T1]{fontenc}
\usepackage{pstricks,pst-plot}
\begin{document}
\begin{pspicture}(-0.25,-0.25)(5,2.5)
\psaxes[linecolor=red]{->}(5,2.25)
\end{pspicture}
\end{document}
it is in landscape with
Herbert
More information about the PSTricks
mailing list