The figures are in .eps format. I use psfrag to put the formula I want instead of a tag but this is not directly compatible with pdflatex. pdflatex is however used for beamer presentations.
Example of a picture:
\PSforPDF{
\psfrag{x}[c][][0.8]{$x$}
\psfrag{h}[c][][0.8]{$h(x,t)$}
\includegraphics ...
Search found 2 matches
- Sun Mar 02, 2008 10:28 am
- Forum: MiKTeX and proTeXt
- Topic: Beamer + ps4pdf
- Replies: 2
- Views: 5113
- Sat Mar 01, 2008 6:49 pm
- Forum: MiKTeX and proTeXt
- Topic: Beamer + ps4pdf
- Replies: 2
- Views: 5113
Beamer + ps4pdf
Since I installed Miktex 2.7 I had the following problem when creating a Beamer presentation with pictures: Before I had to do the three steps:
latex %n
dvips -t a4 -P pdf -G0 -o %n-pics.ps %n.dvi
ps2pdf %n-pics.ps %n-pics.pdf
after which pdflatex would work fine.
The problem is that now, the %n ...
latex %n
dvips -t a4 -P pdf -G0 -o %n-pics.ps %n.dvi
ps2pdf %n-pics.ps %n-pics.pdf
after which pdflatex would work fine.
The problem is that now, the %n ...