Document Classes ⇒ viewing \beamer: slides too small even with full screen
viewing \beamer: slides too small even with full screen
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 381 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: viewing \beamer: slides too small even with full screen
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: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
viewing \beamer: slides too small even with full screen
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
Re: viewing \beamer: slides too small even with full screen
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: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: viewing \beamer: slides too small even with full screen
please attach the .log file, perhaps we would find the cause by examining it.
Stefan
Re: viewing \beamer: slides too small even with full screen
Attached is the log file.
- Attachments
-
- lala.log
- (26.91 KiB) Downloaded 335 times
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: viewing \beamer: slides too small even with full screen
Stefan
Re: viewing \beamer: slides too small even with full screen
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