diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:55:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:55:43 +0000 |
commit | 86a936a7e685ba9a7a275027910409748b3c2acc (patch) | |
tree | a58e8c29384da8ce169dae74452329759c73730b /Master/texmf-dist/source/latex/objectz/oz.ins | |
parent | c93827540c8875c270e3b91434ce97ce5d0d80a9 (diff) |
trunk/Master/texmf-dist/source/latex/objectz
git-svn-id: svn://tug.org/texlive/trunk@422 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/objectz/oz.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/objectz/oz.ins | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/objectz/oz.ins b/Master/texmf-dist/source/latex/objectz/oz.ins new file mode 100644 index 00000000000..5e8ce211677 --- /dev/null +++ b/Master/texmf-dist/source/latex/objectz/oz.ins @@ -0,0 +1,53 @@ +% \iffalse +% LaTex2e Oz style for typesetting Object Z +% \fi +\def\fileversion{1} +\def\filedate{1993/12/23} +% +% \StopEventually{} +% +% As always we begin by identifying the latest version of this file +% on the VDU and in the {\sf log} file. +% \begin{macrocode} +\def\batchfile{oz.ins} +\input docstrip.tex +\preamble + +Copyright (C) 1993 by Sebastian Rahtz +All rights reserved. + +This file is part of the PSNFSS2e package. +\endpreamble + +\def\batchfile{oz.dst} % ignored in distribution +\input docstrip.tex % ignored in distribution + +\keepsilent + +\preamble +Copyright (C) 1993 Sebastian Rahtz. All rights reserved. +This is a generated file for Object Z. Permission is granted to to +customize the declarations in this file to serve the needs of your +installation. However, no permission is granted to distribute a +modified version of this file under its original name. + +\endpreamble + +\Msg{*** Generating style file for Oz ***} + +\generateFile{oz.sty}{f}{ + \from{oz.dtx}{package}} + + +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the} +\Msg{* file oz.sty into a directory searched by TeX} +\Msg{*} +\Msg{***********************************************************} + + +\endinput + + + |