summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jkthesis/jkthesis.ins
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/jkthesis/jkthesis.ins
Initial commit
Diffstat (limited to 'macros/latex/contrib/jkthesis/jkthesis.ins')
-rw-r--r--macros/latex/contrib/jkthesis/jkthesis.ins43
1 files changed, 43 insertions, 0 deletions
diff --git a/macros/latex/contrib/jkthesis/jkthesis.ins b/macros/latex/contrib/jkthesis/jkthesis.ins
new file mode 100644
index 0000000000..8d9c41ad2c
--- /dev/null
+++ b/macros/latex/contrib/jkthesis/jkthesis.ins
@@ -0,0 +1,43 @@
+% Jochen´s LaTeX document class for typesetting theses
+%
+% Copyright (C) 2000,2001 Jochen Küpper
+% $Id: jkthesis.ins,v 1.5 2002/07/12 05:49:14 jochen Exp $
+%
+% This file will generate a fast loadable class file from the dtx file in this
+% package when run through LaTeX or TeX.
+%
+% This file may be distributed and/or modified under the conditions of the
+% LaTeX Project Public License, either version 1.2 of this license or (at your
+% option) any later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.2 or later is part of all distributions of LaTeX version
+% 1999/12/01 or later.
+%
+% It would be nice (but is not required) if you recognize using this class in
+% your copyright page.
+
+\def\batchfile{jkthesis.ins} \input docstrip.tex
+
+\generateFile{jkthesis.cls}{t}{\from{jkthesis.dtx}{package}}
+
+
+\Msg{***********************************************************}
+\Msg{*}
+\Msg{* To finish the installation you have to move the following}
+\Msg{* files into a directory searched by TeX:}
+\Msg{*}
+\Msg{* `jkthesis.cls´}
+\Msg{*}
+\Msg{* To produce the documentation run `jkthesis.dtx´}
+\Msg{* through pdfLaTeX and makeindex, e. g.}
+\Msg{* pdflatex jkthesis.dtx}
+\Msg{* makeindex -g -s gind jkthesis}
+\Msg{* pdflatex jkthesis.dtx}
+\Msg{*}
+\Msg{* Happy TeXing}
+\Msg{***********************************************************}
+
+
+%% Local Variables:
+%% mode: LaTeX
+%% End: