Presentations and PostersGetting started

Beamer, Powerdot and KOMA-Script presentations, Conference posters (a0poster, baposter, tikzposter)
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Getting started

Post by templateuser »

Hullo. I usually use Word for posters (it was the template for my previous uni). I'm using Beamer for the first time and downloaded this template. But it doesn't compile.
I'm using TexMaker with 'Quick Build', and I get the error '! Undefined control sequence.' for

Code: Select all

\beamer@frameslide ...duration=}\thispdfpagelabel

{\insertframenumber } \xde...

l.315 \end{frame}

% End of the enclosing frame
If I compile Dvi->PS, it works. BUT the output is all over the place.

Is there something else that it is assumed that I have?

Thanks,

Tamsin

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Getting started

Post by Vel »

Hi Tamsin,

Welcome to LaTeX I'd recommend you update your packages (specifically the beamer package) and LaTeX distribution as that often fixes odd problems like this. You may have downloaded a light distribution which doesn't include every package you need or contains older versions. Good luck!

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Getting started

Post by Stefan Kottwitz »

That's actually a bug in beamer. You can quickly fix it by providing this missing command in your own preamble:

\providecommand\thispdfpagelabel[1]{}

\thispdfpagelabel is defined by hyperref but not under the settings which beamer used in your case. It is fixed in the newest version of beamer, so the best is to update beamer as Vel already suggested.

Stefan
LaTeX.org admin
Post Reply