summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/texpower/contrib
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/texpower/contrib
Initial commit
Diffstat (limited to 'macros/latex/contrib/texpower/contrib')
-rw-r--r--macros/latex/contrib/texpower/contrib/00readme.txt56
-rw-r--r--macros/latex/contrib/texpower/contrib/config.landscapeplus13
2 files changed, 69 insertions, 0 deletions
diff --git a/macros/latex/contrib/texpower/contrib/00readme.txt b/macros/latex/contrib/texpower/contrib/00readme.txt
new file mode 100644
index 0000000000..869378168e
--- /dev/null
+++ b/macros/latex/contrib/texpower/contrib/00readme.txt
@@ -0,0 +1,56 @@
+======================================================================
+
+ TeXPower bundle
+ Directory: contrib
+
+ This readme file last changed on Mar 15, 2002
+
+ Author: Stephan Lehmke <mailto:Stephan.Lehmke@cs.uni-dortmund.de>
+ Lehrstuhl Informatik I
+ Universität Dortmund
+ Dortmund, Germany
+
+======================================================================
+
+
+This directory contains some additions to the TeXPower bundle
+contributed by other people.
+
+
+======================================================================
+
+Contents:
+=========
+
+This directory contains the following files:
+
+config.landscapeplus
+
+dvips configuration file which provides new paper sizes letterl and
+a4l for landscape documents in the respective sizes. Use by passing
+the option
+
+-Plandscapeplus
+
+to dvips (you can have as many -P options as you like).
+
+Using this will avoid turned and cropped pages with ghostscript's
+ps2pdf.
+
+Contributed by Berthold Crysmann <crysmann@dfki.de>.
+
+
+tpmultiinc.tar
+
+Archive containing a package for including a sequence of graphics
+files which represents an `incremental diagram'. There is a patch to
+xfig available from
+
+http://www-sp.iti.informatik.tu-darmstadt.de/software/xfig/
+
+which allows to generate such a sequence of files in MetaPost format.
+
+There are some inline comments in tpmultiinc.sty which explain
+usage. Furthermore, the archive contains some examples.
+
+Contributed by Holger Wenzel <H.Wenzel@itm.rwth-aachen.de>.
diff --git a/macros/latex/contrib/texpower/contrib/config.landscapeplus b/macros/latex/contrib/texpower/contrib/config.landscapeplus
new file mode 100644
index 0000000000..e86d9a3cc8
--- /dev/null
+++ b/macros/latex/contrib/texpower/contrib/config.landscapeplus
@@ -0,0 +1,13 @@
+@ a4l 297mm 210mm
+@+ %%PaperSize: a4l
+@+ ! %%DocumentPaperSizes: a4l
+@+ %%BeginPaperSize: a4l
+@+ <</PageSize [842 595]>>setpagedevice
+@+ %%EndPaperSize
+
+@ letterl 11in 8.5in
+@+ %%PaperSize: letterl
+@+ ! %%DocumentPaperSizes: letterl
+@+ %%BeginPaperSize: letterl
+@+ <</PageSize [792 612]>>setpagedevice
+@+ %%EndPaperSize