summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/plain
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-21 23:09:30 +0000
committerKarl Berry <karl@freefriends.org>2012-03-21 23:09:30 +0000
commit09ea5e9ef5909ec8198759710d1a292dea755378 (patch)
tree6856b36073b719cf68ee032fd483cff73649f4d5 /Master/texmf-dist/tex/plain
parent0805f3adc5af8acfc76aac5715dc6e040e1af133 (diff)
present 2.1 (21mar12)
git-svn-id: svn://tug.org/texlive/trunk@25720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/plain')
-rw-r--r--Master/texmf-dist/tex/plain/present/present.tex11
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/plain/present/present.tex b/Master/texmf-dist/tex/plain/present/present.tex
index 4f2e9e0626b..0c0ac1843f0 100644
--- a/Master/texmf-dist/tex/plain/present/present.tex
+++ b/Master/texmf-dist/tex/plain/present/present.tex
@@ -2,8 +2,8 @@
%
% present.tex
% Some macros for preparing presentations in TeX, using pdftex
-% Version 2.0
-% Copyright 2010 Matthias Meister
+% Version 2.1
+% Copyright 2010-2012 Matthias Meister
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -125,7 +125,7 @@
% Added October 3rd, 2010
% Define colours
-\def\backgroundcolour{0.8 0.8 0.8} % Colour of page background
+\def\backgroundcolour{0.8 1.0 0.8} % Colour of page background
\def\textcolour{0.0 0.0 0.0} % Colour of text
\def\attentioncolour{1 0 0} % Colour for "Attention"
@@ -134,8 +134,9 @@
\vsh@ft=-13mm
\hsh@ft=-5mm
+\def\bl@nk{ } % Introduced this
\newcount\colst@ck
-\colst@ck=\pdfcolorstackinit page {\textcolour rg \textcolour RG}
+\colst@ck=\pdfcolorstackinit page {\textcolour\bl@nk rg \textcolour\bl@nk RG} % and modified this on March 20, 2012
\def\popst@ck{\pdfcolorstack\colst@ck pop}
\def\setcolour#1{\pdfcolorstack\colst@ck push {#1 rg #1 RG}\aftergroup\popst@ck}
\long\def\coloured#1#2{{\setcolour#1#2}}
@@ -240,7 +241,7 @@ attr {/Border [0 0 0]} user {/Subtype /Link /A <</S /Named /N /#1>>}%
#3\pdfendlink}
%
-% Includes an image. The image file name is #1, and #1 is a specification of the dimension of the
+% Includes an image. The image file name is #2, and #1 is a specification of the dimension of the
% image (will be scaled accordingly) in the usual TeX syntax (width, height, depth).
%
\def\image[#1]#2{%