summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamer/beamerbasenotes.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbasenotes.sty')
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbasenotes.sty9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasenotes.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasenotes.sty
index 61a94aaaaf0..3815495ac26 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbasenotes.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbasenotes.sty
@@ -8,7 +8,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasenotes.sty,v efa082c6111d 2010/05/01 11:27:03 rivanvx $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasenotes.sty,v 1686da3db3c9 2012/12/19 12:35:18 nicolas $
\mode
<presentation>
@@ -138,7 +138,8 @@
\def\beamer@framenotesend
{% at end of slide
- \global\setbox\beamer@frameboxcopy=\copy\beamer@framebox%
+ \global\setbox\beamer@frameboxcopy
+ =\hbox{\leaders\copy\beamer@framebox\hskip\wd\beamer@framebox}
\ifx\beamer@noteitems\@empty%
\ifx\beamer@notes\@empty%
% possibly suppress this slide
@@ -196,10 +197,10 @@
\newcommand{\insertslideintonotes}[1]{{%
\begin{pgfpicture}{0cm}{0cm}{#1\paperwidth}{#1\paperheight}
\begin{pgflowlevelscope}{\pgftransformscale{#1}}%
- \color[gray]{0.8}
+ \color{normal text.bg}
\pgfpathrectangle{\pgfpointorigin}{\pgfpoint{\paperwidth}{\paperheight}}
\pgfusepath{fill}
- \color{black}
+ \color{normal text.fg}
{\pgftransformshift{\pgfpoint{\beamer@origlmargin}{\footheight}}\pgftext[left,bottom]{\copy\beamer@frameboxcopy}}
\end{pgflowlevelscope}
\end{pgfpicture}%