summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/texpower/00readme.txt
blob: 95fbc2881eb4831fca8bd4d71ecceda67444ee31 (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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
======================================================================

			   TeXPower bundle
	   Creating dynamic online presentations with LaTeX

			    version (v0.2)
	    This readme file last changed on April 8th, 2005

Developers: Stephan Lehmke <mailto:Stephan.Lehmke@cs.uni-dortmund.de>
	    Lehrstuhl Informatik I
	    Universität Dortmund
	    Dortmund, Germany

	    Hans Fr. Nordhaug <mailto:hans@nordhaug.priv.no>
	    Molde, Norway

======================================================================

   TeXPower is a bundle of packages intended to provide
   an `all-inclusive' environment for designing pdf
   `screen presentations' to be viewed with Adobe Acrobat[tm]
   reader in full-screen mode, especially for projecting
   `online' with a video beamer.
   
   The features provided include:
   
   * `dynamic' features like incremental building of pages,
     animated diagrams and such.
     
   * support for `navigation panels'
   
   * support for page backgrounds
   
   * advanced color management (`logical markup' for colors supplying
     `color sets' for different background colors, `dimming' and inverting
     of colors etc.) and color highlighting.
     
   * advanced font configuration.

======================================================================

The TeXPower project homepage is located at SourceForge:

 <http://texpower.sourceforge.net/>

and contains amongst other precompiled docs/examples/demos.

The mailing list is also located at SourceForge:

 <http://lists.sourceforge.net/lists/listinfo/texpower-users>

======================================================================

Contents:
=========

So far, the bundle contains the following files and directories:


00readme.txt
	This file.

01install.txt
	Installation instructions.
        
Makefile
        Builds documentation and unpacks dtx-files.
        (Only useful on Unix-like systems.)

MakeExamples.sh
        Compiles all examples/demos into pdf format
        for viewing in Acrobat Reader (in full screen mode).
        (Only useful on Unix-like systems.)
        NB! Look into this file to see how to compile
            the examples/demos (also for Windows).

texpower.dtx  
        Documented TeX source for the texpower package.

powersem.dtx  
        Documented TeX source for the powersem class.

tplists.dtx  
        Documented TeX source for the tplists package.

texpower-cfg.dtx  
        Configuration files for the texpower package.

texpower-addons.dtx  
        Documented TeX source for auxilliary packages and classes which use or
        augment the TeXPower bundle.

texpower-doc.dtx  
        TeX source for documentation, examples and demos for the TeXPower
        bundle. Compiled examples can be downloaded from
          <http://texpower.sourceforge.net/doc/>

tpbundle.ins
        Docstrip batchfile that generates all the files described below from the
        texpower dtx-files (described above).

tpslifonts (directory)
	Contains the tpslifonts package and an example.

contrib (directory)
        Contains some additions to the TeXPower bundle contributed by other people.
                
Generated files:
================

texpower.sty (from texpower.dtx)

	Implements commands for presentation effects. This includes 
	* color management and highlighting;
	* incremental displaying of pages;
	* navigation helpers;
	* setting page backgrounds and `panels'.

	The code should work with all ways of PDF creation.

tpcolors.cfg (from texpower-cfg.dtx)
tpoptions.cfg (from texpower-cfg.dtx)
tpsettings.cfg (from texpower-cfg.dtx)

	Configuration files for texpower.sty.

powersem.cls (from powersem.dtx)

	A wrapper for seminar which sets up everything for dynamic
	presentations. For this alpha version, it doesn't do much
	more than load seminar.cls and do some bug fixes.

	\documentclass{powersem} should be used as a replacement for
	\documentclass{seminar}. powersem loads seminar and passes all
	options to seminar.

tplists.sty (from tplists.dtx)

        This package provides easy dynamic lists. 

automata.sty (from texpower-addons.dtx)

        Experimental package for drawing automata in the sense of
        theoretical computer science (using PSTricks) and animating
        them with TeXPower.
        Only DFA and Mealy automata are supported so far.


fixseminar.sty (from texpower-addons.dtx)

        A small fix to seminar in conjunction with pdf generation
        (respect magnification in page dimensions setting).

tppstcol.sty (from texpower-addons.dtx)

        A replacement for ``pstcol.sty'' with some quirks corrected.


tpsem-a4.sty (from texpower-addons.dtx)

        An LaTeX2e-fied sem-a4.sty (part of seminar).

FAQ-display.tex / FAQ-printout.tex (from texpower-doc.dtx)

        Frequently asked questions (FAQ) for the TeXPower bundle.
        
manual.tex (from texpower-doc.dtx)
  
        Manual for the TeXPower bundle.

fulldemo.tex (from texpower-doc.dtx)

        Most examples in one file together with the manual.

*example.tex (from texpower-doc.dtx)

        Misc. examples for the TeXPower bundle.
        
*demo.tex (from texpower-doc.dtx)

        Misc. demos using the TeXPower bundle.

__TPpreamble.tex (from texpower-doc.dtx)

        Generic preamble used by most of the examples.
        
__TPcfg.tex (from texpower-doc.dtx)

        Configuration used in __TPpreamble.tex and the FAQ/manual.

__TPindexing.tex (from texpower-doc.dtx)

        Indexing support for the manual/fulldemo.

fig-#.mps (from texpower-doc.dtx)
   
        Figures (in Metapost postscript format) used in the examples/demos.

dummy.java (from texpower-doc.dtx)

        Java code used in the fragilesteps test (in verbexample.tex).


======================================================================

Disclaimer:
===========

Beware. This is work in progress. Use only if you know what you're
doing. During the subsequent error correction and extension of the
functionality, the syntax and implementation of the macros are liable
to change. 

Even though we are using dtx-files, they are still not fully 
documented dtx files.

======================================================================

License:
========

The TeXPower bundle is distributed under the GNU General Public license
<http://www.gnu.org/copyleft/gpl.html>.