diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:56:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:56:00 +0000 |
commit | f290390248868488be1b918b5bc6b893c8b23c4a (patch) | |
tree | 5e990a80129cdfacf1ffd1d68f827fa12269ad62 /Master/texmf-dist/source/latex/pbox/pbox.ins | |
parent | 6d83964def5743489a4fef816d4f17f43b74c8fa (diff) |
trunk/Master/texmf-dist/source/latex/pbox
git-svn-id: svn://tug.org/texlive/trunk@439 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/pbox/pbox.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/pbox/pbox.ins | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/pbox/pbox.ins b/Master/texmf-dist/source/latex/pbox/pbox.ins new file mode 100644 index 00000000000..6661447e83f --- /dev/null +++ b/Master/texmf-dist/source/latex/pbox/pbox.ins @@ -0,0 +1,44 @@ +%% pbox.ins - LaTeX Installation file for the pbox package. +%% Copyright (C) 2003 Simon Law +%% +%% This program is free software; you can redistribute it and/or modify +%% it under the terms of the GNU General Public License as published by +%% the Free Software Foundation; either version 2 of the License, or +%% (at your option) any later version. +%% +%% This program is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +%% GNU General Public License for more details. +%% +%% You should have received a copy of the GNU General Public License +%% along with this program; if not, write to the Free Software +%% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +%% +\input docstrip +\askforoverwritefalse +\keepsilent +\preamble + +Copyright (C) 2003 Simon Law + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +\endpreamble +\generate{% + \file{pbox.sty}{\from{pbox.dtx}{style}} + \file{pbox.drv}{\from{pbox.dtx}{driver}} +} +\endbatchfile |