diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/texpower/00readme.txt | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/texpower/00readme.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/texpower/00readme.txt | 215 |
1 files changed, 215 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/texpower/00readme.txt b/Master/texmf-dist/doc/latex/texpower/00readme.txt new file mode 100644 index 00000000000..8c8b03bc1bb --- /dev/null +++ b/Master/texmf-dist/doc/latex/texpower/00readme.txt @@ -0,0 +1,215 @@ +====================================================================== + + TeXPower bundle + Creating dynamic online presentations with LaTeX + + alpha version (v0.1) + This readme file last changed on July 26, 2004 + +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/> + +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.) + +texpower.dtx + Documented TeX source for the texpower package. + +powersem.dtx + Documented TeX source for the powersem class. + +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. + +automata.sty (from texpower-addons.sty) + + 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.sty) + + A small fix to seminar in conjunction with pdf generation + (respect magnification in page dimensions setting). + + +tplists.sty (from texpower-addons.sty) + + This package provides dynamic lists. Read the start of the file + for documentation and an example. + + +tppstcol.sty (from texpower-addons.sty) + + A replacement for ``pstcol.sty'' with some quirks corrected. + + +tpsem-a4.sty (from texpower-addons.sty) + + 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 + + + + +====================================================================== + +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. + +So far, the files themselves contain only scarce inline documentation, +as the code is too much of a moving target to make rigorous +documentation a sensible endeavour. As soon as this bundle is ready +for beta release, I will make fully documented dtx files. + +====================================================================== + +License: +======== + +The TeXPower bundle is distributed under the GNU General Public license +<http://www.gnu.org/copyleft/gpl.html>. + |