summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/paper/install
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/paper/install
Initial commit
Diffstat (limited to 'macros/latex/contrib/paper/install')
-rw-r--r--macros/latex/contrib/paper/install54
1 files changed, 54 insertions, 0 deletions
diff --git a/macros/latex/contrib/paper/install b/macros/latex/contrib/paper/install
new file mode 100644
index 0000000000..d9f99def7e
--- /dev/null
+++ b/macros/latex/contrib/paper/install
@@ -0,0 +1,54 @@
+\def\batchfile{install}
+\def\filename{paper}
+
+{\immediate\openin15 docstrip.tex
+\ifeof 15
+\typeout{***********************************************}
+\typeout{* Sorry can not find the file `docstrip.tex'. *}
+\typeout{***********************************************}
+\expandafter\aftergroup\csname @@end\expandafter\endcsname
+\expandafter\aftergroup\csname end\expandafter\endcsname \fi}
+
+\input docstrip.tex
+
+\preamble
+
+Copyright (C) 1993, 1998 by wenzel_matiaske@notes.uni-paderborn.de
+
+You are not allowed to distribute this file without the
+original source \filename.dtx. For distribution of the
+sources see the copyright notice in the file \filename.dtx.
+
+\endpreamble
+
+\keepsilent
+
+\Msg{*** Generating the document class files ***}
+
+\generateFile{paper.cls}{t}{\from{paper.dtx}{paper}}
+\generateFile{paper.sty}{t}{\from{paper.dtx}{paper.sty}}
+\generateFile{journal.cls}{t}{\from{paper.dtx}{journal}}
+\generateFile{journal.sty}{t}{\from{paper.dtx}{journal.sty}}
+
+\Msg{*** Generating the documentation driver ***}
+
+\generateFile{paper.drv}{t}{\from{paper.dtx}{driver}}
+
+\ifToplevel{
+\Msg{***********************************************************}
+\Msg{*}
+\Msg{* To finish the installation you have to move the following}
+\Msg{* files into a directory searched by TeX:}
+\Msg{*}
+\Msg{* \space\space paper.cls, paper.sty}
+\Msg{* \space\space journal.cls, journal.sty}
+\Msg{*}
+\Msg{* To produce the documentation run the files ending with}
+\Msg{* `.drv' through LaTeX.}
+\Msg{*}
+\Msg{* Happy TeXing}
+\Msg{***********************************************************}
+}
+
+\endinput
+