mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-12 11:32:21 +00:00
Beamer provides [x]color (#8103)
This commit is contained in:
parent
c97f75da03
commit
9b9145432f
@ -10,6 +10,8 @@ Input beamer.layout
|
|||||||
# override settings inherited from beamer.layout (Paul Rubin <rubin@msu.edu>)
|
# override settings inherited from beamer.layout (Paul Rubin <rubin@msu.edu>)
|
||||||
Provides geometry 0
|
Provides geometry 0
|
||||||
Provides hyperref 0
|
Provides hyperref 0
|
||||||
|
Provides color 0
|
||||||
|
Provides xcolor 0
|
||||||
|
|
||||||
Preamble
|
Preamble
|
||||||
\usepackage{beamerarticle,pgf}
|
\usepackage{beamerarticle,pgf}
|
||||||
|
@ -18,6 +18,8 @@ TocDepth 2
|
|||||||
DefaultStyle Standard
|
DefaultStyle Standard
|
||||||
Provides hyperref 1
|
Provides hyperref 1
|
||||||
Provides geometry 1
|
Provides geometry 1
|
||||||
|
Provides color 1
|
||||||
|
Provides xcolor 1
|
||||||
|
|
||||||
DefaultFont
|
DefaultFont
|
||||||
Family Sans
|
Family Sans
|
||||||
|
@ -10,6 +10,8 @@ Input beamer.layout
|
|||||||
# override settings inherited from beamer.layout
|
# override settings inherited from beamer.layout
|
||||||
Provides geometry 0
|
Provides geometry 0
|
||||||
Provides hyperref 0
|
Provides hyperref 0
|
||||||
|
Provides color 0
|
||||||
|
Provides xcolor 0
|
||||||
|
|
||||||
Preamble
|
Preamble
|
||||||
\usepackage{beamerarticle,pgf}
|
\usepackage{beamerarticle,pgf}
|
||||||
|
@ -147,6 +147,9 @@ What's new
|
|||||||
- Fix failure of lyxknitr.R to move files when /tmp was on a different
|
- Fix failure of lyxknitr.R to move files when /tmp was on a different
|
||||||
file system (e.g. an encrypted home partition).
|
file system (e.g. an encrypted home partition).
|
||||||
|
|
||||||
|
- Do not load the color or xcolor package with the beamer class, since
|
||||||
|
beamer already loads it itself (bug 8103).
|
||||||
|
|
||||||
- Do not suppress the loading of geometry and hyperref if the class
|
- Do not suppress the loading of geometry and hyperref if the class
|
||||||
"article (koma + beamer)".
|
"article (koma + beamer)".
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user