From Thomas.Fauster at physik.uni-erlangen.de Wed Jan 23 11:13:41 2008 From: Thomas.Fauster at physik.uni-erlangen.de (Prof. Dr. Thomas Fauster) Date: Wed, 23 Jan 2008 11:13:41 Subject: [VTeX] pgfpages Message-ID: Running beamer 3.07 and pgf 1.18 under VTeX/2 v 8.44d runs fine with pgfsys-vtex.def patched with three \immediate as discussed in this forum. However, handouts with 2 on 1 page as described in the beamer manual does not produce the expected result. The following example from the pgf manual does not work either: \documentclass[vtex]{article} \usepackage{pgfpages} \pgfpagesuselayout{2 on 1}[a4paper,landscape,border shrink=5mm] \begin{document} This text is shown on the left. \clearpage This text is shown on the right. \end{document} DVIPS works correctly, so the error seems to be in pgfsys-vtex.def. Any ideas? Does this occur also for VTeX on other systems? Thomas.