diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-28 22:44:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-28 22:44:11 +0000 |
commit | a2293c42f429d632096ab53d7eea0d57210ec68c (patch) | |
tree | d864671c89a993133fb01d17d33b65fea79b9828 /Master/texmf-dist/tex/latex/beamer/beamerbasenotes.sty | |
parent | 3930d60080fdc89cfaf643df3e3f9827aec5cf94 (diff) |
beamer (27dec12)
git-svn-id: svn://tug.org/texlive/trunk@28646 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbasenotes.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/beamerbasenotes.sty | 9 |
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}% |