Document Classes ⇒ viewing \beamer: slides too small even with full screen
viewing \beamer: slides too small even with full screen
Hi,
I greatly appreciate any help, since I've been at this for hours.
I used simple code to create a sample beamer presentation with PCTex, but it turns out too small in both DVI and PDF . When I view it in full screen mode in PDF, it's still too small.
I tried several things.. setting pdf to fullscreen.. It seems to me that PCTex sees the slides as larger than they are.. Not sure.
I used code from a friend (for whom it works) and example code I found online. Both have the same problem. Below is the example code from online.
Please help!
\documentclass{beamer}
\usepackage{beamerthemesplit}
\title{Example Presentation Created with the Beamer Package}
\author{Till Tantau}
\date{\today}
\begin{document}
\frame{\titlepage}
\section[Outline]{}
\frame{\tableofcontents}
\section{Introduction}
\subsection{Overview of the Beamer Class}
\frame
{
\frametitle{Features of the Beamer Class}
\begin{itemize}
\item<1-> Normal LaTeX class.
\end{itemize}
}
\end{document}
I greatly appreciate any help, since I've been at this for hours.
I used simple code to create a sample beamer presentation with PCTex, but it turns out too small in both DVI and PDF . When I view it in full screen mode in PDF, it's still too small.
I tried several things.. setting pdf to fullscreen.. It seems to me that PCTex sees the slides as larger than they are.. Not sure.
I used code from a friend (for whom it works) and example code I found online. Both have the same problem. Below is the example code from online.
Please help!
\documentclass{beamer}
\usepackage{beamerthemesplit}
\title{Example Presentation Created with the Beamer Package}
\author{Till Tantau}
\date{\today}
\begin{document}
\frame{\titlepage}
\section[Outline]{}
\frame{\tableofcontents}
\section{Introduction}
\subsection{Overview of the Beamer Class}
\frame
{
\frametitle{Features of the Beamer Class}
\begin{itemize}
\item<1-> Normal LaTeX class.
\end{itemize}
}
\end{document}
- Attachments
-
- lala.pdf
- I am attaching the .pdf. .dvi looks the same.
- (21.1 KiB) Downloaded 386 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: viewing \beamer: slides too small even with full screen
Hi,
I just wanted to add that the same thing happens if I use the .tex files provided as examples for the /beamer presentations within the package. They are again, too small. What do I do?
Thanks so much,
Jelena
I just wanted to add that the same thing happens if I use the .tex files provided as examples for the /beamer presentations within the package. They are again, too small. What do I do?
Thanks so much,
Jelena
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
viewing \beamer: slides too small even with full screen
Hi jelenaz,
welcome to the board!
This document looks well for me. I compiled it with latex and pdflatex and the size of the slides was correct. You could try this approach: Paper sizes with pdfTeX.
Stefan
welcome to the board!
This document looks well for me. I compiled it with latex and pdflatex and the size of the slides was correct. You could try this approach: Paper sizes with pdfTeX.
Stefan
LaTeX.org admin
Re: viewing \beamer: slides too small even with full screen
Hi Stefan and others,
Unfortunately, this doesn't help - the command recommended by Stefan is completely ignored. I tried putting it in several places, but it hasn't helped.
I am desperate. I've also uninstalled and re-installed the package, and this didn't help either.
Do you have another suggestion? I greatly appreciate it!
Jelena
Unfortunately, this doesn't help - the command recommended by Stefan is completely ignored. I tried putting it in several places, but it hasn't helped.
I am desperate. I've also uninstalled and re-installed the package, and this didn't help either.

Do you have another suggestion? I greatly appreciate it!
Jelena
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: viewing \beamer: slides too small even with full screen
Hi Jelena,
please attach the .log file, perhaps we would find the cause by examining it.
Stefan
please attach the .log file, perhaps we would find the cause by examining it.
Stefan
LaTeX.org admin
Re: viewing \beamer: slides too small even with full screen
Thank you so much, I am infinitely grateful!
Attached is the log file.
Attached is the log file.
- Attachments
-
- lala.log
- (26.91 KiB) Downloaded 339 times
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: viewing \beamer: slides too small even with full screen
I've compared your log and my log file, geometry parameters and page layout dimensions and switches are exactly the same, if I use pdflatex or latex. Is it possible for you to use pdflatex, to compile directly to pdf instead of using dvi, ps ?
Stefan
Stefan
LaTeX.org admin
Re: viewing \beamer: slides too small even with full screen
Hi Stefan and everyone,
I have resolved my problem by installing MikTex and compiling in WinEdt. The presentation compiled fine using WinEdt.
It seems that PCTex does a poor job with beamer.
Thanks for your help Stefan!!
Jelena
I have resolved my problem by installing MikTex and compiling in WinEdt. The presentation compiled fine using WinEdt.
It seems that PCTex does a poor job with beamer.
Thanks for your help Stefan!!
Jelena
viewing \beamer: slides too small even with full screen
No, I don't think so. Everything works well with PCTeX V6. First I had the same experience like all of you. Reading carefully the instructions of PCTeX I found out that before doing typeset the source file, at the combo box on the taskbar we have to choose PDF instead of DVI.jelenaz wrote: ...
It seems that PCTex does a poor job with beamer.
Give it a try and you'll see. Cheers.
Nguyen Viet Dung