From 5b69f70c19cb30fe0ee405e142832f3900a9fdc9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 25 Sep 2007 17:50:43 +0000 Subject: texpower remove top-level README symlink git-svn-id: svn://tug.org/texlive/trunk@5037 c570f23f-e606-0410-a88d-b1316a301751 --- Build/cdbuild/ctan2tds.pl | 3 +- Master/texmf-dist/doc/latex/texpower/00readme.txt | 224 ++++++++++++++++++++++ Master/texmf-dist/doc/latex/texpower/manual.pdf | Bin 330148 -> 317107 bytes 3 files changed, 226 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/doc/latex/texpower/00readme.txt diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 7e7bd383e8d..946638e3c19 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -320,6 +320,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'tex-gyre', "&MAKEcopy", 'tex-refs', "warn \"skipping tex-refs, needs work\n\"", 'texdraw', "&MAKEtexdraw", + 'texpower', "&MAKEnosymlinks", 'texsis', "&MAKEtexsis", 'thaifonts-scalable', "warn \"Thai, fontforge format only, skip\n\"", 'thailatex', "warn \"Thai, requires preprocessor (?), skip\n\"", @@ -979,7 +980,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$'; 'startex', 'NULL', 'syntax', 'syntax[a-z].*\.tex', 'taylor', 'NULL', - 'texpower', 'manual\.tex', + 'texpower', 'NULL', 'texsis', 'Manual.tex', 'textmerg', 'tmexamp[[0-9]\.tex', 'thesis', '\.drv', 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..95fbc2881eb --- /dev/null +++ b/Master/texmf-dist/doc/latex/texpower/00readme.txt @@ -0,0 +1,224 @@ +====================================================================== + + TeXPower bundle + Creating dynamic online presentations with LaTeX + + version (v0.2) + This readme file last changed on April 8th, 2005 + +Developers: Stephan Lehmke + Lehrstuhl Informatik I + Universität Dortmund + Dortmund, Germany + + Hans Fr. Nordhaug + 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: + + + +and contains amongst other precompiled docs/examples/demos. + +The mailing list is also located at SourceForge: + + + +====================================================================== + +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 + + +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 +. + diff --git a/Master/texmf-dist/doc/latex/texpower/manual.pdf b/Master/texmf-dist/doc/latex/texpower/manual.pdf index 372532cd75e..1820c88a748 100644 Binary files a/Master/texmf-dist/doc/latex/texpower/manual.pdf and b/Master/texmf-dist/doc/latex/texpower/manual.pdf differ -- cgit v1.2.3