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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>PPower4 Homepage - Features</title>
</head>
<body background="http://www-sp.iti.informatik.tu-darmstadt.de/icons/background.gif" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" bgcolor="white" text="black">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="2" align="left" valign="top" bgcolor='#0D2676'>
<font size="-1" color="white"><img src="http://www-sp.iti.informatik.tu-darmstadt.de/icons/tudlogo-small.gif"
alt="Technische Universität Darmstadt">
<br>
<font face="Arial,Helvetica, sans-serif">
FB Informatik<br>
<font size="-2">FG Systemprogrammierung</font>
</font> </font>
</td>
<td width="100%" bgcolor='#4DB8B3' valign="middle" align="center">
<font face="Arial, Helvetica, sans-serif">
<font size="+2"><b>PPower4</b></font><br>
<font size="+1">This is the homepage of PPower4</font><br>
<font size="+1">(P^4, Pdf Presentation Post Processor)</font>
</font>
</td>
</tr>
<tr>
<td align = "center" valign="middle" bgcolor=#4DB8B3>
<font face="Arial, Helvetica, sans-serif" size="+1" color="#0D2676">
<b>Features</b></font>
</td>
</tr>
</table>
<!-- Seitenanfang -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top">
<img src="http://www-sp.iti.informatik.tu-darmstadt.de/icons/space165x1.gif">
</td>
<td align="right" valign="top">
</td>
</tr>
<tr>
<td align="left" valign="top">
<table border="0" cellpadding="5" cellspacing="0" bgcolor='#4DB8B3'> <!-- In einer eigenen Tabelle -->
<tr><td valign="top">
<font face="Arial, Helvetica, sans-serif" size="2" link="white">
<a href="index.html">Home</a>
</font>
</td><td></td></tr>
<tr><td valign="top">
<font face="Arial, Helvetica, sans-serif" size="2" link="white">
<a href="news.html">News</a>
</font>
</td><td></td></tr>
<tr><td valign="top">
<font face="Arial, Helvetica, sans-serif" size="2" link="white">
Features
</font>
</td><td></td></tr>
<tr><td valign="top">
<font face="Arial, Helvetica, sans-serif" size="2" link="white">
<a href="download.html">Download</a>
</font>
</td><td></td></tr>
<tr><td valign="top">
<font face="Arial, Helvetica, sans-serif" size="2" link="white">
<a href="extras.html">Extras</a>
</font>
</td><td></td></tr>
</table>
<table>
<tr><td> </td></tr>
<tr><td> </td></tr>
<tr><td> </td></tr>
<tr><td> </td></tr>
<tr><td> </td></tr>
</table>
</td>
<td width="100%" valign="top">
<font color="#000000">
<!-- HIER BEGINNT DER INHALT -->
Demo documents
<ul>
<li>For the basics there is a demonstration document (<a
href="odemo.pdf">German</a>
or <a href="oedemo.pdf">English</a>, both PDF format, created
by <code>pdflatex</code>) and
a report on PPower4 (again <a href="bericht.pdf">German</a>
or <a href="report.pdf">English</a>, both PDF format)<br>
<em>Note:</em> This document does not yet describe the extensions
shown below.
</li>
<li>Refer to <a href="extension.pdf">the extensions demo</a>
(created by <code>dvipdfm</code>) for
an example of page transitions and links between pages.
</li>
<li>More dynamic effects are shown in <a href="levelo.pdf">another
demo</a> (created by <code>vtex</code> on Linux).
See the manual (below) for
documentation and the download page for the
source.<br>
If you want to use the extended Xfig to MetaPost export for
animated figures, please download the LaTeX style file and see
also our
<a href="http://www-sp.iti.informatik.tu-darmstadt.de/software/xfig/"><code>Xfig</code></a>
page.<br>
Depending on your <code>Xfig</code> version it may also
necessary to upgrade your <code>Xfig</code> and
<code>transfig</code>/<code>fig2dev</code> or to add
some patches.
</li>
</ul>
Documentation
<ul>
<li>Learn how to use all this from the <a
href="manual.pdf">manual</a>, which is not yet completed, but
should give you the idea.
</li>
</ul>
</font>
</td>
</tr>
</table>
</p>
<!-- Untere Leiste -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr bgcolor="#0D2676">
<td align="right">
<a href="mailto:guntermann@iti.informatik.tu-darmstadt.de"><img src="http://www-sp.iti.informatik.tu-darmstadt.de/icons/at.gif" border="0" alt="Feedback"></a>
</td>
</tr>
</table>
</body>
</html>
|