summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/powerdot/powerdot-styletest.tex
blob: 464efb123d31476bf66d268a75b0c20ba1aa634d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
%%
%% This is file `powerdot-styletest.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% powerdot.dtx  (with options: `pdstyletest')
%% 
%% ---------------------------------------------------------------
%% Copyright (C) 2005-2014 Hendri Adriaens
%% ---------------------------------------------------------------
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%%   http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2003/12/01 or later.
%%
%% This work has the LPPL maintenance status "maintained".
%%
%% This Current Maintainer of this work is Hendri Adriaens.
%%
%% This work consists of all files listed in manifest.txt.
%%
%%
%% For testing, enter your style below.
%% Switch on only one paper/orient option at a time.
\documentclass[
  style=your style,
  paper=screen,
%%  paper=a4paper,
%%  paper=letterpaper,
  orient=landscape,
%%  orient=portrait,
  size=11pt,
%%  hlsections,
  clock
]{powerdot}

\pdsetup{
  lf=left footer,
  cf=center footer,
  rf=right footer,
  randomdots,dprop={dotstyle=ocircle}
}

%% For testing text height.
\makeatletter
\def\textheightrule{%
  \raisebox\baselineskip{\rule{1cm}\pd@@textheight}%
}
\makeatother

\title{This is a test file to test new styles with --
this title is very long on purpose.\thanks{Adjust textheight
to position this footnote.}}
\author{Hendri Adriaens \and Christopher Ellison}
\date{August 16, 2005}

\begin{document}

\maketitle

\begin{slide}{Test normal slide}
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut purus
  elit, vestibulum ut, placerat ac, adipiscing vitae, felis. Curabitur
  dictum gravida mauris. Nam arcu libero, nonummy eget, consectetuer
  id, vulputate a, magna. Donec vehicula augue eu neque. Pellentesque
  habitant morbi tristique senectus et netus et malesuada fames ac
  turpis egestas. Mauris ut leo. Cras viverra metus rhoncus sem.

  Notice the color of the equation number!
  \begin{equation}
    (a+b)^n=\sum_{k=0}^n{n\choose k}a^{n-k}b^k
  \end{equation}
\end{slide}

\begin{slide}{Test itemize}
  Some text.\pause
  \begin{itemize}
    \item level 1\pause
    \begin{itemize}
      \item level 2\pause
      \begin{itemize}
        \item level 3\pause
        \begin{itemize}
          \item level 4
        \end{itemize}
      \end{itemize}
    \end{itemize}
  \end{itemize}
  Some text.\footnote{Adjust textheight
  to position this footnote.}
\end{slide}

\section{Normal section}

\begin{slide}{Test enumerate and inactive color}
  Some text.\pause
  \begin{enumerate}[type=1]
    \item level 1\pause
    \begin{enumerate}
      \item level 2\pause
      \begin{enumerate}
        \item level 3\pause
        \begin{enumerate}
          \item level 4
        \end{enumerate}
      \end{enumerate}
    \end{enumerate}
  \end{enumerate}
  Some text.
\end{slide}

\begin{slide}{The rule has height \texttt{textheight}}
  \textheightrule
\end{slide}

\section[template=wideslide]{Wide slide section}

\begin{wideslide}{Test wideslide}
  Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut purus
  elit, vestibulum ut, placerat ac, adipiscing vitae, felis. Curabitur
  dictum gravida mauris. Nam arcu libero, nonummy eget, consectetuer
  id, vulputate a, magna. Donec vehicula augue eu neque. Pellentesque
  habitant morbi tristique senectus et netus et malesuada fames ac
  turpis egestas. Mauris ut leo. Cras viverra metus rhoncus
  sem.\footnote{Adjust textheight to position this footnote.}

  Notice the color of the equation number!
  \begin{equation}
    (a+b)^n=\sum_{k=0}^n{n\choose k}a^{n-k}b^k
  \end{equation}
\end{wideslide}

\begin{wideslide}{The rule has height \texttt{textheight}}
  \textheightrule
\end{wideslide}

\end{document}
\endinput
%%
%% End of file `powerdot-styletest.tex'.