Document Classespossible conflict between beamer and memoir?

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
fvelde
Posts: 2
Joined: Fri Sep 17, 2010 11:21 pm

possible conflict between beamer and memoir?

Post by fvelde »

Hello,

for a while now I have been writing articles and preparing slides from the same main file, using the technique presented in section 21.2.2 of the Beamer manual, along with the memoir class.

I have been recently upgraded from MikTeX 2.6 to 2.8 and now problems arise.

Under v2.6, with memoir 2005/09/25 v1.618 and beamerarticle 2007/01/28 rcs-revision 1.6, the following code:

Code: Select all

\documentclass{memoir}
\usepackage[noxcolor]{beamerarticle}
\input null
compiles without problem (that is, I reach the * prompt).

Under 2.8, with memoir 2010/08/22 v3.6f and beamerarticle 2010/05/01 rcs-revision 7063f09e9019, the very same code results in the following log (edited for brevity):
This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8) (preloaded format=pdflatex 2010.9.16) 17 SEP 2010 16:31
entering extended mode
...
("C:\Program Files\MiKTeX 2.8\tex\latex\beamer\base\beamerbasetitle.sty"
Package: beamerbasetitle 2010/06/12 (rcs-revision 717e481ca47a)

! LaTeX Error: \titlepage undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.39 \providecommand\subsectionpage{}}
Any ideas?
Last edited by fvelde on Wed Sep 22, 2010 4:55 pm, edited 1 time in total.

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

fvelde
Posts: 2
Joined: Fri Sep 17, 2010 11:21 pm

Re: possible conflict between beamer and memoir?

Post by fvelde »

It turns out that beamerbasetitle.sty was missing a \providecommand for \titlepage. This should be fixed, I am told, within a few days. Problem solved.
Post Reply