diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:55:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:55:42 +0000 |
commit | c93827540c8875c270e3b91434ce97ce5d0d80a9 (patch) | |
tree | cfc0454dc2124a98873d3a5d6f631221ce52ea14 /Master/texmf-dist/source/latex/oberdiek/oberdiek.ins | |
parent | 3c80959f183b98603d5637301189f1d53cd136b2 (diff) |
trunk/Master/texmf-dist/source/latex/oberdiek
git-svn-id: svn://tug.org/texlive/trunk@421 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/oberdiek.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/oberdiek.ins | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins b/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins new file mode 100644 index 00000000000..a1956291244 --- /dev/null +++ b/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins @@ -0,0 +1,42 @@ +% oberdiek.ins +% 2001/08/27 +% +% This file will generate fast loadable files and documentation +% driver files from the doc files in this directory when run +% through LaTeX or TeX. +% +% Copyright (C) 1999, 2001 Heiko Oberdiek. +% +% This program 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. +% +% Please send error reports and suggestions for improvements to +% Heiko Oberdiek <oberdiek@uni-freiburg.de>. +% +\input docstrip + +\batchinput{hypbmsec.ins} +\batchinput{pagesel.ins} +\batchinput{alphalph.ins} +\batchinput{twoopt.ins} +\batchinput{hypcap.ins} + +\Msg{***********************************************************} +\Msg{* To finish the installation you have to move the following} +\Msg{* files into a directory searched by TeX:} +\Msg{*} +\Msg{* \space\space *.sty} +\Msg{*} +\Msg{* To produce the documentation run the files `*.dtx'} +\Msg{* through LaTeX.} +\Msg{*} +\Msg{* Happy TeXing} +\Msg{***********************************************************} + +\endbatchfile |