Document Classesviewing \beamer: slides too small even with full screen

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
jelenaz
Posts: 5
Joined: Fri Oct 31, 2008 9:55 pm

viewing \beamer: slides too small even with full screen

Post by jelenaz »

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}
Attachments
lala.pdf
I am attaching the .pdf. .dvi looks the same.
(21.1 KiB) Downloaded 381 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

jelenaz
Posts: 5
Joined: Fri Oct 31, 2008 9:55 pm

Re: viewing \beamer: slides too small even with full screen

Post by jelenaz »

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
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

viewing \beamer: slides too small even with full screen

Post by Stefan Kottwitz »

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
LaTeX.org admin
jelenaz
Posts: 5
Joined: Fri Oct 31, 2008 9:55 pm

Re: viewing \beamer: slides too small even with full screen

Post by jelenaz »

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
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Re: viewing \beamer: slides too small even with full screen

Post by Stefan Kottwitz »

Hi Jelena,

please attach the .log file, perhaps we would find the cause by examining it.

Stefan
LaTeX.org admin
jelenaz
Posts: 5
Joined: Fri Oct 31, 2008 9:55 pm

Re: viewing \beamer: slides too small even with full screen

Post by jelenaz »

Thank you so much, I am infinitely grateful!

Attached is the log file.
Attachments
lala.log
(26.91 KiB) Downloaded 335 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Re: viewing \beamer: slides too small even with full screen

Post by Stefan Kottwitz »

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
LaTeX.org admin
jelenaz
Posts: 5
Joined: Fri Oct 31, 2008 9:55 pm

Re: viewing \beamer: slides too small even with full screen

Post by jelenaz »

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
vietdung
Posts: 1
Joined: Sun Mar 01, 2009 6:03 am

viewing \beamer: slides too small even with full screen

Post by vietdung »

jelenaz wrote: ...

It seems that PCTex does a poor job with beamer.

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.

Give it a try and you'll see. Cheers.

Nguyen Viet Dung
Post Reply