*article-beamer.layout:

- override settings inherited from beamer.layout (patch from Paul Rubin <rubin@msu.edu>)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31012 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-08-13 16:09:50 +00:00
parent 27ef605061
commit 974c68ddb1
2 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,10 @@ Format 11
# Includes
Input beamer.layout
# override settings inherited from beamer.layout (Paul Rubin <rubin@msu.edu>)
Provides geometry 0
Provides hyperref 0
Preamble
\usepackage{beamerarticle,pgf}
% this default might be overridden by plain title style

View File

@ -174,6 +174,9 @@ What's new
- Enable the possibility to read documents from a path containing a
$-character (bug 4177).
- Enable document margin settings and hyperref settings in the
article (beamer) class.
* USER INTERFACE