Correct default font of beamer article layouts

Fixes: #9977
This commit is contained in:
Juergen Spitzmueller 2016-08-04 10:27:10 +02:00
parent 50162ebb1e
commit fe117aa7db
3 changed files with 17 additions and 2 deletions

View File

@ -12,6 +12,14 @@ Input beamer.layout
Provides geometry 0
Provides hyperref 0
DefaultFont
Family Roman
Series Medium
Shape Up
Size Normal
Color None
EndFont
Preamble
\usepackage{beamerarticle,pgf}
% this default might be overridden by plain title style

View File

@ -12,6 +12,14 @@ Input beamer.layout
Provides geometry 0
Provides hyperref 0
DefaultFont
Family Roman
Series Medium
Shape Up
Size Normal
Color None
EndFont
Preamble
\usepackage{beamerarticle,pgf}
% this default might be overridden by plain title style

View File

@ -76,8 +76,7 @@ What's new
- Keep leading whitespace when converting local layout.
* USER INTERFACE
- Correct default font of beamer article layouts (bug 9977).
* INTERNALS