diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-19 00:55:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-19 00:55:19 +0000 |
commit | 002d8c84e1445960aeaef669f9199810cfbc2a12 (patch) | |
tree | 04396ae108cc51646058ec499b817156fcfba5b9 /Master/texmf-dist/tex/latex/beamer | |
parent | a84d32d2106e2d2b3ab27a78efaeeb6dd18ef04e (diff) |
avoid no-longer-defined \ifGm@compatii; from Vladimir Lomov, 16 Feb 2010 18:03:14, approved by Till
git-svn-id: svn://tug.org/texlive/trunk@17092 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty index 64105e3a4ef..f07dab62601 100644 --- a/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty +++ b/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty @@ -90,8 +90,10 @@ % % Fix for older versions of geometry -% -\ifx\ifGm@compatii\@undefined% +% We used to test \ifGm@compatii, +% but as of geometry v5.0, it is no longer provided. +% +\ifx\Gm@lmargin\@undefined \def\Gm@lmargin{\Geom@lmargin}\def\Gm@rmargin{\Geom@rmargin} \else \geometry{includeheadfoot} |