diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-05 00:23:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-05 00:23:37 +0000 |
commit | 17d8cf93442b753a28ae1b52adc9f0471fdbcc8f (patch) | |
tree | ff974918629e71d1928cfc4c194bf3a384c02fbb /Master/texmf-dist/source/latex/collcell/collcell.ins | |
parent | 59ff7c39f8c60b525dc83055c9f100e5452297f6 (diff) |
new latex package collcell (4feb11)
git-svn-id: svn://tug.org/texlive/trunk@21300 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/collcell/collcell.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/collcell/collcell.ins | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/collcell/collcell.ins b/Master/texmf-dist/source/latex/collcell/collcell.ins new file mode 100644 index 00000000000..4f8eba3b565 --- /dev/null +++ b/Master/texmf-dist/source/latex/collcell/collcell.ins @@ -0,0 +1,49 @@ +%% $Id: collcell.ins 2128 2011-02-04 11:33:51Z martin $ +\input docstrip.tex +\preamble + +Copyright (C) 2011 by Martin Scharrer <martin@scharrer-online.de> + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3c +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.3c or later is part of all distributions of LaTeX +version 2008/05/04 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is Martin Scharrer. + +This work consists of the files collcell.dtx, collcell.ins +and the derived file collcell.sty. + +\endpreamble +\keepsilent + +\generate{% + \file{collcell.sty}{\from{collcell.dtx}{package}}% +} + +\obeyspaces +\Msg{*************************************************************} +\Msg{* *} +\Msg{* To finish the installation you have to move the following *} +\Msg{* file into a directory searched by TeX: *} +\Msg{* *} +\Msg{* collcell.sty *} +\Msg{* *} +\Msg{* To produce the documentation run the file collcell.dtx *} +\Msg{* through LaTeX. *} +\Msg{* *} +\Msg{* Happy TeXing! *} +\Msg{* *} +\Msg{*************************************************************} + +\endbatchfile + +%% vim: ft=tex + |