summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ppower4/pp4slide.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-13 00:03:09 +0000
committerKarl Berry <karl@freefriends.org>2006-01-13 00:03:09 +0000
commit919e354c6de81f3d10b2f9b9fccb8bca88c2bee9 (patch)
tree9c159b07454a9ea0715493999ee2c4b87250c584 /Master/texmf-dist/tex/latex/ppower4/pp4slide.sty
parentae93734a22bdfdde08d69ec20c7b9404d8e8dc15 (diff)
ppower4
git-svn-id: svn://tug.org/texlive/trunk@1211 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ppower4/pp4slide.sty')
-rw-r--r--Master/texmf-dist/tex/latex/ppower4/pp4slide.sty46
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ppower4/pp4slide.sty b/Master/texmf-dist/tex/latex/ppower4/pp4slide.sty
new file mode 100644
index 00000000000..3dd58826c8a
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/ppower4/pp4slide.sty
@@ -0,0 +1,46 @@
+%% pp4slide.sty 10 Feb 2000
+%%------------------------------------------------------------
+%% initally named pdfslide.sty on 30 Aug 99
+%% renamed to avoid conflict with other package.
+%%
+%% Adapt foiltex to be used to prepare slides in pdf format
+%% using backgrounds and partial builds.
+%%
+%% Disable some pdf commands, when not used in pdf(la)tex.
+%%
+%% Special (PDF) effects:
+%% - make background blue, write normally in white and
+%% headings in yellow.
+%% - use colorful labels in itemized lists.
+%% - avoid footline usage, because that would interfere with
+%% partial builds of a page. Move the page number to the
+%% upper right corner. This means also suppression of Logo
+%% etc.
+%% - make sure that links are displayed in text color, not
+%% with frames.
+%% - Do not use paragraph indentation and justified text on
+%% slides (shouldn't that be the default?)
+\rightfooter{} % no more page numbers bottom right
+\MyLogo{} % no logo bottom left
+\rightheader{\rlap{\quad\textsf{\tiny\thepage}}} % page number
+\parindent 0pt % do not indent paragraphs
+\rightskip 0pt plus 1fil % allow ragged right
+%% select colors
+\RequirePackage{color}
+%% for the frames/page numbers etc.
+\renewcommand\Black{\color{white}}
+%% for the headline etc.
+\renewcommand\normalcolor{\color{yellow}}
+%% for the background
+\pagecolor{blue}
+%% for the text
+\color{white}
+%% choose some colored item labels
+\renewcommand{\labelitemi}{\textcolor{red}{$\bullet$}}
+\renewcommand{\labelitemii}{\textcolor{yellow}{$\star$}}
+\renewcommand{\labelitemiii}{\textcolor{magenta}{$\ast$}}
+\renewcommand{\labelitemiv}{\textcolor{cyan}{$\circ$}}
+% Make hyperlinks colored, not framed, if hypersetup is used
+\ifx\hypersetup\undefined\relax\else
+\hypersetup{colorlinks=true}
+\fi