diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:57:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:57:08 +0000 |
commit | 6503c91bd38e667c9173750a5169f069184297b9 (patch) | |
tree | f982a43166feaebdee280b9c4af82b8595c3ce89 /Master/texmf-dist/source/latex/rotating/rotating.ins | |
parent | c8eb7239a1d0c22402ee84cd955078ba062f61cc (diff) |
trunk/Master/texmf-dist/source/latex/rotating
git-svn-id: svn://tug.org/texlive/trunk@492 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/rotating/rotating.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/rotating/rotating.ins | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/rotating/rotating.ins b/Master/texmf-dist/source/latex/rotating/rotating.ins new file mode 100644 index 00000000000..bcbcdb5c00a --- /dev/null +++ b/Master/texmf-dist/source/latex/rotating/rotating.ins @@ -0,0 +1,52 @@ +% \iffalse +% LaTex2e rotating package +% +% \fi +\def\fileversion{1} +\def\filedate{1994/04/14} +% +% \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{rotating.ins} +\input docstrip.tex +\preamble + +Copyright (C) 1994 by Sebastian Rahtz and Leonor Barroca +All rights reserved. + +\endpreamble + +\def\batchfile{rotating.dst} % ignored in distribution +\input docstrip.tex % ignored in distribution + +\keepsilent + +\preamble +Copyright (C) 1994 Sebastian Rahtz and Leonor Barroca. All +rights reserved. 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 using rotating package ***} + +\generateFile{rotating.sty}{f}{ + \from{rotating.dtx}{package}} + +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the } +\Msg{* rotating.sty file into a directory searched by TeX} +\Msg{*} +\Msg{***********************************************************} + + +\endinput + + + |